[thelist] JavaScript problem - favorite/bookmark(let)

Hassan Schroeder hassan at webtuitive.com
Sat Aug 4 17:48:44 CDT 2001


databarn wrote:

> [InternetShortcut]
> URL=javascript:open(
> http://domain.com/page, "page title","webcam","menubar=0,scrollbars=0,width=330,height=250,toolbar=0,location=0,directories=0,status=0:)

(1) window.open() takes *three* params -- URL, name, options, and
    they must be quoted if they're literals;

(2) the second character from the end of the string should be a 
    quote mark (") rather than a colon (:)

HTH! 
-- 
H*
Hassan Schroeder ----------------------------- hassan at webtuitive.com 
Webtuitive Design ===(+1) 408-938-0567 === http://www.webtuitive.com




More information about the thelist mailing list