babygurl_holla1
06-24-2005, 11:56 PM
i what the picutuer to pop up in like a pop up . here the code
<html>
<head>
<script language="javascript" type="text/javascript">
//<!--
function popup()
{ window.open ("http://i2.photobucket.com/albums/y4/only-be-me/beekool.jpg","popup","width=500,height=500,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
{ window.open ("http://i2.photobucket.com/albums/y4/only-be-me/beesig0kj.gif","popup","width=500,height=500,location=0,menubar=0,resizabl e=0,scrollbars=yes,status=0,titlebar=1,toolbar=0") }
-->
</script>
</head>
<body>
<a href="javascript:popup()"><img src="http://i2.photobucket.com/albums/y4/only-be-me/beekool.jpg" border=0 width="40" height="40" alt="your image description here"></a>
<a href="javascript:popup()"><img src="http://i2.photobucket.com/albums/y4/only-be-me/beesig0kj.gif" border=0 width="40" height="40" alt="your image description here"></a>
</body>
</html>
BUT when i go to the web site here http://www.freewebs.com/ugotmeb5/test.html one pops up with uout u clicking anything and when u click one of them its the wrong pic so can anyone see what im doing wrong?
<html>
<head>
<script language="javascript" type="text/javascript">
//<!--
function popup()
{ window.open ("http://i2.photobucket.com/albums/y4/only-be-me/beekool.jpg","popup","width=500,height=500,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
{ window.open ("http://i2.photobucket.com/albums/y4/only-be-me/beesig0kj.gif","popup","width=500,height=500,location=0,menubar=0,resizabl e=0,scrollbars=yes,status=0,titlebar=1,toolbar=0") }
-->
</script>
</head>
<body>
<a href="javascript:popup()"><img src="http://i2.photobucket.com/albums/y4/only-be-me/beekool.jpg" border=0 width="40" height="40" alt="your image description here"></a>
<a href="javascript:popup()"><img src="http://i2.photobucket.com/albums/y4/only-be-me/beesig0kj.gif" border=0 width="40" height="40" alt="your image description here"></a>
</body>
</html>
BUT when i go to the web site here http://www.freewebs.com/ugotmeb5/test.html one pops up with uout u clicking anything and when u click one of them its the wrong pic so can anyone see what im doing wrong?