[Htmlparser-user] Changing links embedded inside a script tag?
Brought to you by:
derrickoswald
From: Joe L. <gu...@ya...> - 2003-03-05 05:42:10
|
Hi, I need to change links embedded inside the code of a script tag such as: <script language="Javascript"> window.open("http://mysite/index.html"); </script> There's only getScriptCode() in ScriptTag and no setScriptCode() available. Has anyone done changing links inside Javascript? Can you please suggest a good way to do this? Also, how about inline Java script such as <form ....> <input type="button" onClick="<script window.open..../>"> </form> Thanks so much for the help! Joe __________________________________________________ Do you Yahoo!? Yahoo! Tax Center - forms, calculators, tips, more http://taxes.yahoo.com/ |