Forum: JavaScript / DHTML / AJAX 32 Days Ago |
| Replies: 3 Views: 381 the way you are using clearInterval is not correct.
its should be something like this:
var t;
//to start
t=setTimeout("someFunction()",1000);
//to stop
clearTimeout(t); |
Forum: JavaScript / DHTML / AJAX Oct 9th, 2009 |
| Replies: 2 Views: 321 i guess this would help you:
http://punbb.informer.com/forums/topic/17351/how-to-add-a-font-file-to-my-website/ |
Forum: C++ Oct 9th, 2009 |
| Replies: 2 Views: 187 Don't look for code here. Spoonfeeding is strictly avoided here. Let us know what you have done so far. |
Forum: C Aug 10th, 2009 |
| Replies: 21 Views: 913 Please use proper English, didn't you read above posts by yellowSnow? |
Forum: C Aug 7th, 2009 |
| Replies: 12 Views: 730 Try to avoid GOTO. Put main loop inside one more loop or try some other logic. Use of GOTO will create all the mess at last. |
Forum: C# Aug 7th, 2009 |
| Replies: 4 Views: 409 Its not a good idea to have source code sent via email. Please answer everything here in this community, let others also learn. :) |
Forum: C# Aug 6th, 2009 |
| Replies: 5 Views: 344 wpf (http://en.wikipedia.org/wiki/Windows_Presentation_Foundation)
wcf (http://en.wikipedia.org/wiki/Windows_Communication_Foundation)
wwf (http://en.wikipedia.org/wiki/Windows_Workflow_Foundation) |
Forum: Java Aug 5th, 2009 |
| Replies: 6 Views: 397 try for your self.
if you face problem while trying post here. |
Forum: C# Jul 23rd, 2009 |
| Replies: 2 Views: 444 do in this way:
...............
Object x;
x = s.Pop();
ArrayList al=x as ArrayList ;
if(al!=null)
{
al.Add("Something");
} |
Forum: C# Jul 23rd, 2009 |
| Replies: 5 Views: 437 Hi,
Read example here (http://msdn.microsoft.com/en-us/library/system.data.oledb.oledbdatareader(VS.71).aspx). It will help you. You have to call dataReader4.Read() before reading it. If still... |
Forum: C++ Jan 29th, 2009 |
| Replies: 22 Views: 1,012 do you want to create tool for this? if yes then try using regular expression. |
Forum: ASP.NET Mar 5th, 2008 |
| Replies: 3 Views: 4,386 you can use data base,
from the second application (after authentication has been done) you can query session variable from the browser and check the value of that data from data base. |
Forum: JavaScript / DHTML / AJAX Feb 6th, 2008 |
| Replies: 4 Views: 5,080 hi
dont use innerHTML property with text box. its property of tag element like div.
use
document.getElementById('txtSMS').value="hiiiii";
or see an example;
<%@ Page Language="C#"... |
Forum: IT Professionals' Lounge Jan 30th, 2008 |
| Replies: 2 Views: 607 I think following things are necessary:
--------------------------------------------
1. You should be good at HTML
2. You should be familiar with JavaScript
3. You should be familiar with CSS
4.... |
Forum: Geeks' Lounge Jan 21st, 2008 |
| Replies: 30 Views: 2,747 It should be noted that no ethically-trained software engineer would ever consent to write a DestroyBaghdad procedure. Basic professional ethics would instead require him to write a DestroyCity... |