View Single Post
Old 05-01-2008, 01:42 AM   #1 (permalink)
kororo203
The Wanderer
 
Join Date: Apr 2008
Posts: 15
Thanks: 0
kororo203 is on a distinguished road
Default fetch data in a form without using post?

let's say that i'll be making functions that should be able to execute in the page while not making use of post method...

like this..

<form>
<input type = "text" name = "text" />
<input type = "button" name = "call" onclick = "<?call();"?>" />
</form>

correct me if i'm wrong but is this possible...
kororo203 is offline  
Reply With Quote