J
Johan
Hello,
I can't get this guestbook right working !
Can someone fill in exact how it must be like please?
do I make the "guestbook.cgi" file in a texteditor and just save as .cgi ??
How can I see it on the screen in the guestbook.html ?
See examples please, thanks.
FILL-IN.html :
<html>
<head>
<title> Titel </title>
</head>
<body>
<form action="/cgi-bin/guestbook.cgi?/HomePageDirectory/" method="POST">
<input type="hidden" name="OKurl" value="/HomepageDirectory/okurl.html">
Titel <br>
<textarea rows=5 cols=40 name="Bericht"></textarea><br>
Titel <br>
<input type="text" size=40 name="Naam"><br>
Titel <br>
<input type="text" size=40 name="Email">
Titel url <br>
<input type="text" size=60 name="URL" value="http://"><br>
<input type="submit" name="Eender wat" value="send">
<input type="reset" name="Eender wat maar niet hetzelfde" value="clear">
</form>
</body>
</html>
okurl.html :
<html>
<head>
<title> thanks </title>
</head>
<body>
<ahref="/HomePageDirectory/guestbook.html"> hier </a> click.
</body>
</html>
GUESTBOOK.html :
<html>
<head>
<title> My guestbook </title>
</head>
<body>
<ENTRIES>
under these tag the text comes
</body>
</html>
Thanks,
Johan
I can't get this guestbook right working !
Can someone fill in exact how it must be like please?
do I make the "guestbook.cgi" file in a texteditor and just save as .cgi ??
How can I see it on the screen in the guestbook.html ?
See examples please, thanks.
FILL-IN.html :
<html>
<head>
<title> Titel </title>
</head>
<body>
<form action="/cgi-bin/guestbook.cgi?/HomePageDirectory/" method="POST">
<input type="hidden" name="OKurl" value="/HomepageDirectory/okurl.html">
Titel <br>
<textarea rows=5 cols=40 name="Bericht"></textarea><br>
Titel <br>
<input type="text" size=40 name="Naam"><br>
Titel <br>
<input type="text" size=40 name="Email">
Titel url <br>
<input type="text" size=60 name="URL" value="http://"><br>
<input type="submit" name="Eender wat" value="send">
<input type="reset" name="Eender wat maar niet hetzelfde" value="clear">
</form>
</body>
</html>
okurl.html :
<html>
<head>
<title> thanks </title>
</head>
<body>
<ahref="/HomePageDirectory/guestbook.html"> hier </a> click.
</body>
</html>
GUESTBOOK.html :
<html>
<head>
<title> My guestbook </title>
</head>
<body>
<ENTRIES>
under these tag the text comes
</body>
</html>
Thanks,
Johan