which one is more secure vb script or java script ???????
or both are same ??????

Answer Posted / raju

VB script secure...

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

PLz send me the VB scripts which is having more examples my email id : hareen_11@yahoo.com

1866


How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'

3516


Explain the adodb.stream class?

749


By default in vbscript the arguments passed to functions and subroutines are by reference or by value?

834


Explain about the asc function?

819


create a form to accept username and password validate the username and password with using message box, display the corresponding user message

2394


i need to sort the data using qtp script for this how i need to write a qtp script

3446


where can i learn VB scripint ?

1835


Explain the extension .hta?

738


Explain sga memory structures?

794


Set srchobj=Description.Create() srchobj("type").value="text" srchobj("name").value="q" srchobj("html tag").value="input" browser("micclass:=google").Page("micclass:=google").webedit (srchobj).Set "qtp" what's wrong in my code pls tell me ? the above code working fine and i got my result pass,now i am trying to run the program it shows general run time error why?pls help me i am in learning stage ?

1744


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

2496


What are events in the vbscript language?

781


How to make sure that items in a wintree are sorted al?

2572


how does vb script help in web page designing? explain with example.

1765