Mar 15, 2002 #1 Flowerpower Programmer Joined Jul 27, 2003 Messages 2 Location ZA Can flash buttons inserted in dreamweaver pages can be used as form submit button? If yes, can someone elaborate on it. Thanx
Can flash buttons inserted in dreamweaver pages can be used as form submit button? If yes, can someone elaborate on it. Thanx
Mar 17, 2002 #2 Bignewbie Programmer Joined Feb 22, 2001 Messages 351 Location PH a flash button created with dreamweaver can submit a form! put this in the link box: javascript:document.formName.submit(); remember to change the "formName" to the name of your form you want to submit. i hope this helped. biggie Upvote 0 Downvote
a flash button created with dreamweaver can submit a form! put this in the link box: javascript:document.formName.submit(); remember to change the "formName" to the name of your form you want to submit. i hope this helped. biggie