I am trying to get a value fro query string and assign that value into a textbox. I am able to get the value from query string but unable to assign it to textbox.
document.getElementByName('Contact0Email').Value = email;
Tried the above code but doesn't seem to be working. Though the alert of email gives the right value.