Klas
01-15-2006, 09:19 AM
Hello!
On my page, I've got two frames. The first contains a clickable thumbnail picture.
When clicking it, I want the following two things to happen:
- A new window opens, containing the picture in full size. I want to set the size for this window myself.
- A new document is opened in the second frame.
I use HTML coding and I do not know JAVA coding. I've found java script on the internet, though, which I have copied and pasted to my html-files. This way I have managed to let a link open a new window with a size determined by me.
I've also managed to let a link open two documents in two separate frames.
What I haven't managed to do is the combination of the two: Letting one document open in another frame, the other in a window sized by me.
Anyone?
On my page, I've got two frames. The first contains a clickable thumbnail picture.
When clicking it, I want the following two things to happen:
- A new window opens, containing the picture in full size. I want to set the size for this window myself.
- A new document is opened in the second frame.
I use HTML coding and I do not know JAVA coding. I've found java script on the internet, though, which I have copied and pasted to my html-files. This way I have managed to let a link open a new window with a size determined by me.
I've also managed to let a link open two documents in two separate frames.
What I haven't managed to do is the combination of the two: Letting one document open in another frame, the other in a window sized by me.
Anyone?