Search found 4 matches

by yoko
Sun Mar 27, 2005 5:53 pm
Forum: Javascript
Topic: [NOT solved completely]Including js file in address bar
Replies: 5
Views: 396

Or better yet, can i fool IE so that IE thinks it's Host A Port B while it is HOst C Port D?
by yoko
Sun Mar 27, 2005 3:20 pm
Forum: Javascript
Topic: [NOT solved completely]Including js file in address bar
Replies: 5
Views: 396

that's great!

So then another idea came to my mind. Is there anyway to disable the "same-origin policy" on my own computer? I believe i should be in control of my own IE.
by yoko
Sun Mar 27, 2005 3:07 pm
Forum: Javascript
Topic: [NOT solved completely]Including js file in address bar
Replies: 5
Views: 396

Yes that's the code to use to include js file within a web page; what if i want to include an js file dramanicly. by typing something into the address bar Do i have to use DOM to create "<script language="javascript" type="text/javascript" src="yourfile.js"></scrip...
by yoko
Sun Mar 27, 2005 2:45 pm
Forum: Javascript
Topic: [NOT solved completely]Including js file in address bar
Replies: 5
Views: 396

[NOT solved completely]Including js file in address bar

Is it possible at all? Is there any way to include a javascript file by typing into the address bar? I am working on a website and my internet's really slow. So lots of time i'll just test my page cliently and then upload the new page. But i found typing "javascript: ***** void 0;" very fr...