HTMLcrazy
12-11-2002, 10:51 PM
I'm building a website for a friend of mine who has a boat business. I have a popup for each boat with an overhead view and specs. It works in IE and NS fine, even old versions. My friend has Compuserve and he says the popup shows up way too small and with nothing in it until you either resize or maximize, then the content shows up.
Here's what I have.....
<script>
function doPopUp(){
doPopUpWindow = window.open("trackerspecs/avalanche.html","samewindow","menubar=yes,status=yes,scrollbars=yes,left=250,top=150,screenX=250,screenY=150,width=500,height=300");
}
</script>
And to call for the script......
<a href="javascript:doPopUp()"><img src="trbassboats/avalanche-th.gif" width="120" height="80" alt="Avalanche" border="0"></a>
I have about 75 or so boats to change so I hope this is just a matter of 1 little character I forgot.
Thanks:confused:
Here's what I have.....
<script>
function doPopUp(){
doPopUpWindow = window.open("trackerspecs/avalanche.html","samewindow","menubar=yes,status=yes,scrollbars=yes,left=250,top=150,screenX=250,screenY=150,width=500,height=300");
}
</script>
And to call for the script......
<a href="javascript:doPopUp()"><img src="trbassboats/avalanche-th.gif" width="120" height="80" alt="Avalanche" border="0"></a>
I have about 75 or so boats to change so I hope this is just a matter of 1 little character I forgot.
Thanks:confused: