Re: [Htmlparser-user] Changing links embedded inside a script tag?
Brought to you by:
derrickoswald
From: Somik R. <so...@ya...> - 2003-03-12 06:35:30
|
Hi Joe, Changing links in script is not yet supported. Can you add it as a feature request ? Inline javascript ought to be available from the attributes - though, we don't have any tests yet. If we can get some help - it would speed us up. Regards, Somik ----- Original Message ----- From: "Joe Lin" <gu...@ya...> To: <htm...@li...> Sent: Tuesday, March 04, 2003 9:42 PM Subject: [Htmlparser-user] Changing links embedded inside a script tag? > 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/ > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you feeling lost and > disoriented. TotalView can help you find your way. Available on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user |