KrispyKarim
08-25-2006, 05:23 PM
So I have a form outlined but I have no idea how to get it to e-mail me the submitted data.
Referances tell me to right click the form and choose "Actions" (in dreamweaver) however when I right click the form, there is NO actions option. Is there something I can put in the code that will do this action? the code is as follows:
<div align="left" class="_text" style="margin-left:25px; margin-top:7px"><img alt=""src="images/arrow.gif" hspace="0" vspace="0" border="0" style="margin-right:6px; margin-top:6px"><a href="#" class="l_text" onClick="document.getElementById('form').reset()">Reset</a><img alt=""src="images/arrow.gif" hspace="0" vspace="0" border="0" style="margin-right:6px; margin-top:6px; margin-left:35px"><a href="#" class="l_text" onClick="document.getElementById('form').submit()">Submit</a></div>
Any help would be much appreciated.
Referances tell me to right click the form and choose "Actions" (in dreamweaver) however when I right click the form, there is NO actions option. Is there something I can put in the code that will do this action? the code is as follows:
<div align="left" class="_text" style="margin-left:25px; margin-top:7px"><img alt=""src="images/arrow.gif" hspace="0" vspace="0" border="0" style="margin-right:6px; margin-top:6px"><a href="#" class="l_text" onClick="document.getElementById('form').reset()">Reset</a><img alt=""src="images/arrow.gif" hspace="0" vspace="0" border="0" style="margin-right:6px; margin-top:6px; margin-left:35px"><a href="#" class="l_text" onClick="document.getElementById('form').submit()">Submit</a></div>
Any help would be much appreciated.