Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Modify document source

2 views
Skip to first unread message

dsrob...@gmail.com

unread,
Nov 21, 2005, 1:52:52 PM11/21/05
to
Does anybody know if it is possible to use javascript to modify the
document source so that it is viewable in a browser by clicking
'view->source'.

Thanks!

Spats30

unread,
Nov 21, 2005, 3:04:20 PM11/21/05
to
No it can't. Otherwise it wouldn't be interpretted at the time of
rendering by the browser. This is called client-side programming.

If you want to truly change the source code, you must do this
server-side with language like PHP, ASP, etc...

Good luck!

Jasen Betts

unread,
Nov 23, 2005, 12:24:24 AM11/23/05
to

not so that the modiifications are viewable,
but a DOM inspectoor plugin may give you what you want.

--

Bye.
Jasen

0 new messages