> Never saw HTML code integrated in a script tag. How can this be used? It's quite often used to store templates because the script tag prevents the content from being rendered. Usually the templates are in one or more external html files and loaded on demand using an ajax call.
On Oct 8, 12:07 am, Sebo <[email protected]> wrote: > Never saw HTML code integrated in a script tag. How can this be used? > > Testing your code in FF 7.0.1 + FB 1.8.3 + WinXP shows me the script inside > the Script panel, because the second <script> tag contains JavaScript. So > unfortunately I cannot reproduce that problem. > Do I need to do something else than copy that code into a file and open it > in Firefox? I have been able to reproduce the problem consistently but had to reset all firebug Options before each test. (Firebug->Options->Reset all Firebug options) -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
