|
-
Jan 11th, 2002, 07:48 AM
#1
Thread Starter
Fanatic Member
form submission visuals
how is it possible to create the "submit" button of a form in text (a href) instead of a "input" thingy (the default "<input type="submit">")
and is it also possible to have the submit button beofore the data collection ??
ME!
-
Jan 11th, 2002, 09:13 AM
#2
anything is possible... well almost 
<a href="#" onClick="document.formName.submit()">
-
Jan 11th, 2002, 09:15 AM
#3
Thread Starter
Fanatic Member
thanx scoutt 
ME!
-
Jan 14th, 2002, 02:59 AM
#4
Thread Starter
Fanatic Member
ok, thanx scoutt, i'll give that a try 
ME!
-
Jan 14th, 2002, 03:05 AM
#5
PowerPoster
hi
Or u can use this:
Code:
<a href="JavaScript:document.formName.submit();">
-
Jan 16th, 2002, 01:00 AM
#6
Thread Starter
Fanatic Member
ummm, none of those scripts work for me do i have to put it outside the "Form" tags or not ?
could u maybe zip and post a working example ??
_Ubunr3al_
-
Jan 16th, 2002, 04:51 AM
#7
Hyperactive Member
post your code and I'll fix it for you!
-
Jan 16th, 2002, 08:07 AM
#8
Thread Starter
Fanatic Member
its not absolutely critical that i get this done, but here u go:
-
Jan 16th, 2002, 08:22 AM
#9
Hyperactive Member
There you go, it works now!
-
Jan 17th, 2002, 07:15 AM
#10
Thread Starter
Fanatic Member
thanx, i havnt tried it just yet bit will as soon as i get the chance.
_Ubunr3al_
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|