what is the function to display current date?

Answer Posted / ranjan garg

document.write("The current system date is: ")
document.write(Date)

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.

2060


1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?

3553


How to replace junk code recorded by QTP with a mall function.

1646


what do you mean .ota mobile format

1941


Explain about .wsf files?

620






Sub 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

2238


how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.

4744


Mention what is the main difference between function and sub-procedure?

549


How can the spaces from the string be removed?

591


What methods are used to create text files and open text files in the vbscript language?

534


Compare java script and vb script?

591


Which constant is used for print and display functions and works as same as pressing enter key?

528


what is event handling?

584


did any one attended interview in applabs if you had gone through plz tell me the procedure

1853


What are the disadvantages of vbscript?

653