[Javascript] Reading URL Content using Javascript and storingthe content in a Variable

Sachin Zingade sachinz at dpsl.net
Tue Sep 2 05:43:44 CDT 2003


Hi Thanks for your reply,

I want Page Content  of the URL being invoked, i,e consider i am calling
http://www.google.com,
so now i want to catch output of this url in a variable.

Is it possible?

Sachin Z

----- Original Message -----
From: "Rodney Myers" <rodney at aflyingstart.net>
To: "[JavaScript List]" <javascript at LaTech.edu>
Sent: Tuesday, September 02, 2003 2:37 PM
Subject: Re: [Javascript] Reading URL Content using Javascript and
storingthe content in a Variable


> Hi Sachin,
>
> var myURL = window.location.href+"";
> // the addition of "" forces the var into string type
>
> hope this helps
>
> Rodney
>
>
> Sachin Zingade wrote:
>
> > Hi,
> >
> > Is there a script for Reading URL Content using Javascript and storing
> > the content in a Variable.
> >
> > If there can someone guide me
> >
> > Sachin Z
> >
> >
>
> --
> PS. If you have to answer routine email queries
> from your sites or mailings then you will find
> the simple-to-use BizAutomator invaluable.
> http://www.BizAutomator.co.uk
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Javascript mailing list
> Javascript at LaTech.edu
> https://lists.LaTech.edu/mailman/listinfo/javascript



More information about the Javascript mailing list