Jump to content

link instead of button


zodehala

Recommended Posts

like you see following when you clicked button "connection.php" pages is loaded (we make this by button)


[code]<form id="form1" name="form1" method="post" action="connection.php">
  <label>
  <input type="submit" name="Submit" value="value1"  class="Button"/>
  </label>
</form>[/code]

suppose that there is a link is  called "xxx"  "connection.php" page will be loaded when i cliked link is called "xxx" 

how can i do it ?

[code]<a href="" tabindex="1" title="loading" accesskey="1" target="_blank">xxx</a>[/code]
Link to comment
https://forums.phpfreaks.com/topic/19758-link-instead-of-button/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.