-
That should work:
Code:
onsubmit="linkjax('external14.htm', 'ajaxcontentarea', 2);return false;"
The form will not be able to have its values transferred to the Ajax content that it is loading though as, no page refresh can take place without wiping out the Ajax loaded content. With some extra javascript code, it might be able to happen without a refresh. This is not a problem though, unless that is what you are trying to do.
-
well thats what i was going for but it looks too messy and i have an easy work around for it, thanks alot!