ASP (565)
CGI Perl (498)
JavaScript (1409)
VB Script (599)
JSP (733)
Shell Script (465)
Tcl (27)
Awk (108)
AJAX (338)
Ruby on Rails (259)
AngularJS (2290)
jQuery (647)
JSON (175)
Node.js (721)
React.js (389)
Scripts AllOther (50) In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
1 3007Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)
1912write script to open Gmail.com, and to write script for entering username and password and show whether the result as pass or fail
2 15996Sub link() Dim k As Integer Dim rand As Integer Dim URL As String Dim foldernum As Integer Dim folderstring As String Dim filenum As Integer Dim filestring As String k = 1 'for AC Numbers For i = 11 To 40 foldernum = 0 foldernum = 1000 + i folderstring = CStr(foldernum) folderstring = Mid(folderstring, 2, 3) folder = "ac" & folderstring 'folderstring = Sheets(2).Cells(i, 1) ' for Number of Random files For j = 1 To 10 rand = Int(Rnd * (200 - 1) + 1) filenum = 0 filenum = 1000 + rand filestring = CStr(filenum) filestring = Mid(filestring, 2, 3) 'URL = "http://ceobihar.nic.in/PSCDROM/ac" & folderstring & "/i" & folderstring & "0" & filestring & ".pdf" URL = "http://www.elections.tn.gov.in/pdfs/dt1/" & folder & "/" & folder & filestring & ".pdf" ' URL =http://www.wb.nic.in/wbeco/EROLLS/PDF/English/A001/a0010105 .pdf Cells(k, 1) = folderstring Cells(k, 2) = folder Cells(k, 3) = filestring Cells(k, 3) = URL k = k + 1 Next j Next i End Sub plz define it
2782what is social transformation system? any site reference? How i get requirement gathering about for it? i wanna build website on this topic
2430what will this do? function show_alert value="Show User" eval("x=10; y=20; document.write(x*y)");
1 18147how to answer "TELL ME ABOUT UR SELF" as exp.person. whr to start and whr to stop. can anyone tel me
1893
What is a template in angularjs?
Do you think reactjs has any limitations? If so, tell a few?
How to access the angular $scope variable in browsers console?
What are the new ways to define a variable in Javascript?
How to read cookies in jquery?
What is aspx used for?
What is the purpose of transclusion?
Does jquery follow w3c recommendations?
Explain what is di (dependency injection) and how an object or function can get a hold of its dependencies?
What is the difference between spawn and fork?
What do jsp literals consist of?
What are scalar data and scalar variables?
How to use {}, [], [] and [()] in angular2 template?
Mention the differences between javascript and jquery.
What is inline conditional expressions?