How can I stop a HTML page after the <head>...</head> loads using javascript? -


i have url rewriting proxy server (ezproxy) can set provide one-click access target url's, providing authentication challenge when needed getting out of way when it's not needed.

http://url-rewriting-proxy-server.com/login?url=http://target-url.com

i load url above , stop page, loading <head></head>.

i use bookmarklet (server side code ok) accomplish this.

can programmatically javascript? if so, how? if javascript bad idea, there alternatives?

will solution work in mobile safari?

maybe

 window.stop(); 

is looking for


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -