Jump to content

Help with advanced forms


9009032

Recommended Posts

My goal is to make a page that asks the user a input. Once the user had typed in an input, the input will be pasted into a specific area in another script. If you are having trouble imagining this then heres an example: When you use a myspace page editor. You pick your color and then it will paste that code.I am not sure what browser scripting language to use for this? please help with everything.P.S. I am making a page that will ask the user all the questions about how they want there web page. Like the title articles..... then it will paste the things they type in the certain areas

Link to comment
Share on other sites

I dont know if this is possible with javascript but it certainly is withPHP.

Link to comment
Share on other sites

Yes, it's possible in Javascript - just look at any script "generator" on the internet and it'll probably use js, and emulate what you're wanting.You just need to have some kind of submit button at the end, and when you click it, it adds the values in:document.getElementById('FINAL_TEXT').value = document.getElementById('BOX_1').value + document.getElementById('BOX_2').value ...... etc

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...