| dbResfresh |
Send the http-equiv="refresh" header to refresh the URL at the specified time interval.
| Property Syntax |
Obj.dbRefresh="Time Interval;URL"
| Parameters |
|
Parameters |
Default Value |
Description |
| Time Interval | Blank | No Refresh |
| URL | None | A valid URL |
| Example |
| <% Set X = Server.CreateObject("ASP.DB") X.dbUnit = 1 X.dbDSN = "NWIND" X.DbMode = "Dual-horiz" X.dbSQL = "Select FirstName,LastName From Employees" X.dbRefresh="5;url=http://localhost/vdata/problem/fonttag.asp" X.dbSelectBox = "5,Pick a PERSON,Click to Select; #0#" X.dbOptions = "HeaderFontTag=Size=4,CellFontTag=FACE=Arial" X.ASPDB %> |
| Notes |