Answer Posted / shekvem
Javascript has five types of data types
1.Number
2.String
3.Boolean
4.Null
5.Undefiend
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Which keyword is used to print the text in the screen?
What is an onclick?
Difference json arrary vs json object ?
Hello , I am using following java script to open new window in I.E,but i am facing an issue the new window hangs often while opening,when you move mouse it opens normally.Can any body help me why this is happening as i am unable to understand this issue?please please if any one know so kindly help me I am in real difficulty through this issue.Thanks 'if(window.clipboardData){clipboardData.setData("Text","' + a.PatID + '");}' + 'ordwindow= window.open ("' + @OrderDetailURL + '", "RXOrderDetail", "location=0,status=0,menubar=0,toolba r=0,scrollbars=1,resizable=1"); ordwindow.moveTo(parent.screenLeft,0);var x; x=new ActiveXObject("WScript.Shell");x.SendKeys("% "); x.SendKeys ("x"); //fcttest((sp_RX_ChangeOrderStatus ' + '''' + a.DocID + '''' + ', 1, ' + convert(varchar,@SessionID) + '));' As [W],
How javascript variables work?
Which built-in method returns the length of the string?
Please write the Code of simple javascript calculator withot eval() function
How to achieve inheritance in javascript?
How to embed javascript in a web page?
how to get no of items from from weblist?
how to write frame work Architecture in QTP
Define a named function in javascript.
List out the different ways an HTML element can be accessed in a Javascript code?
How to get the contents of an input box using javascript?
In Javascript are calculations with fractional numbers guaranteed to be precise?