Andrew wrote:
Hi Jason,
question? Why will the ajax process only be initiated with:
<input type="submit" id="save" value="Submit" />
and not:
<a href="javascript:document.Form1.submit ()"></a> ?
When the javascript methodology to submit a page is used, the whole page
reload!
That's just how AJAX works. You don't actually submit the form, you use
JavaScript to trigger an XMLHttpRequest in the background.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]