| Thread Tools |
23rd November 2004, 19:22 | #1 |
Posts: n/a
| html problem I'm making a site, but I got a small problem. I got some small images that I use as link to the full size images. Now I want to open it in a different window, so I use target="_blank". So now it opens a new window when I click the link. But I want to change a few things. I want that the new window has te same size as the image, and has now scrollbalks, menu and other stuff, just only the image. How can I do this. |
23rd November 2004, 20:21 | #2 |
Member Join Date: May 2002
Posts: 1,202
| use javascript |
23rd November 2004, 20:32 | #3 | |
Posts: n/a
| Quote:
| |
23rd November 2004, 20:33 | #4 |
Madshrimp Join Date: May 2002 Location: 7090/Belgium
Posts: 79,022
| I would see no other way of doing this
__________________ |
23rd November 2004, 20:38 | #5 | |
Posts: n/a
| Quote:
<tr align=center> <TD width=400 align center><img src ="achterkant.jpg"width=188 height=70></td> <TD width=400 align center><img src ="boven.jpg" width=188 height=70></td> <TD width=400 align center><img src ="blauw.jpg" width=188 height=70></td> <TD width=400 align center><img src ="interieur.jpg" width=188 height=70></td> </tr> It works perfect with firefox, but in IE it opens the folder with all the images in at the same time it opens the new window :s. Because we work with IE at school (best browser EVER) the site has to work on IE | |
23rd November 2004, 20:39 | #6 | |
Member Join Date: May 2002
Posts: 1,202
| Quote:
U need to "read" image-dimensions, will only work with serverside-scipt or client-side script (javascript). | |
23rd November 2004, 20:40 | #7 | |
Member Join Date: May 2002
Posts: 1,202
| Quote:
And you're not really measuring the dimensions either, are you? | |
23rd November 2004, 20:42 | #8 | |
Posts: n/a
| Quote:
BTW, can you explain the meaning of all that stuff to me? Maybe handy when I need to make something else. | |
23rd November 2004, 20:43 | #9 |
Posts: n/a
| no scroll: http://msdn.microsoft.com/workshop/a...ies/scroll.asp New window sized in javascript: http://www.htmlgoodies.com/beyond/openwin.html Or in html: Home Or resizing a window in javascript: http://www.ahfb2000.com/webmaster_he...?threadid=2535 |
23rd November 2004, 20:45 | #10 | |
Member Join Date: May 2002
Posts: 1,202
| Quote:
the rest is simple: it describes how the new window needs to look like, and opens the given file (your image). Try to delete the 'href="" ', because now the JS will open a new window, and your "htmlclick" will open the image... | |
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
whats the source of the problem? | Zemfik | Hardware/Software Problems, Bugs | 1 | 18th March 2008 19:23 |
Acer Aspire 1705SMi problem. | Blackbyte | Hardware/Software Problems, Bugs | 3 | 14th March 2006 17:09 |
HOWTO: Troubleshoot Any Networking Problem | jmke | FAQ / INFO / HOW-TO | 0 | 15th February 2006 14:33 |
Problem with new mobo Abit KV8 pro | dorfke | Hardware/Software Problems, Bugs | 6 | 4th October 2004 23:23 |
HD error problem | Darkstar | Hardware/Software Problems, Bugs | 2 | 21st February 2004 15:21 |
problem with msn messenger | [Bonbon] | General Madness - System Building Advice | 3 | 5th February 2004 10:15 |
Help needed: R9800pro problem | FoRCe | Hardware/Software Problems, Bugs | 22 | 13th January 2004 16:02 |
the 333mhz problem | kipni | Hardware Overclocking and Case Modding | 0 | 22nd May 2003 15:47 |
boot problem with abit th7-II | The Senile Doctor | Hardware/Software Problems, Bugs | 22 | 11th June 2002 00:15 |
Thread Tools | |
| |