![]() |
|
Welcome to the Computer Webmaster Gaming Console Graphics Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
| |||||||
| JavaScript JavaScript are you needing help with functions in your script, free help is offered here for all JavaScript problems so if you have an JavaScript error in your code just ask. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 | ||
| Greetings, I have a pop-up window that gives quiz-takers their scores- As it works now, the user must click a submit button after they see their score - I need the window to submit itself after X seconds without a submit button. This is on an HTML (quiz) page: // write html for popup window var htmlString= "<html><head><title>Quiz Results</title></head><body>" + "<form Name='results' method='post' action='insert_scores.cfm'>" + some form "</form></body></html>" // function for the popup window function launchwin(htmlString){ newwin = window.open("","flashcamwin","height=300,width=325 ,scrollbars=0"); newwin.document.open(); newwin.document.write(htmlString); newwin.document.close(); } // launch the window launchwin(htmlString); } Any idea how to accomplish this? Thanks in advance- rinorman | |||
|
| Featured Websites | ||||
|
![]() |
| Tags: auto, form, seconds, submit |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Form Auto Submission | Billy | PHP | 0 | 07-01-2007 2:34 PM |
| Auto Submitting Form Problem !! | James | PHP | 2 | 07-01-2007 2:31 PM |
| Form Auto Submission | lawrence | PHP | 0 | 07-01-2007 2:18 PM |
| Pioneer car stereo / amp only lasting 30 seconds | Paul GT | Car audio | 6 | 06-18-2007 11:01 AM |
| LAST SECONDS: GERMAN NAZI ID CARD!!!!!!!!!!!!! RRRRRRR!!!!!! | Ano | Ebay Technical Questions | 0 | 05-30-2007 11:41 PM |
| Featured Websites | ||||
|