G
Gilbert Tordeur
Hello.
Context : VB 2008, Web forms.
After a clic from a user, I would like that the web server
- displays a new web page,
- and propose a file download (par Response.BinaryWrite)
I can do the first action OR the second one, but how can I do the first AND
the second action ?
(an idea : to display the web page and to execute some javascript in the
<body onload...> to send automatically a new request to the server ? How?)
Thank you for your help,
Gilbert
Context : VB 2008, Web forms.
After a clic from a user, I would like that the web server
- displays a new web page,
- and propose a file download (par Response.BinaryWrite)
I can do the first action OR the second one, but how can I do the first AND
the second action ?
(an idea : to display the web page and to execute some javascript in the
<body onload...> to send automatically a new request to the server ? How?)
Thank you for your help,
Gilbert