Hi
How can I insert this
into this
without everything after the %> not being processed ?
TIA
Webflex
How can I insert this
Code:
&SERVERLB=<%=SERVERLB%>
into this
Code:
Response.Write "<font size=2 face='Arial,Helvetica,sans-serif'><b><a href=" & Chr(34) & "launch.asp?" & "NFuse_Application=" & app.getNameUrlEncoded & "&MIMEExtension=.ica" & Chr(34) & " target='hiddenwindow'>"
without everything after the %> not being processed ?
TIA
Webflex