megetron
September 14th, 2003, 05:43 AM
Hi,
I have a page that needs to download an activex file.
so when the page trying to downlooad it, the user get a Security Dialog and user confirms the download of the .ocx.
I want that my page will redirect itself diffrently when user will click on the 'Yes' button and on the 'No' button.
what I did is that in the end of mu code I put this code:
<SCRIPT>
location.href = "http://www.somesite.com"
</SCRIPT>
but still i need to know if user clickes on yes ar no.
any suggestion?
rgrds Megetron.
I have a page that needs to download an activex file.
so when the page trying to downlooad it, the user get a Security Dialog and user confirms the download of the .ocx.
I want that my page will redirect itself diffrently when user will click on the 'Yes' button and on the 'No' button.
what I did is that in the end of mu code I put this code:
<SCRIPT>
location.href = "http://www.somesite.com"
</SCRIPT>
but still i need to know if user clickes on yes ar no.
any suggestion?
rgrds Megetron.