Results 1 to 10 of 10

Thread: form submission visuals

  1. #1

    Thread Starter
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609

    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!

  2. #2
    scoutt
    Guest
    anything is possible... well almost

    <a href="#" onClick="document.formName.submit()">

  3. #3

    Thread Starter
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    thanx scoutt

    ME!

  4. #4

    Thread Starter
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    ok, thanx scoutt, i'll give that a try

    ME!

  5. #5
    PowerPoster
    Join Date
    Nov 2001
    Location
    Trying to reach and stay in the cloud
    Posts
    2,089

    hi

    Or u can use this:

    Code:
    <a href="JavaScript:document.formName.submit();">

  6. #6

    Thread Starter
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    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_

  7. #7
    Hyperactive Member progressive's Avatar
    Join Date
    Sep 2001
    Location
    Manchester, UK
    Posts
    404
    post your code and I'll fix it for you!

  8. #8

    Thread Starter
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    its not absolutely critical that i get this done, but here u go:

  9. #9
    Hyperactive Member progressive's Avatar
    Join Date
    Sep 2001
    Location
    Manchester, UK
    Posts
    404
    There you go, it works now!

  10. #10

    Thread Starter
    Fanatic Member ubunreal69's Avatar
    Join Date
    Apr 2001
    Location
    Morayfield, Australia
    Posts
    609
    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
  •  



Click Here to Expand Forum to Full Width