View Single Post
  #2 (permalink)  
Old 12-01-03, 02:28 PM
CarnieLtd CarnieLtd is offline
Newbie Coder
 
Join Date: Nov 2003
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
As far as I am aware you will need to open the webpage to read its contents with either innerTEXT or innerHTML. If you don't want your user to see it being opened the best way to hide it would be to use an invisible iframe that loads the page. They still maybe able to see it loading by the status bar but it will never show on the website.
Reply With Quote