Nope, setting href won't submit a form. In fact, I'm almost completely
certain it results in a GET, not a POST
Frank
Dave Newton wrote:
Catherine wrote:
function show(url) {
window.location.href = url
}
Does setting the href of the window's location actually submit a form?
What happens if you actually call submit on the form?
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
.
--
Frank W. Zammetti
Founder and Chief Software Architect
Omnytex Technologies
http://www.omnytex.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]