Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Feedback: irt.org FAQ Knowledge Base Q869

Feedback on:
irt.org FAQ Knowledge Base Q869

Sent by Rob Archer on March 02, 2000 at 13:01:44: - feedback #886

Worth:
Very worth reading

Comments:
Yes - worth reading but do you have any script that makes if awkward for the user intil they do fill in a form in a popup window?


Sent by Eric J Sakariasen on August 07, 2002 at 15:44:55: - feedback #4058

Length:
Just right

Comments:
You cant freeze the window but what I do is first make popup without any scroll capablility.

->in the popup.html <body scroll=no>

then in the popup.html add afew carrige returns (<br>) so you will be writing just past the end of what the person will see. Now add the text Working Please Wait.

Now in the <form> tag add onSubmit="scrollTo(popup window size,0)";

so if my popup was 300 pixles in hieght then ---> <form action="./cgi-bin/mail-to.pl" name="form1" onSubmit="scrollTo(300,0)">

when user presses submit the window will scroll to see just the "working please wait"
then the CGI is initiated.



Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 21st December 2007. Maintained by: Martin Webb
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.