G
Guest
I have a form that I want to submit to a different page and in a new window.
I have done this using an HTML button and putting a target="_blank"
attribute in the FORM tag. This does give me the results, but I'm unable to
control the size and other properties of this new window.
If I try to takeout the runat=server attribute from the form element and
write a custom javascript function, then my other web controls in the form
(dropdown lists and others) start giving me errors.
What will be a neat and clean solution to do this... Any help?
Thanks in advance.
I have done this using an HTML button and putting a target="_blank"
attribute in the FORM tag. This does give me the results, but I'm unable to
control the size and other properties of this new window.
If I try to takeout the runat=server attribute from the form element and
write a custom javascript function, then my other web controls in the form
(dropdown lists and others) start giving me errors.
What will be a neat and clean solution to do this... Any help?
Thanks in advance.