View Single Post
  #1 (permalink)  
Old 11-30-03, 09:29 PM
wings01234 wings01234 is offline
New Member
 
Join Date: Nov 2003
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
how to read a web page content to a variable?

Is there a way to read the content of a web page to a variable using javascript, but don't open that web page?
Somthing like PHP's:

$url="http://www.somesite.com";
$content = join('', file($url));

Or other client-side script can?
Reply With Quote