debbie1212
Programmer
I have a page that contains an image that was originally a lot larger than the screen so I reduced the size. I want the user to be able to click the image to view it full size in a new window. However none of the code I've found works the way I need it to. Since the new image is larger than the screen they will need to scroll it which is fine. Unfortunately the image is getting reduced to fit within the screen but I don't want it to.
This is one of the lines of code I used:
<a href="mthend1b.gif" onclick="window.open('mthend1b.gif','New','width=700,height=500','scrollbars=yes')" width=946 height=1267><img border="0" src="mthend1a.gif"></a>
Thanks,
Debbie
This is one of the lines of code I used:
<a href="mthend1b.gif" onclick="window.open('mthend1b.gif','New','width=700,height=500','scrollbars=yes')" width=946 height=1267><img border="0" src="mthend1a.gif"></a>
Thanks,
Debbie