Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Html Form Help Please, finding a form script
iwuvcookies
post Apr 2 2005, 11:37 PM
Post #1


Privileged Member
*********

Group: Members
Posts: 675
Joined: 11-September 04
Member No.: 1,079



Does anyone know of any tutorial or can help me with making a form. I'll describe the situation and lets see if you can help me.

Ok like a few form or text areas that when you put some text into them they'll input the words from the form area above into another form or textarea under it. Sort of like an online html maker where you can select your background colors, put an image url in a field, and some other options THAN you hit a button that says generate. and it generates a website html source code where you can copy the whole thing and paste into your own website. I hope you understand what i'm trying to say.
Go to the top of the page
 
+Quote Post
eiteljoh
post Apr 3 2005, 07:47 AM
Post #2


Advanced Member
*******

Group: Members
Posts: 101
Joined: 3-December 04
Member No.: 2,521



hey - sounds like exactly the purpose of a "form" ... you should be able to have all that textarea / fields in your form, then click submit, and the next page will analyse and make your code. very standard - i always refer to http://www.w3schools.com/html/default.asp as a good place to find this information.

CODE

<form name='go' action=process.cgi>
  <textarea name=stuff1></textarea>
  <input type=text name=stuff2>
  <input type=submit value='go!'>
</form>


This will send values of stuff1 and stuff2 to process.cgi.

hope that helps - and hope it's kinda what your talking about ...
Go to the top of the page
 
+Quote Post
Tyssen
post May 10 2005, 06:03 AM
Post #3



***********

Group: Members
Posts: 1,161
Joined: 9-May 05
From: Brisbane, QLD
Member No.: 6,818



I'm not sure exactly what you're after but it sounds like you're after a rich text editor. Kevin Roth has developed a very good cross-browser version which I use on my company's site.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Guestbook (cgi-script) Problems(2)
  2. Trap17 Link Exchange Script Introduced(27)
  3. Need Help With Javascript Drag And Drop Script(2)
  4. Java Script To Hide The Url In Address Bar(6)
  5. Jsp Or Java Chat Script Like Mig33(5)
  6. Submitting A Form In Flex (follow Up Of Sm's Tut)(2)
  7. Psd --> Editable Html(4)
  8. Accidently Deleted Template.html(3)
  9. Design A Contact Form In Flex Part 3(2)
  10. Many Php Script Sites(16)
  11. Finding The Rgb Color Of An Image(3)
  12. where did you learn html from?(89)
  13. Very Simple Online Now Script(4)
  14. [request] Avatar For Trap17 Users(0)
  15. Free Windowsxp Sp2 Cd From Microsoft(13)
  1. Design A Contact Form In Flex Part 2(0)
  2. [help] Java Script: Window.open(10)
  3. Add Flashing Inbox To Invisionfree Forum(2)
  4. What Is The Best Free Html Editor?(20)
  5. Some Questions On Html(6)
  6. About Posting Form(2)
  7. Does Anyone Know Where I Can Get A Free Html Maker(15)
  8. Text Size In "fill-in" Form Blanks(2)
  9. Create Dynamic Html/php Pages Using Simple Vb.net Code(1)
  10. Design A Contact Form In Flex Part 1(0)
  11. Verifying Email Addresses(9)
  12. Php Ftp Upload Form(1)
  13. Delay X Seconds In Flash(1)
  14. Web Surfing- Script Needed(2)
  15. What Is A Computer Form Factor(1)


 



- Lo-Fi Version Time is now: 6th October 2008 - 11:22 PM