Just checking elswhere

Just checking elswhere

I have been posting some questions within the HTML group but getting no joy. I thought I would try another area.

The main question I was looking for is: I have a textarea box which post a single users comment back to the same html page they enter the text. However what I wanted it to do is add other comments rather than overwriting the orignal. Here is the current code which does the job but it only allows a single comment on the page.

<html>
<head>
<script type="text/javascript">
function showComment(){ var data=document.getElementById("text").value;
     alert(data);
     document.getElementById("comment").style.visibility= "visible";
     document.getElementById("lab").innerHTML=data;
     }

</script>
</head>
<body>Post Comment: <br><textarea id="text" rows="10" cols="40"></textarea><br>
<label id="comment" style="visibility:hidden"><b>Comments: </b>
</label>
<label id="lab">Comments</label><br>
<input type="button" value="Post" onclick="showComment();">
</body>
</html>

Please can you help?.

Colin

View Answers









Related Tutorials/Questions & Answers:
Just checking elswhere
Just checking elswhere  I have been posting some questions within the HTML group but getting no joy. I thought I would try another area. The main question I was looking for is: I have a textarea box which post a single users
checking the data
checking the data  Sir, I have built an application where a user types a long string as input. Then after he/she types a single word of that string... the user types the keyword "pay". I'm just not able to solve this problem
Advertisements
UITextfield checking
UITextfield checking  hello,, how can i check UITextfield length or any specific value..   hii,ADS_TO_REPLACE_1 here is some code for textfield checking if ([name.text isEqualToString:@"hello
Dirty Checking In Hibernate Example
Dirty Checking In Hibernate Example  What is the example of Dirty Checking in Hibernate? Give me some of the example code? Thanks
ModuleNotFoundError: No module named 'checking'
ModuleNotFoundError: No module named 'checking'  Hi, My Python... 'checking' How to remove the ModuleNotFoundError: No module named 'checking... to install padas library. You can install checking python with following
php dynamic array checking
php dynamic array checking  php dynamic array checking
php dynamic array checking
php dynamic array checking  php dynamic array checking
Dirty Checking In Hibernate Example
Dirty Checking In Hibernate Example  Hi, What is Dirty Checking... Checking In Hibernate is an mechanism for automatically detects the changes in the state of an Entity. Check tutorial at Dirty Checking In Hibernate section
Dirty Checking In Hibernate Example
Dirty Checking In Hibernate Example  What is the example of Dirty Checking in Hibernate? Give me some of the example code? Thanks   The Dirty Checking In Hibernate is used to track the status of the entity and detect
Dirty checking feature of hibernate.
Dirty checking feature of hibernate.  What is the dirty checking feature of Hibernate?   Hi friends, Dirty checking is a feature of hibernate. It allows the user or developer to avoid the time consuming databases
checking index in prepared statement
checking index in prepared statement  If we write as follows: String query = "insert into st_details values(?,?,?)"; PreparedStatement ps = con.prepareStatement(query); then after query has been prepared, can we check the index
Hibernate Dirty Checking
This section contains the concept of Hibernate dirty checking
Validaton(Checking Blank space) - Spring
Validaton(Checking Blank space)  Hi i am using java springs .I am having problem in doing validation. I am just checking blank space. This is my controller. I named it salescontroller. package controller; import
What is the dirty checking feature of Hibernate?
What is the dirty checking feature of Hibernate?  What is the dirty checking feature of Hibernate?   Hibernate allows dirty checking... process of updating the changed object is called automatic dirty checking. Dirty
ModuleNotFoundError: No module named 'just'
ModuleNotFoundError: No module named 'just'  Hi, My Python program is throwing following error: ModuleNotFoundError: No module named 'just' How to remove the ModuleNotFoundError: No module named 'just' error
Checking the CustomItem in j2me support traversal or not?
Checking the CustomItem in j2me support traversal or not?  Hi, How should i check the CustomItem in j2me support traversal or not. Thanks & Regards, Sivakumar.JADS_TO_REPLACE_1
Error in checking null value in string
Error in checking null value in string  Error in checking null value in string Hi am getting Exception : java.lang.NullPointerException in the following code: String registerno=null; registerno=request.getParameter("registerno
just askin - Java Beginners
just askin  were can i find a website,, who have a java bean program which include its code, algorithm and flowchart? plsss
just a short question.!!
just a short question.!!   Can anyone help me with this short question? please :) **What is printed by the following C++ code? cout <<
stock checking in java with backend as access
stock checking in java with backend as access  Hi, I am doing a project in java,Can i able to know how to check the stock availability of a product in java...my back end connectivity is ms-access from the database ,i hv
Checking the decimal whether comma used or not
Checking the decimal whether comma used or not  I need to check the given integer whther comma used or not. For example. If the user given 123456 The output should be like 123,456 If the user given 123,456 The output should
Is data science just a hype?
Is data science just a hype?  Hi, I am beginner in Data Science... science just a hype? Try to provide me good examples or tutorials links so that I can learn the topic "Is data science just a hype?". Also tell me
Checking whether a year is leap or not
Checking whether a year is leap or not       This tutorial is going to teach you the coding for checking whether a year is a leap year or not. Here, we have taken the year 2000. So
Dirty Checking In Hibernate
Dirty Checking In Hibernate In this section we will read about the dirty checking in hibernate. Dirty Checking is the feature of hibernate that helps... for dirty checking. In an inspection strategy, a snapshot of the object
ModuleNotFoundError: No module named 'biobb-structure-checking'
ModuleNotFoundError: No module named 'biobb-structure-checking'  Hi...: No module named 'biobb-structure-checking' How to remove the ModuleNotFoundError: No module named 'biobb-structure-checking' error? Thanks  
ModuleNotFoundError: No module named 'biobb-structure-checking'
ModuleNotFoundError: No module named 'biobb-structure-checking'  Hi...: No module named 'biobb-structure-checking' How to remove the ModuleNotFoundError: No module named 'biobb-structure-checking' error? Thanks  
ModuleNotFoundError: No module named 'checking-smtp-starttls'
ModuleNotFoundError: No module named 'checking-smtp-starttls'  Hi...: No module named 'checking-smtp-starttls' How to remove the ModuleNotFoundError: No module named 'checking-smtp-starttls' error? Thanks   Hi
ModuleNotFoundError: No module named 'grpc-health-checking'
ModuleNotFoundError: No module named 'grpc-health-checking'  Hi...: No module named 'grpc-health-checking' How to remove the ModuleNotFoundError: No module named 'grpc-health-checking' error? Thanks   Hi
ModuleNotFoundError: No module named 'grpcio-health-checking'
ModuleNotFoundError: No module named 'grpcio-health-checking'  Hi...: No module named 'grpcio-health-checking' How to remove the ModuleNotFoundError: No module named 'grpcio-health-checking' error? Thanks   Hi
ModuleNotFoundError: No module named 'just-columns'
ModuleNotFoundError: No module named 'just-columns'  Hi, My Python... 'just-columns' How to remove the ModuleNotFoundError: No module named 'just-columns' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'just-for-test'
ModuleNotFoundError: No module named 'just-for-test'  Hi, My... 'just-for-test' How to remove the ModuleNotFoundError: No module named 'just-for-test' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'just-ship-it'
ModuleNotFoundError: No module named 'just-ship-it'  Hi, My Python... 'just-ship-it' How to remove the ModuleNotFoundError: No module named 'just-ship-it' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'just_solve_10'
ModuleNotFoundError: No module named 'just_solve_10'  Hi, My... 'just_solve_10' How to remove the ModuleNotFoundError: No module named 'just_solve_10' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'just-talk'
ModuleNotFoundError: No module named 'just-talk'  Hi, My Python... 'just-talk' How to remove the ModuleNotFoundError: No module named 'just... have to install padas library. You can install just-talk python with following
ModuleNotFoundError: No module named 'just-time-it'
ModuleNotFoundError: No module named 'just-time-it'  Hi, My Python... 'just-time-it' How to remove the ModuleNotFoundError: No module named 'just-time-it' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'just-config'
ModuleNotFoundError: No module named 'just-config'  Hi, My Python... 'just-config' How to remove the ModuleNotFoundError: No module named 'just-config' error? Thanks   Hi, In your python environment
ModuleNotFoundError: No module named 'just-salesforce'
ModuleNotFoundError: No module named 'just-salesforce'  Hi, My... named 'just-salesforce' How to remove the ModuleNotFoundError: No module named 'just-salesforce' error? Thanks   Hi, In your python
ModuleNotFoundError: No module named 'just-start'
ModuleNotFoundError: No module named 'just-start'  Hi, My Python... 'just-start' How to remove the ModuleNotFoundError: No module named 'just... have to install padas library. You can install just-start python
ModuleNotFoundError: No module named 'just-watch'
ModuleNotFoundError: No module named 'just-watch'  Hi, My Python... 'just-watch' How to remove the ModuleNotFoundError: No module named 'just... have to install padas library. You can install just-watch python
Version of com.rationaleemotions>just-ask dependency
List of Version of com.rationaleemotions>just-ask dependency
Checking elsewhere with correctly blocked code and question
Checking elsewhere with correctly blocked code and question  Hi I have already posted this question but realised I had made a few mistakes. So firstly the problem again!. I have a textarea box for user comments which will return
IFrame.IN- Just Another Encode Tools
IFrame.IN- Just Another Encode Tools       This site will help you quickly encode and obfuscate your HTML/JavaScript code many different methods, as well as generate browser redirect
How to Checking Syntax Error in PHP from Command Line
How to Checking Syntax Error in PHP from Command Line  Checking... syntax without running the code. Just use the â?? l switch with php command... check this: http://www.phpzag.com/checking-syntax-error-in-php-from-command-line
Exceptions Rethrowing with Improved Type Checking
Exceptions Rethrowing  with Improved Type Checking In this section... checking. Take a a look at the following code having improved type checking of Java... type checking, which have the following method : public void
Maven Dependency just-ask >> 1.0.0
You should include the dependency code given in this page to add Maven Dependency of com.rationaleemotions >> just-ask version1.0.0 in your project
Maven Dependency just-ask >> 1.0.1
You should include the dependency code given in this page to add Maven Dependency of com.rationaleemotions >> just-ask version1.0.1 in your project
Maven Dependency just-ask >> 1.0.2
You should include the dependency code given in this page to add Maven Dependency of com.rationaleemotions >> just-ask version1.0.2 in your project
ModuleNotFoundError: No module named 'docker-compose-just-quieter'
ModuleNotFoundError: No module named 'docker-compose-just-quieter'  ...: No module named 'docker-compose-just-quieter' How to remove the ModuleNotFoundError: No module named 'docker-compose-just-quieter' error? Thanks
ModuleNotFoundError: No module named 'pelican-just-table'
ModuleNotFoundError: No module named 'pelican-just-table'  Hi, My... named 'pelican-just-table' How to remove the ModuleNotFoundError: No module named 'pelican-just-table' error? Thanks   Hi, In your
ModuleNotFoundError: No module named 'docker-compose-just-quieter'
ModuleNotFoundError: No module named 'docker-compose-just-quieter'  ...: No module named 'docker-compose-just-quieter' How to remove the ModuleNotFoundError: No module named 'docker-compose-just-quieter' error? Thanks

Ads