|
-
Sep 27th, 2002, 08:11 PM
#6
Lively Member
Aha!
Originally posted by pnj
Code:
<script>
if(newWin) // if the newWin exists...
{
newWin.focus; //bring it to the front
}
{ <--- Syntax error here
nextWin=window.open('help_page.asp','newWin','status=no,resizable=yes,scrollbars=yes,location=no,left=170,top=200,width=700,height=570,menubar=no');
}
</script>
I can't believe I didn't notice this earlier... don't you mean "} else {"?
<% Session("OwNeD")=True %><html><body>Blah... <%="Now get your ass back to the twilight zone..."%></body></html>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|