S
Sarah0824
Help!! I need to create a link that enlarges a picture in a new browser
window. I have done this before, but not with jpg images. I copied
everything from when I did this before...I put the following html code
fragment on the page:
Then in the hyperlink to the larger picture, I am using the following:
javascript:Show('http://mydomain.com/ProductPictures...rollbars=no,resizable=no,height=500,width=750')
For the life of me, I cannot figure out what I am doing wrong. I have tried
many different hyperlinks - just the folder and file name, using a PDF, etc.,
but nothing is working. I'm sure its something simple that I am just
overlooking.
Please help me!
window. I have done this before, but not with jpg images. I copied
everything from when I did this before...I put the following html code
fragment on the page:
Name, Features) { window.open(Url, Name, Features); }</script>
Then in the hyperlink to the larger picture, I am using the following:
javascript:Show('http://mydomain.com/ProductPictures...rollbars=no,resizable=no,height=500,width=750')
For the life of me, I cannot figure out what I am doing wrong. I have tried
many different hyperlinks - just the folder and file name, using a PDF, etc.,
but nothing is working. I'm sure its something simple that I am just
overlooking.
Please help me!