HighDots Forums  

FAQ Topic - How do I open a new window with javascript? (2009-11-07)

Javascript JavaScript language (comp.lang.javascript)


Discuss FAQ Topic - How do I open a new window with javascript? (2009-11-07) in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
FAQ server
 
Posts: n/a

Default FAQ Topic - How do I open a new window with javascript? (2009-11-07) - 11-06-2009 , 07:00 PM






-----------------------------------------------------------------------
FAQ Topic - How do I open a new window with javascript?
-----------------------------------------------------------------------

New windows can be opened on browsers that support the
` window.open ` function and are not subject to the action of any
pop-up blocking mechanism with code such as:-

var wRef;
if(window.open){
wRef = window.open("http://example.com/page.html","windowName");
}

https://developer.mozilla.org/en/DOM:window.open

http://www.infimum.dk/HTML/JSwindows.html


The complete comp.lang.javascript FAQ is at
http://jibbering.com/faq/

--

The sendings of these daily posts are proficiently hosted
by http://www.pair.com.

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.