View Single Post
  #5 (permalink)  
Old 03-19-2002, 09:02 PM
Nate Nate is offline
Registered User
 
Join Date: Jan 2002
Location: Pittsburgh, PA, USA
Posts: 48
Send a message via ICQ to Nate Send a message via AIM to Nate Send a message via Yahoo to Nate
Emon,

That is the essence of server-side programming. Client-side programming doesn't run until the HTML document is already downloaded to the browser, so I would conclude that there isn't a way to replace a given text in a whole HTML doc. If there is some loophole in javascript that lets you do it, it would probably be 3 pages worth of code and it would take 30-60 seconds for the browser to process it, which would turn users away pretty quick.

Sorry man,
Nate
Reply With Quote