FatherKeeL
03-04-2003, 06:18 PM
Im just built my first none geocitys website... its hosted at freewebs.com. Freewebs offers this guestbook-code. There is a Name, an E-Mail and a message input:
<!---- Begin FreeWebs Guestbook Code ---->
<FORM action="http://members.freewebs.com/guestbookA.jsp" method=post><INPUT TYPE="hidden" name="userid" value="729913">Name:<input name="name"><BR>Email:<input name="email"><BR>Leave your message here:<BR><TEXTAREA name="message"></TEXTAREA><BR><input value="Sign the Guestbook" type="submit"></FORM><BR><HR><SCRIPT type = "text/javascript" src="guestbook.js"></SCRIPT>
<!----- End FreeWebs Guestbook Code ----->
now... i want 5 message inputs. i edited it to look something like this:
<FORM action="http://members.freewebs.com/guestbookA.jsp"
method=post><INPUT TYPE="hidden"
name="userid" value="729913">
Name?<BR><input name="Name">
<BR>Instrument?<BR><input name="Instrument">
<BR>Email?<BR><input name="Email"><BR>
Homepage?<BR><input name="Homepage">
<BR>Eintrag?<BR><TEXTAREA name="Nachricht"></TEXTAREA><BR><input value="Sign the Guestbook"
type="submit"></FORM><BR><HR><SCRIPT type = "text/javascript"
src="guestbook.js"></SCRIPT>
ok this does not work... i guess thats becouse the freewebs javascript does not allow that...
can anybody help me write the html, so it works, or come up with my own jave-script for it??
or should i just forget it and use bravenet or something...(i am a complete beginner... all i can do is steal html codes, and screw around with them, so they look the way i want them to) i would just like to have my own personal Guestbook...
i hope you can help me
thanx in advance
FK
<!---- Begin FreeWebs Guestbook Code ---->
<FORM action="http://members.freewebs.com/guestbookA.jsp" method=post><INPUT TYPE="hidden" name="userid" value="729913">Name:<input name="name"><BR>Email:<input name="email"><BR>Leave your message here:<BR><TEXTAREA name="message"></TEXTAREA><BR><input value="Sign the Guestbook" type="submit"></FORM><BR><HR><SCRIPT type = "text/javascript" src="guestbook.js"></SCRIPT>
<!----- End FreeWebs Guestbook Code ----->
now... i want 5 message inputs. i edited it to look something like this:
<FORM action="http://members.freewebs.com/guestbookA.jsp"
method=post><INPUT TYPE="hidden"
name="userid" value="729913">
Name?<BR><input name="Name">
<BR>Instrument?<BR><input name="Instrument">
<BR>Email?<BR><input name="Email"><BR>
Homepage?<BR><input name="Homepage">
<BR>Eintrag?<BR><TEXTAREA name="Nachricht"></TEXTAREA><BR><input value="Sign the Guestbook"
type="submit"></FORM><BR><HR><SCRIPT type = "text/javascript"
src="guestbook.js"></SCRIPT>
ok this does not work... i guess thats becouse the freewebs javascript does not allow that...
can anybody help me write the html, so it works, or come up with my own jave-script for it??
or should i just forget it and use bravenet or something...(i am a complete beginner... all i can do is steal html codes, and screw around with them, so they look the way i want them to) i would just like to have my own personal Guestbook...
i hope you can help me
thanx in advance
FK