Example of using regular expressions for syntax checking in javascript?
No Answer is Posted For this Question
Be the First to Post Answer
Who is the world famous hacker?
What is the use of decodeuri() and encodeuri()?
Does javascript have the concept level scope?
Which software is used for javascript?
What's relationship between JavaScript and ECMAScript? And What are JavaScript types?
Please write the Code of simple javascript calculator withot eval() function
What are associative arrays in javascript?
How compare function works javascript?
How do I open javascript console?
Iam getting xml when we click on one button.Iam placing that xml in dom.Im getting that xml data in one xsl.In that xsl I want to increase the variable value which is declared in xsl. Ex: <parent_node> <childNode> <first><d1>ffftt</d1></first> <first><d1>eeeeiii</d1></first> <first><d1>uuuuwww</d1></first> </childNode> <childNode> <first><d1>fff</d1></first> <first><d1>eeee</d1></first> <first><d1>uuuu</d1></first> </childNode> </parent_node>
What is object cloning
We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".