I am trying to pass a font tag in a querystring without much success. I've tried several combinations ("'", ', "", """
but it doesn't seem to want to bring the font tag over.
any ideas?
thanks
here is the code
strsummary = strsummary & "<font color=""#FF0000"">Requested change for Date = "&rdate & "and Category = " &request.form("subcatname"
(i)&" was rejected due to a NON-NUMERIC entry.</font><br>"
<script language="JavaScript">
window.open('message.asp?strmsg=<%=strsummary%>','Password', 'width=650, height=200, dependent=yes, resizeable=yes, menubar=yes, scrollbar=no')
</script>
Rob Mills
System Analyst
Correctional Services Canada
(all statements are my own ...., ah hell, its the government, sue'em anyway)
any ideas?
thanks
here is the code
strsummary = strsummary & "<font color=""#FF0000"">Requested change for Date = "&rdate & "and Category = " &request.form("subcatname"
<script language="JavaScript">
window.open('message.asp?strmsg=<%=strsummary%>','Password', 'width=650, height=200, dependent=yes, resizeable=yes, menubar=yes, scrollbar=no')
</script>
Rob Mills
System Analyst
Correctional Services Canada
(all statements are my own ...., ah hell, its the government, sue'em anyway)