Hi,
I am trying to automate a web page using VB script.
<label>
Login Method</label></div>
<div class="cmb_fld" >
<select name="loginMeth od" onchange="OnLog inMethodChanged ();">
<option>
Select Login Method</option>
<option value="SCR">
Challenge RESP</option>
<option...
User Profile
Collapse
-
Help needed to update the MS ACCESS database using the VB script
Hi,
we are having some text values in the variable of the VB form and we have to insert these datas into the MS Access database.
We have opened the database and only one record is inserted in the DB and the latest records are over wiritng the old one.
Below is the codings for updating the database. Please help me how to insert the fields in the next row in the DB.
...Code:Public Function
-
How to update the access database with the HTML table data
Hi All,
Good Morning!
My requirement is as below:
I am having a HTML table and the text boxes are embedded as a row of the tabel.
And I am having a button at the end of the page. When I click the submit button, the datas entered in the HTML table should be inserted into the access database.
I have created the access mdb in my local.
If I wrirte my input type... -
How to install Watir?
Hi,
I am trying to install watir (ruby gem).
But I am getting the following error:
ERROR: While executing gem ... (RuntimeError)
Error instaling watir:
watir requires win32-process >= 0.5.5
Please help me to install the watir.
Thanks,
Susintha -
Hi,
I tried the following in the last file.Its working fine.But throws javascript error.
[HTML]<html>
<head>
</head>
<body>
this is sample html page
<a href="D:\frame_ c.html" target="second" onClick="parent .frames[second].location.href= "D:\frame_c.htm l" return false;">Say Hi</a>
</body>... -
Hi Debasis,
Its second frame.But now also I am getting the same error.
If the parent means , is it identify the direct page only or the first page?
Thanks and Regards,
Susi...Leave a comment:
-
Hi Debasis,
Ya its one of the frame in the first page.
Thank you,
Susi...Leave a comment:
-
Hi Debasis,
Thank you.
But I got the error in my last probgram
Error :
I got the error in line 9 and in character 15.
window.parent.s econd.location is null or not an object.
please help me....
Thanks and regards,
Susi...Leave a comment:
-
How to display the page from child window to parent frame.
Hi,
I am new to javascript.
This is my problem description.
Actually I have 3 pages.
In the first page I have 2 frames.
In the first page(first) from one of the frame(first), I have a link to another page(second).
From the second, I have opened new page(third).
these and all i did in html.
But the problem is from the third page , I have to dispaly some contents to the
second... -
Hi, This code is working fine to telnet to a solaris machine with username and password.
[CODE=perl]
use Net::Telnet;
use strict;
my $UNIXIP = "<IP REMOVED BY MOD>";
my $user = "<USER REMOVED BY MOD>";
my $pass = "<PASS REMOVED BY MOD>";
print "MY - $UNIXIP,$user,$ pass \n";
my $u = new Net::Telnet(
...Leave a comment:
-
-
Hi,
Sorry for the inconvinience caused.
I will try those modules.
As I am new to perl I am not sure that which module is used for which purpose.
Now I got cleared.
Thanks ,
susi.Leave a comment:
-
How to give username and password to a machine in perl
Hi,
How to use a solaris mount command in perl?
I tried that telnet to the solaris machine.
For that solaris machine, how can I give the username and password?
[CODE=perl]
use Net::Telnet;
use strict;
my $cmd = shift;
my $ip1 = shift;
my $ip2 = shift;
my $vol = shift;
my $mntpnt = shift;
print "command name is $cmd\n";
print... -
Hi,
I tried to telnet to the solaris machine.
I knew that create a directory and create a file in windows and copy to solaris.
But i dont know the commands to copy a file from solaris to windows.
So I post a query.
Thanks and regards,
SusiLeave a comment:
-
How to copy a log file from solaris to windows?
Hi,
How to copy a file from solaris to windows?
Thanks,
susi -
Hi Miller & alcazar
Thanks.
I downloaded and installing.
Thanks and regards,
Susi....Leave a comment:
-
What module I have to install for doing telnet operation in Solaris?
Hi ,
I wrote one program in perl in Solaris to telnet another machine.
But When I run the program I got the error message "can't locate Net /Telnet.pm".
where can I get this module?
Thanks,
susi -
Hi ,
Thanks for your valuable information.
Now I understand.Wher e I have to use these.
Thanks and Regards,
Susi.Leave a comment:
-
Hi Kevin,
Yes, Last is working fine to come out of the loop
But I want to loop again for invalid inputs.
Thanks,
Susi.Leave a comment:
-
Is there any command to come out of the loop?
Hi,
I tried the following code.I m trying 2 compare two strings.If its not matches, the while loop has to continue and if it matches, it will come out of the while loop.
But In my code, Even it matches the while loop continuing.
can anybody tell me where I am wrong?
[CODE=perl]
$flag=1;
LINEP:
while ($flag==1) {
print"Enter the lun name\n";
chomp($lunname= <stdin>);...
No activity results to display
Show More
Leave a comment: