Demented_Frog
10-14-2003, 01:59 AM
[ http://www32.brinkster.com/bloodyvision/home.html ]
The stupid thing wont pop-up.. When you click it it doesn't pop up.. I looked at other posts but i dont find that helpful.... So, theres my idiotic problem. Thanks for your time.. o.O
lefty
10-14-2003, 04:40 PM
In your first line, you have function popup(enter.html). It should only be function popup() :)
Demented_Frog
10-15-2003, 08:52 PM
i took it out and it still doesnt work...
lefty
10-16-2003, 01:44 AM
Oh I just noticed you didn't close off the opening tag....
<script language="javascript"
You need a > at the end of that.
MaGiCSuN
10-16-2003, 04:33 PM
<script language="javascript" type="text/javascript">
//<!--
function popup()
{ window.open ("http://www32.brinkster.com/bloodyvision/main.html","popup","width=583,height=355,location=0,menubar=0,resizabl e=0,scrollbars=0,status=0,titlebar=1,toolbar=0") }
-->
</script>
try that
Love,
Mirna