I am using vbscript coding to handle html things.
To access any object like a web edit box on UI, I am using like
pageObject.WebE dit(property description)
Please tell me how I can handle the "Unordered list" on UI with the code.
User Profile
Collapse
-
Vbscript with html
-
how to do ssh in vbscript
I need to perform ssh operation in vbscript. I need to connect a unix machine through ssh from my windows machine and execute commands over there.
Can any one help me in this?
Thanks in Advance
-- Lav -
Import external dll in vb script
I have a dll that contains a simple function of "Hello world". I am able to call this dll in my visual basic project. How can I import and use the same dll in vb script.
Thanks in Advance
--Lav -
thanks ..but I have already tried this and I am getting the error "Object required". -
Wscript object in vb
I need to use the Wscript object in my vb script. But when I am using it, its giving error that object required.
I have tried Wscript.sleep(1 0)
Do we need to declare the Wscript object first? How we can do that.
Thanks in Advance
--Lav -
-
update an excel with spreadsheet
Can we edit a worksheet of excel through spreadsheet::wr iteExcel.
Because when I am using
my $workbook = Spreadsheet::Wr iteExcel->new('D:\test_r esult.xls');
this statement is creating the excel file again. I want to update an excel sheet means if the some data already exist, the new data should be append to it...
Thanks in Advance
-Lav -
Need DBI:Excel and SQL modules
I am using excel as database for my project. We are getting following error while making database connection,
install_driver( Excel) failed: Can't locate loadable object for module Clone in @
INC (@INC contains: D:/Perl/site/lib D:/Perl/lib .) at D:/Perl/lib/SQL/Statement
.pm line 14
Compilation failed in require at D:/Perl/lib/SQL/Statement.pm line 14.
BEGIN failed--compilation aborted at D:/Perl/lib/SQL/Statement.pm... -
how to get title of a window
I need to capture the title of a window in perl. The window in my case will be a telnet window. I need to capture its title to know the details of system to which telnet session is established.
Thanks in Advance -
the command that I am trying to run is actually not a system command. This is my work specific command that contains lots of parameters.
The issue is that some parameter values are filepaths and the path could be long and could contain spaces.
While using system() I have to use "\" every place where space or any spl character arrived in the path. So I want to know that If i can open a seprate terminal and type my...Leave a comment:
-
-
can maka a stand alone php script?
Can i make a stand alone PHP script ot it can only be embedded in a web page.
I mean can we have a php script that i can execute directy ever there is no web page.
Thanks in Advance -
need to open command prompt
I am new to perl script.
How can I open a command prompt/shell and execute my command over there in perl.
I have tried to use System() but its not helping to resolve my issue.
Thanks in Advance
Lav
No activity results to display
Show More
Leave a comment: