TeamPhotoshop
Reviews, updates and in depth guides to your favourite mobile games - AppGamer.com
Forum Home Latest Posts Search Help Subscribe

Javascript help!!

Page: 1 Reply
Jun 26th 2001#6830 Report
Member since: Mar 20th 2001
Posts: 319
I need to know how to put my site in a popup window that you can't resize, and has no scroll bars. Here is an example. Just click on the logo. The area where the content will be needs to be 750x550 pixels big. Thanks in advance :D
Reply with Quote Reply
Jun 26th 2001#6831 Report
Member since: Mar 18th 2001
Posts: 6632
a href="window.html" target="page"
onclick="window.open("window.html",
NAME="page","resizable=yes,HEIGHT=465,WIDTH=725"

That is his code. Just view source when you have a question like that, and chances are that you can just customize it a little and it'll work.

Put brackets around all that code, then an end tag like <*/a> without the star with some text for the link in between.

If that didn't help, read the Javascript tutorials at www.WebMonkey.com
Reply with Quote Reply
Page: 1 Back to top
Please login or register above to post in this forum