PDA

View Full Version : "pause", "forward" buttons needed for redirect screens


MarkG
05-21-2002, 09:46 PM
i added a fortune cookie in my forum(using the fortune utility, if you want the code just ask for it), showing a quote in the redirect screens

the problem is that it is sometimes to long to read in 1-2 seconds.

i saw that the redirect is done via a javascript, is there a way to have buttons to pause and continue the redirect?

scsa20
05-22-2002, 07:37 AM
this is easy, don't put it in a redirect screen :) instead, have it show on the same page where they ask the question or whatever they do so they can read it, and also ask another question without waiting for it to go back to the screen ;)

Logician
05-23-2002, 11:16 AM
admincp/ edit template:standardredirect

Find:
<meta http-equiv="Refresh" content="1; URL=$url">

Replace X with number of seconds to wait..