05-01-2008, 01:42 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Apr 2008
Posts: 15
Thanks: 0
|
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...
|
|
|
|