S
scott
I'm trying to combine some asp and js with onclick event, but going crazy
trying to get the quotes right on 3rd line below. Any help.
CODE:
sCheck = " checked"
sHTMLTargetPage = "mypage.asp"
response.write "<input type=""radio"" name=""iFilter""" & sCheck1 & """ & "
" & onclick=""document.location='" & sHTMLTargetPage & "?catID=" & catID &
"&teamID=" & teamID & "';">"
trying to get the quotes right on 3rd line below. Any help.
CODE:
sCheck = " checked"
sHTMLTargetPage = "mypage.asp"
response.write "<input type=""radio"" name=""iFilter""" & sCheck1 & """ & "
" & onclick=""document.location='" & sHTMLTargetPage & "?catID=" & catID &
"&teamID=" & teamID & "';">"