Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 11-16-2005, 10:11 PM   #1 (permalink)
 
Newb Techie

Join Date: Nov 2005

Posts: 25

computer_tom

Question html question???

i need some javascript code on how to make a suggestion box for my website, or another way. help!
computer_tom is offline  
Old 11-19-2005, 03:18 AM   #2 (permalink)
 
True Techie

Join Date: Nov 2005

Posts: 115

i_learn

Default

use ms frontpage..........and thats just usin your drag and rop sorta features..........from that........you can check the html tab at the bottom. to see the code,......just remember when using frontpage and then uploading you wil h ave to have the graphics(all fo them...even those used in navigation)
i_learn is offline  
Old 11-19-2005, 04:57 PM   #3 (permalink)
 
True Techie

Join Date: Apr 2005

Posts: 110

Murdoc

Default Re: html question???

Quote:
Originally posted by computer_tom
i need some javascript code on how to make a suggestion box for my website, or another way. help!
uhmm... I'm abit confused by what you want. Do you want only the code for the TEXTBOX? or do you want a script that will take all the information inside the textbox and submit it somewhere?
Murdoc is offline  
Old 11-20-2005, 03:18 PM   #4 (permalink)
 
Newb Techie

Join Date: Nov 2005

Posts: 11

zaczap

Send a message via AIM to zaczap Send a message via Yahoo to zaczap
Default

the textbox code is easy...

but the suggestion box would...send you and email? i dont know of anyways javascript can store it somewhere else

otherwise a really simple PHP/MySQL database could handle it for you (if you have PHP support)
zaczap is offline  
Old 11-20-2005, 10:00 PM   #5 (permalink)
 
True Techie

Join Date: Nov 2005

Posts: 115

i_learn

Default

try this..........i just did what i said........went to frontopage and saw the html code...........try it..........
</head>

<body>

<form method="POST" action="--WEBBOT-SELF--">



<input type="text" name="T1" size="20"><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>


</p>


</p>
<form method="POST" action="--WEBBOT-SELF--">


</p>


</p>


</p>


</p>


</p>


</p>


</p>


<input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p>
</form>

</body>

</html>
i_learn is offline  
 
Closed Thread

Thread Tools
Display Modes

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On