Forum Moderators: open

Message Too Old, No Replies

Stop button programming issue

Programming a stop button stoping the loading of a web page

         

dev07

3:12 pm on Jun 12, 2004 (gmt 0)

10+ Year Member



Hi all,

I'm trying to program a browser, ie with back, forward, refresh,... buttons. But I've a problem to program the stop button that stops the loading of a page.
Situation: I've 2 horizontal frames, my buttons are in the top frame and the button effects act in the bottom frame. The browser is internet explorer 6.
I've tried with
top.frames[1].stop();
but it doens't work.

Can someone help me to program the stop button?

Thanks for your help

dev07

outrun

3:53 pm on Jun 12, 2004 (gmt 0)

10+ Year Member



If its just for IE6 use document.execCommand("Stop"); otherwise the stop button is hard to implement in all browsers.

regards,
Mark