add(new webmarkupcontainer("close") { oncomponenttag(tag) {
tag.put("onclick", "window.close();"); }});
<a wicket:id="close">close</a>-igor On Tue, Jun 2, 2009 at 11:18 AM, Eyal Golan <[email protected]> wrote: > Hello, > How do I make a button that will close a page. > Not a Modal window, but a page that was opened using BookmarkablePageLink > with PopupSettings. > > I've been searching for the solution without success. > > Thanks, > > > Eyal Golan > [email protected] > > Visit: http://jvdrums.sourceforge.net/ > LinkedIn: http://www.linkedin.com/in/egolan74 > > P Save a tree. Please don't print this e-mail unless it's really necessary > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
