hi, have been working on online form people can fill out , submit.
i want javascript on button when click send button, sends whole form email address, displays message box text in, , then, after sending form email address , displaying textbox, click ok, redirects page them!
here code far:
<p> <script language="javascript"> function msgbox (textstring) { alert (textstring) } </script> <!--message box --> <input name="submit" type=button value="send" onclick="msgbox=(thankyou comlpeting survey, views important us!)" > <!--this button works fine, clear form--> <input type="reset" value="clear" /> </p> </form>
please can me finish script off, , me make script want to!
please possible, require script soon!
thanks
javascript alone won't want. need server-side form-to-email script.
ask web host if have form-to-email script can use. if don't, ask them scripts can use server.
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment