Hello,

I am trying to autosubmit a hidden form.

So far I have...... but it sends me into an infinite loop. Anyone got any ideas. I am such a noob...



Code:
 
<form method="post" name="form1" action="<cfoutput>#CurrentPage#</cfoutput>">
<input type="hidden" name="Maildate" value="1"> 
<input type="hidden"
...