Helpful Information
 
 
Category: JavaScript Development
need help with integration of CGI with JavaScript..

Hi. I have this CGI script which creates real audio meta files.

the CGI script allows users to "check" the songs that they want to hear and when submitted, it opens a page that links to the real audio meta file.

I was wondering, is there a way I can have this page open up in a JavaScript window? Can you open the results of a CGI Form in a java script window?

here is a link to the source of my CGI script: http://hkpopsite.virtualave.net/cgi-bin/software.htm

a link to page that uses this script: http://hkpopsite.virtualave.net/english.htm

If anyone can help...
Thanks

Don't want to check out your site nor to download anything.

Start here -> http://www.devshed.com/Talk/Forums/Forum6/HTML/000332.html

Instead of using frame in the example, just open up a new window and set the window dimension after the print "Content-type: text/htmlnn"; line. Note, Window-target works with Netscape but probably not with IE.

Or you can just set the form target to a new window but you lose control to setting the dimension of the new window.










privacy (GDPR)