Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: 2.0.2 - Address Book Javascript BUG

Quote Reply
Re: 2.0.2 - Address Book Javascript BUG In reply to
To fix that.. on this line (~169) change:
<input type=button value="Close" onclick="window.close()">
to add:
<form name="dummy_form" action="for_netscape">
<input type=button value="Close" onclick="window.close()">
</form>
netscape 4.7 doesn't like the fact that it isn't enclosed in form tags so it ignores it or something.

This might even fix the problem with ie5 on a mac... not sure. Tell me how it goes.
Adrian
Subject Author Views Date
Thread 2.0.2 - Address Book Javascript BUG ryel01 3367 Jul 27, 2001, 2:58 AM
Post Re: 2.0.2 - Address Book Javascript BUG
Chaz 3277 Jul 27, 2001, 6:56 AM
Thread Re: 2.0.2 - Address Book Javascript BUG
dearnet 3273 Jul 28, 2001, 3:28 AM
Thread Re: 2.0.2 - Address Book Javascript BUG
brewt 3264 Jul 28, 2001, 12:25 PM
Post Re: 2.0.2 - Address Book Javascript BUG
ryel01 3245 Jul 28, 2001, 1:45 PM