Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Why the URL object doesn't take javascript as it's protocol

Status
Not open for further replies.

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?
 
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:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top