Forum: HTML and CSS Mar 28th, 2007 |
| Replies: 3 Views: 1,952 my all poste problems have been solved.
thanks for helping and your valuable time.
Sultan Wadood. |
Forum: JavaScript / DHTML / AJAX Mar 26th, 2007 |
| Replies: 2 Views: 2,527 Thanks you very much for reply.
Sultan Wadood. |
Forum: HTML and CSS Mar 26th, 2007 |
| Replies: 3 Views: 1,952 Hi All.
Do any body know how to call built in function of object like substr from overridden version. I am trying following example but the function called itself recursively not the function ... |
Forum: JavaScript / DHTML / AJAX Mar 26th, 2007 |
| Replies: 2 Views: 2,527 Hi all.
I need to know how to disable javascript through javascript in firefox.
thanks in advance if some one could help me.
Sultan Wadood. |
Forum: HTML and CSS Mar 26th, 2007 |
| Replies: 3 Views: 1,952 Hi all.
I need to know how to restore or roll back to built-in function after overriding like following example.
String.prototype.substr= function()
{ return "";}
Now I want to use the one... |