jrmevans
08-24-2002, 05:16 AM
I have been trying to figure something out, and haven't found an awswer to what I am looking for ....
This is a template that I use at work, what i am trying to get it to do, is when i enter the name in the name field and click submit I want it to populate over to the text area box in front of the "* is caller" line. I have the basic submit code
<input type="submit" align="left" value="submit" onclick="form.textarea.value="faqform.customername.form(this.form)"/>;
but it doesn't want to populate to were i want it to go, and just opens up another window, which i don't want it to do.
If anyone can give me some information I would appreciate it.
Thank
James
*****UPDATE********
I have figured out the script for this for the most part, the problem that now occurs is that when i click on submit/enter, it populates to the text area, but refreshs right away to a new screen.... and i have searched everywhere on how to solve this one. If anyone would like to look at what i have done so far you can go to this link, the choose the view>source option... that way I don't have to post the long script here...
This is the link to the template that i have...
http://members.shaw.ca/jrmevans/Template/testctt.html
If anyone can help me I would appreciate it.....
James
This is a template that I use at work, what i am trying to get it to do, is when i enter the name in the name field and click submit I want it to populate over to the text area box in front of the "* is caller" line. I have the basic submit code
<input type="submit" align="left" value="submit" onclick="form.textarea.value="faqform.customername.form(this.form)"/>;
but it doesn't want to populate to were i want it to go, and just opens up another window, which i don't want it to do.
If anyone can give me some information I would appreciate it.
Thank
James
*****UPDATE********
I have figured out the script for this for the most part, the problem that now occurs is that when i click on submit/enter, it populates to the text area, but refreshs right away to a new screen.... and i have searched everywhere on how to solve this one. If anyone would like to look at what i have done so far you can go to this link, the choose the view>source option... that way I don't have to post the long script here...
This is the link to the template that i have...
http://members.shaw.ca/jrmevans/Template/testctt.html
If anyone can help me I would appreciate it.....
James