|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
asp script doesn't refresh
<i><b>Originally posted by : Bernie Lawrence (bernie@writeme.com)</b></i><br />I'm new at ASP so pardon this simple question. When I created my first ASP page, "Hello world" example, it ran fine. However, I noticed that if I change ANYTHING in the script it will not show the change in the browser, only the html outside of the script appears to be executed again. For instance, changing the text to "Hello There" and then saving the file and reloading it, or refreshing it, in IE will not show the changes, only the original "Hello World". Any HTML changes work fine, for example changing the title, but the script doesn't appear to get executed again. Is there a way to force it to run the script each time instead of from the first time it was loaded into memory? <br /> <br /><br />
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : miguel</b></i><br />Use response.expires = -10000 and normally it will refresh.<br /><br /><br />------------<br />Bernie Lawrence at 12/27/2000 11:28:54 PM<br /><br />I'm new at ASP so pardon this simple question. When I created my first ASP page, "Hello world" example, it ran fine. However, I noticed that if I change ANYTHING in the script it will not show the change in the browser, only the html outside of the script appears to be executed again. For instance, changing the text to "Hello There" and then saving the file and reloading it, or refreshing it, in IE will not show the changes, only the original "Hello World". Any HTML changes work fine, for example changing the title, but the script doesn't appear to get executed again. Is there a way to force it to run the script each time instead of from the first time it was loaded into memory? <br /> <br /><br />
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > asp script doesn't refresh |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|