
| email this FAQ to a colleague
Q: I modify and save ASP files, but the old version is still displayed by the browser. What's going on? A: If you don't have the Virtual Root marked as an Application in the MMC, ASP will not properly process file change notifications. This problem is under investigation. The workaround is to mark the Virtual Root as an application. - Jemearl Smith | Articles | | Jul 5, 2000 - Point the Way with Graphics | | IImages may also be used via the ASP Request Object. This article will
show you how the use the Request.Form("ImageName.X") property for such tasks as
record navigation (e.g. << Record 1 of 15 >>) or column headings for HTML tables
may use images rather than buttons.
type = "SUBMIT") are the common mechanism to allow the user to request actions from
your Web site. Images may also be used via the ASP Request Object. This article will
show you how the use the Request.Form("ImageName.X") property for such tasks as
record navigation (e.g. << Record 1 of 15 > >) or column headings for HTML tables
may use images rather than buttons. [Read This Article] [Top] |
|
|