Click to See Complete Forum and Search --> : can i tell DHTML to open a link through a proxy?


thenetfreaker
12-10-2003, 04:02 AM
can i tell DHTML to open a link through a proxy?
[can i tell DHTML to connect somewhere through a proxy]

Dudsmack
12-12-2003, 12:34 AM
It is impossible for any html/css/javascript/vbscript/etc to modify any browser's connection properties...can you imagine the kind of mayhem ppl could unleash if they could!

Theoritically you could write a program in C++ or something that could set the browser to use a proxy but that would apply to all pages. Or, you could write a program to run all port request on your set port to run through a proxy, and then you could access that proxy in html by doing http://yourlink:#yourportnumber#/yourpage.html