Forum Moderators: coopster & phranque

Message Too Old, No Replies

cgi results open in new frame

         

bugmmmmmmmenot

7:34 pm on Jul 27, 2005 (gmt 0)



I have a html form that uses perl cgi to display html results. How would I go about making the results appear in a frame (actually, an iframe) or in a new window? Basically I want the results to display along side the form, instead of replacing it.

WWMike

4:26 am on Jul 28, 2005 (gmt 0)

10+ Year Member



If you're using a link you can use TARGET= when you call the cgi, for example:

<A HREF=/cgi-bin/randhtml.cgi TARGET=_blank>RESULTS</A>