mgglasby
01-01-2008, 08:34 AM
Hi,
I have been looking for a quick solution to this and haven't managed to find one yet and I hope someone here can help.
The code I am using to open a new window is ordinary HTML Ie.
<a href="austin.html" target="_blank">Robert Austin</a>
In the new window I use a button to allow the reader to colse it Ie.
<input type="button" value="Close this window" onClick="window.close();">
When running under Windows XP this didn't cause a problem but now with VISTA I get an alert message asking if I really want to close the window.
I have read some info that suggests this is a new 'security' feature in Vista and that there is no way round it. If anyone has found a better way of doing this could you please let me know.
Thanks
Marc.
I have been looking for a quick solution to this and haven't managed to find one yet and I hope someone here can help.
The code I am using to open a new window is ordinary HTML Ie.
<a href="austin.html" target="_blank">Robert Austin</a>
In the new window I use a button to allow the reader to colse it Ie.
<input type="button" value="Close this window" onClick="window.close();">
When running under Windows XP this didn't cause a problem but now with VISTA I get an alert message asking if I really want to close the window.
I have read some info that suggests this is a new 'security' feature in Vista and that there is no way round it. If anyone has found a better way of doing this could you please let me know.
Thanks
Marc.