From: Jim A. <J....@le...> - 2007-01-17 11:10:47
|
Can do this to: <a href=3D"#" onClick=3D"javascript:window.open('','_parent','');window.close();return false;"><localiseid=3D"link.close"/></a> (Think Matthew may have mentioned this as well.) Jim =20 -----Original Message----- From: bod...@li... [mailto:bod...@li...] On Behalf Of Peter Crowther Sent: 16 January 2007 12:23 To: Bodington developers Subject: Re: [Bodington-developers] close window prob > From: Naomi Miles > <a href=3D"javascript:window.open > ('','_parent','');window.close();return false;"><localise =20 > id=3D"link.close"/></a> Use a span and style it appropriately in the CSS. This prevents any hyperlink activity getting in the way of the click event. <span onclick=3D"javascript:...">label</span> - Peter ------------------------------------------------------------------------ - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=3Djoin.php&p=3Dsourceforge&CID=3D= DEVDE V _______________________________________________ Bodington-developers mailing list Bod...@li... https://lists.sourceforge.net/lists/listinfo/bodington-developers |