[thelist] Javascript question

Warden, Matt mwarden at odyssey-design.com
Mon Aug 7 15:53:30 CDT 2000


> new window and creates a page on the fly.  However, is there anyway for me
> to tell the script that it has to output to a specific file that I
> created, rather than it creating its own?

No, not with client-side JavaScript. It has no interaction with the server
(ummm... usually) which is where this output file would have to go.

You can use ASP, PHP, CGI, etc., etc., etc. to do what you want to do.

--
mattwarden
mattwarden.com





More information about the thelist mailing list