HTML & WEB-Design

Moderators: Jonathan
Number of threads: 1253
Number of posts: 3360

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
CGI in HTML page Posted by komakala on 6 Jul 2004 at 8:34 PM
I am trying to figure out how to get a CGI form to show on my page, on the left hand side of the screen, with text above, next to, and below it. I currently am using an Inline Frame but was wondering if there is a better way. I would like to have it, and not be using an inline frame.
Report
Re: CGI in HTML page Posted by Weirdofreak on 7 Jul 2004 at 9:47 AM
Do the whole page in CGI?

print "meta-type=text/html

<html>
<head>
...
</head>
<body>
...
<form>
...
</form>
...
</body>
</html>

I can't think of any other way.
---
Vote D.

Report
Re: CGI in HTML page Posted by Jonathan on 11 Jul 2004 at 8:39 AM
: I am trying to figure out how to get a CGI form to show on my page, on the left hand side of the screen, with text above, next to, and below it. I currently am using an Inline Frame but was wondering if there is a better way. I would like to have it, and not be using an inline frame.
:
Look up info on how to use SSI (Server Side Includes). You make your HTML file, than add an SSI directive where you want the content from your script to appear. You'll normally have to give your page the .shtm or .shtml extension so it is parsed as an SSI page and the script output included, though that depends on server configuration. It's not hard to use, though.

Jonathan

###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");




 

Recent Jobs