hello,
I have an ASP page that has some DHTML/javascript inside it.
the javascript shows and hides a layer that has text on it.

what I need to do is pull the text from my application variable but the problem is, becouse I have <script> tags for the javascript when I try and use <%=application("whatever")%> it fails.

does this make sense? let me know if you need more discription.
thank you