Thread: submit button??
View Single Post
  #4 (permalink)  
Old 07-15-04, 04:46 AM
NeverMind's Avatar
NeverMind NeverMind is offline
Community VIP
 
Join Date: Aug 2003
Location: K.S.A
Posts: 2,257
Thanks: 0
Thanked 2 Times in 1 Post
this is Javascript issue !
anyway, I think you could do this by using a normal bottun any where in your page and add an OnClick event with javascript's function submit()
something like that :
Code:
<input type="button" name="submit" value="Submit" onClick="formname.submit();" />
but I am not sure, tho ..
__________________
PHPSimplicity
We don't need a reason to help people - Zidane [FF9]
Reply With Quote