How many types of procedures are available in the vbscript language?
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
What is the main difference between function and sub-procedure?
How to assign a numeric value to a variable?
How do display output message without using msgbox function?
Write a VB Script to count blank Lines in a notepad
How to get path of the file through scripting?
write a vb script to display 3*3 matrix
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
How will you generate Reports using Vb Script?it asked in testing(QTP)Interview.Plz Any Body Let me know. Thanks uday Uday_testing@yahoo.co.in
Hi I don't have any idea on VBscript. can any one point me to a good web site to learn VBscript. Regards lina
Mention characteristics of sub procedures?