Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: Building a Dynamic Thank You Page

Feedback on: Building a Dynamic Thank You Page

Sent by Ron on May 31, 1999 at 11:07:48: - feedback #211

Worth:
Very worth reading

Comments:
Your example isn't working properly. First, there is a javascript error on submit, and then you get an error message indicating the thank you page is not on the server.



Sent by fei zheng on July 01, 1999 at 16:21:28: - feedback #272

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
It's a very useful script. I like to use file userform.cgi in my index.htm for my personal web page. I have change the <FORM METHOD="POST" ACTION="/cgi-bin/userform.cgi" onSubmit="return thankYou(this)">
to be
<FORM METHOD="POST" ACTION="http://www.irt.org/cgi-bin/userform.cgi" onSubmit="return thankYou(this)">
But it keeps saying that userform.cgi is not found.

Could you please tell me how I should change the orginal script?

I would appreciate your help if you could help me out.

- Fei



Sent by Anders Svartström on March 14, 2000 at 05:08:14: - feedback #925

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
I want to use a similar type of form to place text from formfields into a file. Which means I wanted to check out what the userform.cgi looks like but you haven't included that anywhere!


Sent by Jim on March 27, 2000 at 12:02:54: - feedback #998

Worth:
Worth reading

Comments:
Were parts of this tutorial deleted?

I tried the demo, and ended up at a "url not found" error.

Is it possible to display the user's input before the info is sent?

Thanks

Jim


Sent by lorrie on August 10, 2000 at 09:31:55: - feedback #1607

Worth:
Very worth reading

Technical:
Not technical enough

Comments:
I was trying to actually upload this to my server and run it, only I could never figure out what or where to get the userform.cgi file from to put in my cgi bin.

With that out of the way. I LOVE THIS SITE


Sent by Kathleen Watson on August 15, 2000 at 17:38:57: - feedback #1631

Worth:
Worth reading

Comments:
Generally the articles on this website are great and very helpful.

Wanted to let you know that when I run this script on your site using MSIE Version 4.0 I get an error:

line 53
char 5

"checked" is not an object.

I am very interested in using this approach. Basically I have built a form and want to pass the contents of the form to a new page and display it in as text. We receive these forms by fax and OCR them for a blind employee. I find the boxes of the form create problems with OCR and am trying to avoid them. We cannot receive the data electronically at this time (policy reasons not technical)

Does this work on MSIE browsers? Thanks for the great article.




Sent by fred on September 11, 2000 at 19:35:04: - feedback #1742

Worth:
Worth reading

Length:
Too short

Technical:
Not technical enough

Comments:
abc


Sent by brian mcbreen on November 15, 2000 at 12:11:37: - feedback #2007

Worth:
Very worth reading

Comments:
It gives an error in IE. to do with the checkboxes.

Can you provide a fix


Sent by anom on March 06, 2001 at 01:11:14: - feedback #2454

Worth:
Very worth reading

Comments:
This is just what I wuz looking for. However, ur demo does not seem to work on Microsoft IE -however it does work fine on Netscape-
Could u guys fix that?


Sent by Neville on August 14, 2001 at 11:18:46: - feedback #3086

Worth:
Very worth reading

Comments:
I found a way of getting around the object null problem . If u dont need checkboxes just delete anything to do with them and the program works fine in both IE 5X or NS 4X. Have Fun all!


Sent by Mike Smith on July 24, 2002 at 14:44:35: - feedback #4024

Worth:
Very worth reading

Comments:
Very nice


Sent by krishnakumar on August 13, 2002 at 01:15:09: - feedback #4065

Comments:
Error:
-----

http://tech.irt.org/articles/js094/input.htm

in this page, an error is occur. please correct this page.

thank u.


Sent by Tonny on October 30, 2002 at 13:00:48: - feedback #4244

Worth:
Very worth reading

Length:
Just right

Technical:
Just right

Comments:
This script is exactly what I needed. But how can I get access to the userform.cgi script. Does it work in Explorer?
Thanx


©2018 Martin Webb