A
AAaron123
The following works, almost.
The address of the image appears in the titlebar(topmost area) as well in a
bar under the title bar.
I'd prefer that the address did not show at all.
Possible?
<script type="text/javascript">
function popupWindow(path, w, h) {
catWindow = window.open( path,"catWin", "width="+w+", height="+h+",resizable
= yes ,scrollbars = yes,status = no,titlebar =no,toolbar = no ")
}
</script>
Is the way I concatenated the parameters correct? Seems unusal to me but it
appears to work.
I call it thusly:
<a href="javascriptopupWindow('Images/MasterImage.jpg',300,300)"
I'd like to specify the width and height of the .jpg image rather than
300,300.
Do you know how to do that?
Thanks for any help at all
The address of the image appears in the titlebar(topmost area) as well in a
bar under the title bar.
I'd prefer that the address did not show at all.
Possible?
<script type="text/javascript">
function popupWindow(path, w, h) {
catWindow = window.open( path,"catWin", "width="+w+", height="+h+",resizable
= yes ,scrollbars = yes,status = no,titlebar =no,toolbar = no ")
}
</script>
Is the way I concatenated the parameters correct? Seems unusal to me but it
appears to work.
I call it thusly:
<a href="javascriptopupWindow('Images/MasterImage.jpg',300,300)"
Picture</a>
I'd like to specify the width and height of the .jpg image rather than
300,300.
Do you know how to do that?
Thanks for any help at all