I mean, when the user click on "Confirm" button it means that he already filled the form which i'm 'posting'. It exists.
And the code is placed in a C#(CodeBehind) function which handles click-on events at my "Confirm" button.
Private Sub LinkButton1_Click(ByVal sender As System.Object, ByVal...
Thanks for the answer and I apologize about the messy code.
Ok. First of all the Javascript is executed when the user click on a "Confirm" button, so the form already exist at this point.
And yes, i disabled the popup blocking at Firefox configurations.
Well, i'm not highly familiar with the...
Hi everybody..
I'm trying to do a post in my asp page through a Javascript statement. It works fine when i use IE, but with Firefox it doesn't. I've to make it works for both browsers. Any idea?
Thanks.
Here's the code i'm using.
Response.Write("<script>document.forms['Form1'].method =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.