Feb 4, 2005 #1 iuanee Programmer Jun 13, 2003 26 US Why the URL object doesn't take javascript as it's protocol? is there anyway to make it happen?
Feb 4, 2005 #2 stefanwagner Programmer Oct 19, 2003 2,373 DE javascript as a protocol? Hm. For an URL-Object? Because javascript isn't a protocol, but a scripting language? May you type into your browser: Code: javascript://foo.bar.com/foo.js No. Javascript is typically embedded in html, and http is the protocol. While ftp is another protocol. seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung Upvote 0 Downvote
javascript as a protocol? Hm. For an URL-Object? Because javascript isn't a protocol, but a scripting language? May you type into your browser: Code: javascript://foo.bar.com/foo.js No. Javascript is typically embedded in html, and http is the protocol. While ftp is another protocol. seeking a job as java-programmer in Berlin: http://home.arcor.de/hirnstrom/bewerbung
Feb 5, 2005 #3 sedj Programmer Aug 6, 2002 5,610 Last time I checked, JavaScript was a scripting language, not a network protocol. Perhaps you should read more about what a protocol is : http://www.protocols.com/ -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk Upvote 0 Downvote
Last time I checked, JavaScript was a scripting language, not a network protocol. Perhaps you should read more about what a protocol is : http://www.protocols.com/ -------------------------------------------------- Free Database Connection Pooling Software http://www.primrose.org.uk