![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Sure, but it's not done with Javascript. Which server model are you using? ~Chris |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
Sure, but it's not done with Javascript. Which server model are you using? None. But can use any. |
#6
| |||
| |||
|
|
Problem is that what you're asking for is not accessible from the client side. It's got to be taken from the request headers which Javascript doesn't have access to. If you submit a form, you can use whatever server-side language you're using to send the mail to gain access to it, though. For example: ASP/VBS: Thank you, <%=Request("formfieldname")%>. You're a heck of a nice guy! PHP: Thank you, <?php echo($_POST("formfieldname")) ?>. You're swell! ~Chris |
#7
| |||
| |||
|
|
I guess the question should have been, "what are you using to process the form?". |
#8
| |||
| |||
|
#9
| |||
| |||
|
|
Does the PERL script you're using have a thank you screen that you could modify? Or would you need to come up with something in addition to it? ~Chris |
#10
| |||
| |||
|
|
Yeah, I can make it produce a success page, but it's plain ugly. But I have my own, a regular html page. Hmm...I think I can guess where you're going: I'll backup the script and see if I can merge the code from my own page to their code. Thanks for making me think.... |
![]() |
| Thread Tools | |
| Display Modes | |
| |