I am working on project in asp.net in which i have opned doc file on client side.plz send me coding on markpatentoffice@yahoo.com.
IBM,
2090What is the use of a form in html page? Is there any way to submit the page without using the form.
3 9600Hi Friends, I am new to java, please provide some use full docs, and where can i get basic Java script docs... thanx in advance
8 14333Advantages & Disadvavtages of Java Script? Advantages & Disadvantages of CGI Scripting? Structure of Java Script? Commands of Java Script? HTML Basic Reviews?
3 32331I have a report which has id as hyperlink.when i click the id it should move to next report which displays the corresponding details.tell me how to get the value of hyperlink(which id is clicked) dynamically using javascript? so that i can make condition on my second report?
2 6236hi iM rahul.my questions is my project is a web based & developed using java,jsp. when i record it using qtp what script i will get like either browser("jdfjkf").page("nkf").... or javawindow("f d ").javaedit("Dasf").... plz clarify my doubt asap and i also need some vbscipt of java coding?
2176if the two text boxes are there i want assign the vales like 2&3 and if i select button means i want find the sum.this is client side scripting in javascript
7 11021The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
2642
Which built-in method returns the characters in a string beginning at the specified location?
What is the benefit of arrow functions?
Is javascript object a hash table?
What is difference between module.exports and export?
Is javascript harmful?
How can you get the reference of a caller function inside a function?
What is the best site to learn javascript?
what data type javascript supports?
What is require in javascript?
What are the benefits of learning javascript?
What is the use of the ‘this’ keyword?
What is decodeuri(), encodeuri() in javascript?
How you will add function as a property in a javascript object? Give an example.
What is an Event Bubbling in Javascript?
What is closure?