Smart navigation and js setTimeout

  • Thread starter Thread starter Andy Pickering
  • Start date Start date
A

Andy Pickering

I'm having a major problem with smart navigation. My page uses the
javascript 'setTimeout' function to automatically refresh the page after n
seconds (it calls __doPostBack). When I turn on smart navigation for the
page, the whole thing seems to go haywire after a few refreshes, apparently
refreshing whenever it likes! Looking at the client side page source, only
one instance of the setTimeout function has been rendered.

Any ideas gratefully appreciated.

Cheers,
Andy
 
Back
Top