blueindian1
Programmer
ladies and gents,
i KNOW this is a dumb question, but i still can't remember...
how do you call a JavaScript Function that requires a string parameter within ASP?
for instance:
what i need to know is...how do i identity the string as a literal? singal tics nor double tics work.
thanks,
rich
i KNOW this is a dumb question, but i still can't remember...
how do you call a JavaScript Function that requires a string parameter within ASP?
for instance:
Code:
response.Write "<input type='button' onClick='someFunction(string)>"
what i need to know is...how do i identity the string as a literal? singal tics nor double tics work.
thanks,
rich