trying with the original code, and with GET, i still cant submit a form using GET and get the variables...
for example:
Code:
<a href="javascript:ajaxpage(rootdomain+'/page.php?age=16&name=oli', 'mydiv');">send info</a>
works fine and send the variables BUT with
Code:
<form name="form1" id="form1" method="get" action="javascript:ajaxpage(rootdomain+'/page.php', 'mydiv');">
<input type="hidden" name="age" id="age" value="16">
<input name="name" type="text" id="name" value="oli" size="10" maxlength="10">
<input name="button" type="submit" id="button" value="send info">
</form>
the DD code will not get the variables.
Please help me, i have alot of stuff done and everything is only waiting on this
Bookmarks