Next step....
I test this and it doesn't work and i dont know why
use LWP 5.64;
my $url = 'https://servertest:8009/DownOptions/DOWN'; # Yes, HTTPS!
my $browser = LWP::UserAgent->new;
$browser->credentials('servertest:8009','','theuser' => 'thepassword');
my $response =...
well thanks for your help!
first step work thanks again
This is the next step....
use LWP 5.64;
my $url = 'https://(myserver):8009'; # Yes, HTTPS!
my $browser = LWP::UserAgent->new;
my $response = $browser->get($url);
die "Error at $url\n ", $response->status_line, "\n Aborting"
unless...
I all, i'am confortable with vbscript put it seems difficult to do the job with. Do you know if i can connect to a web site on https with .net?
My client is a windows xp
my server is netware 5.1 portal
http is on port 8008
https on port 8009
i juste want to get a page like this...
Hi all,
I have a interesting question here!
I have a web site who run on the port 8008 and after an authentification it switch to https with port 8009.
I want to automated a task with a vb script but my knowledge of vb is not enough.
for the moment i just want to open the page.
it's easly to...
Hi all,
first thanks for your good job, i post many treads here and it was always solve.
Here is my question.
i want to include in my code a function who disable a novell account. I have netware 5.1 with edirectory 8.7.1
i just find on internet that exist an object nwdir but i have no idea...
the code work well like this
Private Sub cmd1_Click()
Dim y As Integer
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objTextFileW = objFSO.OpenTextFile("d:\tools\transfert.dat", ForAppending, True)
For y = 1 To 6
If usager1.Text <> "" Then
objTextFileW.WriteLine (usager1.Text &...
this is my code with some bugs fix.
but i'am still unable to do my "for next" with use the "i"
Private Sub cmd1_Click()
Set objFSO = CreateObject("Scripting.FileSystemObject")
Set objTextFileW = objFSO.OpenTextFile("d:\tools\transfert.dat", ForAppending, True)
'For i = 1 To 6
If usager1.Text <>...
why it dont find my usager(i).text?
Private Sub cmd1_Click()
Set objTextFileW = objFSO.OpenTextFile("d:\tools\transfert.dat", ForWriting, True)
For i = 1 To 6
If usager(i).Text <> "" Then
objTextFileW.WriteLine (usager(i).Text & "," & Source(i).Text & "," & dest(i).Text)
Next
objTextFileW.Close...
HI
I put a list in a text file, like this
dog
cat
horse
rabit
i have 12 combobox where i want to retreive this information
from the dropdown menu.
is exit a path to directly add the list in the combo1.list fields?
Thanks
Eric
HI i have 12 combo box with the same information, i want to populate this box with a text file. I'am looking for something like that
at the start of the form...
for each line in the text file put in a array
for each combobox add all entry in the array
can someone help me?
Eric
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.