M
Micke Palm
Hello!
I get some data in a domain from a other domain with request.form in aspnet.
The scenenario I want to do is to post it back like a form.
Can I do that in ASPNET?
I've tried this without any success.
lnkbTest.Attributes.Add("onClick",
"javascript:document.forms[0].action='http://mydomain/login.aspx';
document.forms[0].__VIEWSTATE='';")
/regards, Micke
I get some data in a domain from a other domain with request.form in aspnet.
The scenenario I want to do is to post it back like a form.
Can I do that in ASPNET?
I've tried this without any success.
lnkbTest.Attributes.Add("onClick",
"javascript:document.forms[0].action='http://mydomain/login.aspx';
document.forms[0].__VIEWSTATE='';")
/regards, Micke