hello guys,
I have a page with a form and url for example is
http://www.site.com/index.php?id=1234567890
(this form's action is pointing to "signup.php"
lets say I want to submit this form using javascript on an iframe or frame how can I keep the ?id=1234567890 ?. is there a header I can send this in?
I have a page with a form and url for example is
http://www.site.com/index.php?id=1234567890
(this form's action is pointing to "signup.php"
lets say I want to submit this form using javascript on an iframe or frame how can I keep the ?id=1234567890 ?. is there a header I can send this in?