I would like to POST a variable to an asp page. The variable needs to be hidden and not really part of a form.
From a button I am going to do a
on (release) {
getURL(“contactform.asp”, “”, “POST”);
}
How do I setup a variable named strCSA that will be posted to the asp page?
Thanks, John