In comp.lang.javascript message <4650d2f6$0$90262$14726@news.sunsite.
dk>, Sun, 20 May 2007 23:00:01, FAQ server <javascr@dotinternet.be>
posted:
>New windows can be opened on browsers that support the
by ?
>` window.open ` function and are not subject to the action of any
>pop-up blocking mechanism with code such as:-
> if(window.open){
> wRef = window.open("http://example.com/page.html","windowName");
With a space after that comma, fewer newsreaders should interpret
everything between the first and last quotes as a single URL.
ISTM worth mentioning the existence of the optional third parameter,
without giving details.
--
(c) John Stockton, Surrey, UK. ?@merlyn.demon.co.uk Delphi 3? Turnpike 6.05
<URL:http://www.merlyn.demon.co.uk/> TP/BP/Delphi/&c., FAQqy topics & links;
<URL:http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.htm> clpdmFAQ;
<URL:http://www.borland.com/newsgroups/guide.html> news:borland.* Guidelines