This topic is locked
[SOLVED]

 Refresh time on explorer

12/20/2005 10:44:55 AM
ASPRunnerPro General questions
T
Tingo author

Hello to all.

I want to know if is possible to change the time of updating (refreshing) of a page on explorer, for example I want that each time that a new register be added to db, it be brought up to date page ...._list in the explorer.

thanks a lot.
Tingo

Sergey Kornilov admin 12/22/2005

You cannot refresh list page when new customer is added to the database. You can do this on timely fashion though.
Insert the following as the second line into ..._list.asp to refresh page every 30 seconds.

<%@ Language=VBScript %>

<meta http-equiv=refresh content="30;">

T
Tingo author 12/23/2005

Sergey.

Thank´s a lot, your solution was great
Best Regards.

Tingo