Accessing POST-vars
Posted: Tue Jul 08, 2008 3:06 pm
Hi,
I try to access a POST-variable within a form send by another form.
The URL looks like this:
but it doesn't work.
Any ideas?
I try to access a POST-variable within a form send by another form.
The URL looks like this:
I tried this HTML-code in the form:http://mydomain.com:8080/form.do?[b]ema ... domain.com[/b]&submit=Send&agnCI=1&agnFN=resend_confirm_send
Code: Select all
<input type="text" name="email" value="$!email">
Any ideas?