Search found 1 match

by Eusebe
Wed Oct 03, 2012 1:07 pm
Forum: SRWare Iron Support (English)
Topic: javascript closing window
Replies: 0
Views: 3512

javascript closing window

Hi,

Anyone able to explain why the following code works (current tab closed after clicking on the button) with Iron but not with a Chrome Portable I just downloaded ?
<body>
<input type="button" onclick="javascript:parent.close();" value="Close" />
</body>
</html>
I suggest this is because of a ...