Thread
:
how to read a web page content to a variable?
View Single Post
#
1
(
permalink
)
11-30-03, 09:29 PM
wings01234
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?
wings01234
View Public Profile
Find all posts by wings01234