in reply to Is it possible to output to an open web page?
But if you you want to avoid javascript, you can use Frames or iFrames. See my website zentara.net for example. Look at the index html you get, and see the Frames I define.
Then in outputing from a cgi script, you can write for instance:
where your target is where you want it to go... top, side, bottom, left right?<form method=post target=_top $secure_server_address$cgi_directory/admin.cgi>
P.S. I believe Frames are being deprecated in favor of iFrames, so there probably is a better way than plain Frames.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Is it possible to output to an open web page?
by karlgoethebier (Abbot) on Apr 28, 2014 at 19:10 UTC | |
by lawlist (Initiate) on Apr 28, 2014 at 20:49 UTC |