View Full Version : Guys help me out
midhunchacko
May 29th, 2007, 04:01 AM
How to create pop up window....to display ads and login details....
Pasquale
May 29th, 2007, 05:31 AM
ICKY!
Javascript.
hybrid101
May 30th, 2007, 04:48 AM
ads. from there i won't tell you how:lol:
haha jk, what darkmotion said:D
arklay
June 4th, 2007, 12:53 PM
Ok your thread title was useless, and that's annoying.
As for your question, the standard syntax to create a pop-up window is:
window.open()
It has three parameters. I can't remember the first. The second specifies the title. The third specifies whether or not you want options, such as a toolbar or status bar (toolbar=yes, status=no), ect.
That should solve your problem.
zerokilled
June 4th, 2007, 07:42 PM
the first parameter is the document's uri to be loaded in the popup.
borrob
June 5th, 2007, 03:12 AM
Popupwindows are not so nice and nowadays mostly blocked by browsers but if you want to
avoid that:
use a div with a different z-index and absolute positioning and hide or show it as needed.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.