Click to See Complete Forum and Search --> : Buttons


Ba Ra Dur
12-01-2003, 07:27 PM
Im making a new kind of slideshow its going to fade an such but to make it i thought i would place it into a IFrame because all of the Pause buttons (like in already made Slideshows) i have found never worked. When i was walking my dog i thought of the IFrame idea... if i place the slideshow into an IFrame i can just press a stop button and it will stop and place a refresh button as a play button the only problem is there is no such thing as a stop button replacement. I've tried to make one but im not that great at JavaScript im hopeing that someone can tell me or show me how to make a stop button. It has to be possible if a refresh button can be made awhy not a stop button rihgt?

Ba Ra Dur
12-01-2003, 08:03 PM
Finally i have solved it well for those who are wondering this is what the stop button script looks like in my case:

<INPUT TYPE="button" VALUE="STOP" onClick="stop('var pic')"><p>

Of course i put the body section of my slideshow in a form type for the input to work.