passing arguments form javascript function to new asp page

wxdqz

New Member
How do I pass variables from a JavaScript function
if varriable name is
basis
reply


document.location=("newAspPage.asp?basis='here i want to use the value of basis' and reply='the value of reply'

what is the syntax for that??

VB is

document.location=("test.asp?basis="&basis&"&reply="&reply")

please help
 
Back
Top