need help

system51

New Member
ok i need help with my comment box i used dream weaver to put it together now i just need some help putting it together im not sure how to make the comments work when u press submit it just refreshes the page maby im codding it wrong idk oh im using html by the way if any one can help me i have msn and yahoo i can send u the document ????

Please and thank you :)
 

system51

New Member
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<form id="form1" name="form1" method="post" action="">
<p>
<label>User Name </label>
</p>

<p>
<input type="text" name="username" id="username" />
</p>
<p>
<label>
<textarea name="commentbox" id="commentbox" cols="80" rows="4"></textarea>
</label>
</p>

<p>
<label>
<input type="submit" name="comment" id="comment" value="comment" />
</label>
</p>
</form>
</body>
</html>



There is the code for the comment box i didnt know how else to share it lol it needs some work i just got the way i want it to look now i just need help to make it work if you have free time :0

thankyou
 

notarypublic

New Member
cross-posting is a no no. You're asking someone to help you with this for FREE so if you're in so much of a hurry that you have to post this in multiple forums to get a response, chances are you should probably be paying a professional to solve this for you.
 
Top