Forum Moderators: open
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