X
xingye
Can anyone help me?Thanks a lot.
When i use Response.Buffer=true, client cann't get the page until the
last command over or Response.Flush called. But, before the end of
page or flush, WHERE THE CONTENT CATCHED? CAN I CHANGE THE CONTENT?
microsoft.public.inetserver.asp.general:
no
I want to CHANGE it NOT clear it....
i want to translate the page from one language to the other.
so i think, change the buffer is the best way.
if asp cann't do it on server side, i fill very sorry:_(
Evertjan. said:xingye wrote on 11 apr 2004 in microsoft.public.inetserver.asp.general:i want to translate the page from one language to the other.
so i think, change the buffer is the best way.
if asp cann't do it on server side, i fill very sorry:_(
[This is not email, Xinggye, so please quote part of the text you are
answering on, so that others can follow your response.]
No, it is not the best way. Impossible ways are not that good.
I think I showed you a good way around your impossible request.
I am sorry you are sorry, it is not the way asp works.
=======================
Perhaps what you want is to serverside get the output of a page p1 to
manipulate in another page p2. That is something quite different.
Perhaps you could "get" your page p1 output locally and put the contents in
a string to manipulate by the asp code of page p2 ?
.....
I made a page in one language then translate it to anther language by
check user's accepted language if necessary. I do not want to redirect
user to anther page.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.