Quote Trouble 2

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 & "';">"
 
C

Chris Hohmann

scott said:
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 & "';">"

Response.Write "<input type='radio' name='iFilter'
onclick=""document.location='" & sHTMLTargetPage & "?catID=" & catID &
"&teamID=" & teamID & "';""" & sCheck & ">"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,151
Messages
2,570,854
Members
47,394
Latest member
Olekdev

Latest Threads

Top