Here is what i want to achieve
Create a page which displays all the comments by a user in a table and has a text box and a button to submit new comments.
Now what i have achieved till now is --
fetch the data from database and display the data.
I need help in following.
1. i want to insert new comments via the webpage to database
a. how cna i check using vbscript if there was something entered in the box.
b. if entered in the box take the data and put it in database.
i need help with the above. Dont know how to do the above items.
Also i need to display the same page with new comments added as the last row in the table so if the above things are checked submit the form to reload.
Any help woud be highy appreated
Create a page which displays all the comments by a user in a table and has a text box and a button to submit new comments.
Now what i have achieved till now is --
fetch the data from database and display the data.
I need help in following.
1. i want to insert new comments via the webpage to database
a. how cna i check using vbscript if there was something entered in the box.
b. if entered in the box take the data and put it in database.
i need help with the above. Dont know how to do the above items.
Also i need to display the same page with new comments added as the last row in the table so if the above things are checked submit the form to reload.
Any help woud be highy appreated