Client Side Things
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Codewalkers ForumsOther TechnologiesClient Side Things

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Codewalkers Forums Sponsor:
  #1  
Old April 19th, 2004, 09:51 AM
armysierra armysierra is offline
Codewalkers Newbie (0 - 499 posts)
 
Join Date: Apr 2007
Posts: 2 armysierra User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via Yahoo to armysierra
Help on auto submit a form having two submit button

Hello,

I am working on testing tool software (phpTest)written in php and trying to put a timer/countdown on it. I used javascript on countdown, it works when I only put an alert but when I used document.test.submit(), it only refreshes the page and not moving on to the next question. I have posted my problem here coz my prob might lies on the my javascript, Is there any way to triger the action that I want to press the next button and not just refresh the page?

[javascript]
<script LANGUAGE="Javascript"><!--
function go_on()
{
document.test.submit();
}

var i=5;
function countDown()
{
if(i >= 0)
{
document.frm.clock.value=i;
i = i-1;
var c = window.setTimeout("countDown()", 1000);
}
else
{
go_on();
}
}
//--></SCRIPT>
[/javascript]

php Code:
Original - php Code
  1.  
  2. echo("<form action='$PHP_SELF' name="test" method='POST'>");
  3. echo("<input type='hidden' name='filename' value='$filename'>");
  4. echo("<input type='submit' name='next' value='NEXT QUESTION'>");
  5. echo("<input type='submit' name='submittest' value='SUBMIT THE TEST NOW'>");
  6. echo("</form>");


Thanks in advance,
Army

Reply With Quote
Reply

Viewing: Codewalkers ForumsOther TechnologiesClient Side Things > Help on auto submit a form having two submit button


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway