|
|
|
|
![]() ![]() |
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. |
|
|
|
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 ... |
|
|
|
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.
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 6th October 2008 - 11:22 PM |