I'm not clear on where/how to use this? I tried both... Output.Buffer = True and Response.BufferOutput = true ... at the beginning of the scrip section (using vbscript with ASP classic, cannot use .NET) and it errors...
Script error: Object doesn't support this property or method: 'Response.BufferOutput' On Sep 10, 1:51 am, Andrew Badera <[email protected]> wrote: > Try: > > Response.BufferOutput = true; > . > . > . > Response.End(); > > ∞ Andy Badera > ∞ +1 518-641-1280 > ∞ This email is: [ ] bloggable [x] ask first [ ] private > ∞ Google me:http://www.google.com/search?q=andrew%20badera > > On Thu, Sep 10, 2009 at 1:42 AM, Livin<[email protected]> wrote: > > > I'm new to web development and inherited some ASP code. It works but > > after submitting a form, the screen flashes quickly with the server > > response right before it refreshes with the appropriate screen. > > > I'd appreciate if someone has an idea what I should be looking for. > > > I used LiveHTTPheaders plugin for Firefox to try to see what is going > > on, but I'm not sure. > > > Here's the beginning output from the plugin... > > >http://htpc/iphone.asp?action=devA5on&show=locDining%20Room&options=1... > > > GET /iphone.asp?action=devA5on&show=locDining > > %20Room&options=10100010000000 HTTP/1.1 > > Host: htpc > > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv: > > 1.9.1.3) Gecko/20090824 Firefox/3.5.3 GTB5 (.NET CLR 3.5.30729) > > Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/ > > *;q=0.8 > > Accept-Language: en-us,en;q=0.5 > > Accept-Encoding: gzip,deflate > > Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 > > Keep-Alive: 300 > > Connection: keep-alive > > Referer:http://htpc/iphone.asp?show=locDining%20Room&options=10100010000000&r... > > > HTTP/1.x 200 OK > > Server: HomeSeer > > Expires: -1 > > Cache-Control: no-cache > > Pragma: no-cache > > Content-Type: text/html > > Accept-Ranges: none
