Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,127 may be i can try and help if you post more what excatly are you trying to do ? |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,127 so does the code solve your problem ? |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,127 but this is limiting the time the user can take to answer the question.... |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,127 do you mean something like this :
<html>
<head>
<script type="text/javascript">
function timestrt()
{
setTimeout("dispa()",5000); |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,127 do you mean to say that the user can see the correct answer only after the time has ran out , or can he see it after he finishes his own answer and click on show answer or something...
please post... |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,127 hi this code would display it after 5 seconds...
you can style it with CSS and modify according to your need..
<html>
<head>
<script type="text/javascript">
function timestrt()
{ |
Forum: JavaScript / DHTML / AJAX Jun 3rd, 2009 |
| Replies: 7 Views: 703 guess for that you will have to
check the value of the text box
first on the ONFOCUS EVENT
and then on ONBLUR event.
and if they are not equal then change the disable property of the... |