<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
<SCRIPT LANGUAGE="javascript">
function viewSource()
{
window.location= "view-source:}
</SCRIPT>
</HEAD>
<BODY onLoad='javascript:viewSource()'>
</BODY>
</HTML>
The above code gives me the source code of whatever url I want. But is it possible to save it onto my hard disk as a text file. I want to take data from some weather site and update it into my database.
Any ideas?
thanks a lot.
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">
<TITLE></TITLE>
<SCRIPT LANGUAGE="javascript">
function viewSource()
{
window.location= "view-source:}
</SCRIPT>
</HEAD>
<BODY onLoad='javascript:viewSource()'>
</BODY>
</HTML>
The above code gives me the source code of whatever url I want. But is it possible to save it onto my hard disk as a text file. I want to take data from some weather site and update it into my database.
Any ideas?
thanks a lot.