Re: [Wicket-user] How can I add some javascript to make sure the mainpage will occupy whole browser?

2007-02-02 Thread Nino Wael
You could write parent.location, and redirect to the page you want to fill the whole page. But im not sure if it's a dirty hack. As Web developer tool bar reports it as access denied in FF. Looking forward to hear about some other ideas.. -Nino -Original Message- From: [EMAIL

Re: [Wicket-user] How can I add some javascript to make sure the mainpage will occupy whole browser?

2007-02-02 Thread Carfield Yim
I guess I know how to write the javascript. The probably is how can I trigger the onload event at wicket On 2/2/07, Nino Wael [EMAIL PROTECTED] wrote: You could write parent.location, and redirect to the page you want to fill the whole page. But im not sure if it's a dirty hack. As Web