Computer problems,Computer help
*AX SOFT>>>Programming & Design

Sending POST Using <a href=...> instead of the submit button?


Hi,
Can I use the ordinary <a></a> hyperlinks to send POST messages in XHTML or HTML and PHP instead of the usual forms and the usual submit button ???

What about using JavaScript to submit hidden forms when the link is clicked? :)

For instance..
<form action="post.php" id="frm" method="post" style="display: none;">
<input type="text" name="i_am_a_hidden_field" value="haha hidden" />
</form>
<a href="javascript:;" onclick="javascript: document.getElementById('frm') .submit()">I will post to post.php!</a>

<a href="#" onclick="go();">blah</a>

now you can define go() to do whatever you want (post, put, get, delete, whatever)

Tags
  General - Computers & Internet   Software   Security   Programming & Design   Facebook   Flickr   Google   MSN   MySpace
Related information
  • In JSP I want to print out my database entries with the newest first?

    Order them in the DB query. Instead of SELECT * FROM ARTICLE Use something like SELECT * FROM ARTICLE ORDER BY Date DESC If you don't have a Date column use what ever column deno...

  • In Java, how do you outline a Polyline?

    you could try drawing the line twice. first in black with width 2 pixels and then in green with width 1 pixel.

    ...
  • How much to charge for making an ecommerce website for a small business?

    concentrate on the design work, do a mock up or a layout first, and get their interest. Give them a full list of all the functions.... Don't focus/talk on price, focus on what you will be of...

  • How do i fix this "line b problem parsing xml:'null" is null or not an object"?

    I guess you use AT&T. You need to report this problem to them, it is a bug in their JavaScript and there's nothing you can do about it apart from report it to them.

    ...
  • Is there a difference?

    barrel size is different by 2 inches.. the eight inch comes with pellets

    ...
  • What is the best tutorial, book, or e-book to use to learn as much about using Autodesk Maya 8 from scratch?

    ...

  • What do you think about samples packages like this?

    They save A LOT of time. Some of them are not very good, but you sometimes find exactly what you wanted.

    ...
  • Need help on making webpage?

    "...to take u to another place on my page." The standard link tags, as given already, will not take you to another place on your page. There are different types of links that will lin...

  •  

    Categories--Copyright/IP Policy--Contact Webmaster