RE: Tiles and on-load events

2004-11-22 Thread andy wix
Hi, I have now fixed this issue by setting a parameter in the request with javascript when the user clicks a 'stop' button. Andy _ Use MSN Messenger to send music and pics to your friends http://www.msn.co.uk/messenger

RE: Tiles and on-load events

2004-11-22 Thread andy wix
Hi, Thanks for the tips - that javascript works perfectly. The only issue is that once I start the onload event, any attempts to navigate away from the page are ignored. Is there a way I can use the unload functions to break out of the loop if I were to include a stop button? Thanks, Andy

Re: Tiles and on-load events

2004-11-18 Thread Joe Germuska
At 12:37 PM + 11/18/04, andy wix wrote: Hi, I have a page which I would like frequently reloaded into the browser and was going to use javascript. The issue is that using Tiles I only have the on-load event available for the layout.jsp file and I only want one of my pages to have this funct

RE: Tiles and on-load events

2004-11-18 Thread dave
sp just use: addOnLoadExpression('alert("hello");', false); Dave > -Original Message- > From: andy wix [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 18. November 2004 12:38 > To: [EMAIL PROTECTED] > Subject: Tiles and on-load events > >

Tiles and on-load events

2004-11-18 Thread andy wix
Hi, I have a page which I would like frequently reloaded into the browser and was going to use javascript. The issue is that using Tiles I only have the on-load event available for the layout.jsp file and I only want one of my pages to have this functionality. Is there a work-around? Thanks, A