plutomed Posted August 22, 2007 Share Posted August 22, 2007 I'm a bit stuck with why this link don't work: <a href="javascript:win_open('page url', 'name', 'directories=0, height=200, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0, width=150')">Link</a> and the window.open function: function win_open(url, title, specs) { window.open(url, title, specs, false); } Quote Link to comment Share on other sites More sharing options...
xyn Posted August 22, 2007 Share Posted August 22, 2007 this is the php forum; hense most repleis are php. but still try this... <a href="javascript:win_open('page url', 'name', 'directories=0, height=200, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0, width=150');">Link</a> Quote Link to comment Share on other sites More sharing options...
plutomed Posted August 22, 2007 Author Share Posted August 22, 2007 Nope it doesn't work and I only posted it here because not many people go in the JS forum and you have to wait hours for someone to reply Quote Link to comment Share on other sites More sharing options...
tarun Posted August 22, 2007 Share Posted August 22, 2007 Yes It Does Work > IVE JUST TESTED IT function win_open(url, title, specs) { window.open(url, title, specs, false); } <a href="javascript:win_open('page url', 'name', 'directories=0, height=200, location=0, menubar=0, resizable=0, scrollbars=0, status=0, toolbar=0, width=150');">Link</a> Quote Link to comment Share on other sites More sharing options...
plutomed Posted August 22, 2007 Author Share Posted August 22, 2007 Well I copied it over and it ain't working where I got it try it: www.plutomedia.net/new and click privacy policy at the side Quote Link to comment Share on other sites More sharing options...
MadTechie Posted August 22, 2007 Share Posted August 22, 2007 if you post JS in the PHP section to get a reply everyone will start and it will be chaos... personally i'll only tell you its the wrong section.. the JS section isn't as busy but theirs posts/replies every day.. tested and a popup appeared Privacy Policy When you come onto this website certain information, like your IP (Internet Protocool) address, browser information and other various information. This information will never be sold on, passed on or shown to anyone. Any other personal information will be stored i Quote Link to comment Share on other sites More sharing options...
MadTechie Posted August 22, 2007 Share Posted August 22, 2007 Sighs.. OK fine.. in IE.. the title can NOT have a Space, remove that from the link your be fine Quote Link to comment Share on other sites More sharing options...
tarun Posted August 22, 2007 Share Posted August 22, 2007 Anyway... Lots Of People Have Pop-Up Blockers (Including Me) And Lots Of Them Will Stop This Method You Should Just Use A Normal Page... Quote Link to comment Share on other sites More sharing options...
plutomed Posted August 22, 2007 Author Share Posted August 22, 2007 Ok fixed cheers, next time I will post in the JS section Quote Link to comment Share on other sites More sharing options...
plutomed Posted August 22, 2007 Author Share Posted August 22, 2007 Anyway... Lots Of People Have Pop-Up Blockers (Including Me) And Lots Of Them Will Stop This Method You Should Just Use A Normal Page... I tested that and it still comes up Quote Link to comment Share on other sites More sharing options...
tarun Posted August 22, 2007 Share Posted August 22, 2007 Good Good... Nice Work My Popup Blocker Doesn't Block It Now And Just Some Advice http://www.plutomedia.net/new/includes/ Stop Access To This Directory Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.