Hi,
I have a trouble with passing values from an aspx page to an HTML page, the conditions put forth to me are that values are inputted to the controls present in a aspx page when a button is clicked the aspx page should close and redirect to a HTML page where some of the inputted values are made available to view.
The problem is that the querystring used to pass the values should not be visible on the address bar and the HTML window shouldn't popup(due to pop-up blockers)
If anyone could help me please do so..
Thank You
I have a trouble with passing values from an aspx page to an HTML page, the conditions put forth to me are that values are inputted to the controls present in a aspx page when a button is clicked the aspx page should close and redirect to a HTML page where some of the inputted values are made available to view.
The problem is that the querystring used to pass the values should not be visible on the address bar and the HTML window shouldn't popup(due to pop-up blockers)
If anyone could help me please do so..
Thank You