Feedback on: irt.org FAQ Knowledge Base Q525
Worth:
Worth reading
Comments:
I have the same problem I am trying to download a file with the following command
<script language="JavaScript">
</script>
But a small window comes up & I don't wnat it visible to the user.
Worth:
Worth reading
Length:
Too long
Technical:
Too technical
Comments:
You can get some content off an FTP server in this way:
<a href="#" onClick="window.open('ftp://tgftp.nws.noaa.gov/data/forecasts/zone/or/orz008.txt','new','width=600,resizable,scrollbars,menubar');"> NWS Forecast</a>
I want to know how to inject that content into the main page.