Hi,
This is the question.
I have made a close button in my webpage.
when i click on it i get the question if i wan't to close the window. When i push Yes it closes.
But now i don't want to see this question.
The thing i wan't is when i click on close the explorer closes without the question.
This code i tryed but did not work:
<script language="jscript">
self.opener = this;
self.close();
</script>
Thanks in advance
This is the question.
I have made a close button in my webpage.
when i click on it i get the question if i wan't to close the window. When i push Yes it closes.
But now i don't want to see this question.
The thing i wan't is when i click on close the explorer closes without the question.
This code i tryed but did not work:
<script language="jscript">
self.opener = this;
self.close();
</script>
Thanks in advance