HTML Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherHTML Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
  #1  
Old January 16th, 2008, 02:50 PM
bhaveshandshrey bhaveshandshrey is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 1 bhaveshandshrey User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 m 56 sec
Reputation Power: 0
Guestbook Help

I am trying to create a guestbook where people submit their NAME, EMAIL, and COMMENTS. Upon submit, their comment, name, and the current date are posted in a section underneath the form. When the next person comes to the site, they can see the previous posted message and if they input their own comments, upon submit, their comments with name and date will be posted above the previous comment.

What I have thus far is the following:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "URL">
<html xmlns="URL">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<title>Guestbook</title>

<script type="text/javascript">
function submitForm() {
name = document.theform.username;
email = document.theform.useremail;
comm = document.theform.comment;

html = "<p>";
html += name + "<br>";
html += comm + "<br>";
html += (new Date()) + "<br>";
html += "</p>";

alt = document.getElementById("comm").innerHTML;

document.getElementById("comm").innerHTML = html + alt;

return;
}
</script>

<FORM id="theform" METHOD="POST" ACTION="Guestbook.htm" onsubmit="return submitForm();">

<B>Name:</B>
<INPUT NAME="username" size="30"> <BR>

<B>E-mail Address:
</B>
<INPUT Name="usermail" size="30">
<h4>Make any comments you'd like below:</h4>
<LEFT>
<h5>
<TEXTAREA NAME="comment" ROWS=6 COLS=60></TEXTAREA>
</h5>
<P>
<INPUT TYPE=submit VALUE="Send it!">
<INPUT TYPE=reset VALUE="Reset">
</CENTER>
</FORM>


<p>&nbsp;</p>
<p>&nbsp;</p>

<div id="comm"></div>

</body>

</html>

I thought this would work but it is not. I am not very fluent in HTML and did most of this by searching the internet. If anyone can help me get this to work, I would really appreciate it

Thank you

Reply With Quote
  #2  
Old January 16th, 2008, 06:51 PM
nasavin nasavin is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jan 2008
Posts: 13 nasavin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 4 h 28 m 35 sec
Reputation Power: 0
Next person? From another comupter or browser? I think it's not possible..

Reply With Quote
  #3  
Old August 11th, 2009, 11:06 PM
SeithCheeft SeithCheeft is offline
Registered User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Jun 2009
Location: Croatia
Posts: 1 SeithCheeft User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 m 41 sec
Reputation Power: 0
Send a message via ICQ to SeithCheeft
:--)

URL

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherHTML Coding > Guestbook Help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
Create the Optimal Architecture for your Critical Applications
Warburton's the largest independently owned bakery in the UK faced a number of difficult challenges in providing the most robust yet efficient IT infrastructure for their organization's success. IBM's services combined with their xSeries servers created the perfect platform for their SAP environment with sufficient flexibility, and did so in very time effective fashion.

Request Your Free Technology Downloads!
 
Five Best Practices for Deploying a Successful Service-Oriented Architecture
This white paper describes the benefits you can expect with SOA, and how IBM can help take your business there.

Request Your Free Technology Downloads!
 
Gartner Magic Quadrant for Application Delivery Controllers
Gartner summarizes its view on Application Delivery Controllers, evaluates strengths and weaknesses of solutions, and provides Magic Quadrant reporting for a quick comparison across all vendors. Learn from Gartner how you can benefit from an all-in-one device like Citrix NetScaler that delivers the highest levels of availability, performance and security.

Request Your Free Technology Downloads!
 
Knowledge is Power
What you don't know can hurt you, and is likely costing you money and increasing your security risks during an era of scarce resources. This white paper proposes six key strategies that enterprise security managers can use to improve their network defense posture.

Request Your Free Technology Downloads!
 
Rationalizing the Multi-Tool Environment
The rationalized multi-tool approach is flexible, scalable and cost effective. It provides the necessary input to the IT service management business processes. It preserves prior investments in monitoring tools, empowers technologists to select the best tools with which to do their jobs, and enhances effective response to incidents.

Request Your Free Technology Downloads!
 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2010 by Developer Shed. All rights reserved. DS Cluster 12 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek