11-08-2009, 07:39 PM
(11-08-2009, 12:05 PM)Scorpion Wrote: I tried "post.submit();" on a mouseover= event, So i could wait until the page was loaded then submit the script, But it still sends me to the post new topic section, So it must be something to do with the submission.
OK, this must work for auto submit,
Put this code just before you are closing your </from>
Code:
<script language="javascript" type="text/javascript">
document.Designer.submit();
</script>
That should submit your form, as for the part when it sends you to New Topic,
I can only assume that something is wrong with the action attribute of your form.
I would nee to see the code that handle the form submit.