Re: can i modify the content in the buffer of response(not response.buffer prep) by Maarten
Maarten
Sat Apr 10 23:58:19 CDT 2004
Maybe break up the page in pieces (html / asp / etc). Write down this pieces
in tmpFiles or use different variables or make use of a database to store
the different elements. If neccessary in the proces, you can open those
files or records for altering. At the end you collect all the pieces into 1
output.
Maarten
"xingye" <xingye@sohu.com> schreef in bericht
news:eQnXAF2HEHA.1548@TK2MSFTNGP10.phx.gbl...
> i want to modify entire page. sometimes i must design the webpage complex
> static html and asp script. so i can't put all this into a variable:(
>
> now i think i can use xmlhttp component. but this way more like using an
> agent, i must supply another page...
>
>
> "Maarten" <nobody@spam.com> wrote in message
> news:f4Xdc.66798$2Y6.4444228@phobos.telenet-ops.be...
> > Use a variable to keep your data. In the process, before the
> Response.Write
> > you can alter the content with replace or another Function to handle
more
> > complex changements in the content of the variable. In many case you
will
> > need pointer to indicate start and end of pieces of data. Before
> > Response.Wriet you need to clean-up these pointers.
> > Maarten.
> >
> >
> >
> > "xingye" <xingye@sohu.com> schreef in bericht
> > news:OMCDhxxHEHA.1048@TK2MSFTNGP12.phx.gbl...
> > >
> > >
> >
> >
>
>