Popup
Hello. I have a very basic, and probably extremely easy to solve problem.
This is in the [head]
<script language="javascript" type="text/javascript">
<!--
function popitup(en_gst.html) {
newwindow=window.open(en_gst.html,'en_gs t','height=450,width=650,toolbar=no,depe ndent=yes,screenX=50,screenY=100');
if (window.focus) {newwindow.focus()}
return false;
}
// -->
</script>
</head>
And this is the link:
<a href="en_gst.html" onclick="return popitup('eng_gst.html')"><img
src="menuthegst.png" style="opacity: 0.5;"
onmouseover="lightup(this, 100)" onmouseout="lightup(this, 30)"></a>
When i click on the link it just opens the site, but there is no pop-up.
I'm sure i've screwed some part of the code up when editing it, but i am not sure where.
In addition, if someone could explain me, i need up to 8 pop ups in one page, does naming them 1-8 cause a problem?
Does the name need to be associated with the URL/Title?
Thanks
Also, not associated - why does IE put a grey background to my png images? Works fine with Mozilla, i don't know about other browsers.
Is there a way to avoid browsers chaging pngs?
