Forum: Viruses, Spyware and other Nasties Jul 2nd, 2009 |
| Replies: 37 Views: 2,942 all right............
hopefully, somebody expert would guide you soon ..... |
Forum: Viruses, Spyware and other Nasties Jul 2nd, 2009 |
| Replies: 37 Views: 2,942 nopes..
i wanted you to read the thread no #5 of the link i forwarded the second time.... |
Forum: Viruses, Spyware and other Nasties Jul 2nd, 2009 |
| Replies: 37 Views: 2,942 hmmmm
try this one out (http://www.daniweb.com/forums/thread194944.html)
and continue with that thread..
i had the same problem as you, but i had my OS re installed... |
Forum: Viruses, Spyware and other Nasties Jul 2nd, 2009 |
| Replies: 37 Views: 2,942 check this out (http://www.geekstogo.com/forum/canno...o-t228197.html) |
Forum: Viruses, Spyware and other Nasties Jul 2nd, 2009 |
| Replies: 37 Views: 2,942 i guess you can't visit the Microsoft site as well ? |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,151 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,151 so does the code solve your problem ? |
Forum: JavaScript / DHTML / AJAX Jun 30th, 2009 |
| Replies: 24 Views: 1,151 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,151 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,151 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,151 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: PHP Jun 30th, 2009 |
| Replies: 7 Views: 586 well i did the same in asp
used a script that was available on net
if you want i can tell you..but then its in asp |
Forum: ASP.NET Jun 23rd, 2009 |
| Replies: 6 Views: 531 use can also compare the values in the databases and the current values in the textboxes and listboxes and see if the have changed ! |
Forum: ASP.NET Jun 23rd, 2009 |
| Replies: 6 Views: 531 well, you can use a flag..
set the flag to one on click of "submit button" and otherwise let it be zero....
and onclick of each link call a function check()
which see's if the flag is 0 gives an... |
Forum: Viruses, Spyware and other Nasties Jun 7th, 2009 |
| Replies: 40 Views: 3,722 hey
try running dr web as asked in that link i posted once...
may be it'll help
it did help me... |
Forum: Viruses, Spyware and other Nasties Jun 5th, 2009 |
| Replies: 40 Views: 3,722 see this thread...
similar problem (http://www.daniweb.com/forums/thread194944.html)
i have the same problem, its resolved to some extent but i am going to be doing all this soon.... |
Forum: JavaScript / DHTML / AJAX Jun 3rd, 2009 |
| Replies: 7 Views: 723 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... |
Forum: ASP May 29th, 2009 |
| Replies: 3 Views: 908 hiii
instead of
if (document.otheragency.value =="")
use |
Forum: ASP Mar 4th, 2009 |
| Replies: 7 Views: 1,531 populate the list....
post the form back to the same page with value from the list
and get the value corresponding to the list value using sql query....
i am working on the code... |