Original web site only runs in IE8. I have to convert document.all tag for Chrome or IOS on fly. I can not get access to source codes and I need to keep all functions by replacing IE8-related tags so I need any change in ScriptElement can take effect immediately.
David On Friday, April 14, 2017 at 6:47:18 AM UTC-4, Vassilis Virvilis wrote: > > Does this work across browsers? What happens on the previous code? > > I always thougt that the current best practice was 'page reload'. > > > On Apr 14, 2017 09:50, "Alberto Mancini" <[email protected] <javascript:>> > wrote: > >> Hello, >> AFAICT there's a chance that you have to use .setText instead of >> .setInnerText. >> >> That said, can i ask you what is the purpose of modifying the script >> content of a script tag ? >> >> Regards, >> Alberto >> >> >> On Fri, Apr 14, 2017 at 7:27 AM David <[email protected] <javascript:>> >> wrote: >> >>> I use GWT to process <script/>, change its contents and set new content >>> through ScriptElement.setInnerText() method. But new change doesn't take >>> effect. I don't know why. Please help me out. >>> >>> Thanks, >>> >>> David. >>> >>> -- >>> You received this message because you are subscribed to the Google >>> Groups "GWT Users" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected] >>> <javascript:>. >>> To post to this group, send email to [email protected] >>> <javascript:>. >>> Visit this group at https://groups.google.com/group/google-web-toolkit. >>> For more options, visit https://groups.google.com/d/optout. >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "GWT Users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/google-web-toolkit. >> For more options, visit https://groups.google.com/d/optout. >> > -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/d/optout.
