heres a start?
use Win32::OLE;
my $IE = Win32::OLE->new('InternetExplorer.Application');
$IE->{'Visible'} = 1;# if you want to see what's going on
$IE->Navigate("about:blank");# in other words go to any site...
u must capture $IE somehow from here and place it in the widget
Windows XP Home edition and 2003 server sorry about that...
Both have perl on them and that the trick i wanna catch all incoming connections to a wide variety of ports.. like ftp, https, and http and store the packets in comma deliminated database so they can be accessed and searched for any...
Ok this is the concept no actual code as of yet but that is comin along nicely so here we go.
What i want to do is make a executable that takes over a few null ports and listens for all incomin connections on those ports but being null it has to read the incoming packets and change to the...
LOL
that's a good one, but what im soing with it is this. i have this program that does'nt like to be minimixed and has no minimize button, what i plan on doin with the handle is some thing like this
use Win32::API::Prototype;
ApiLink( 'user32.dll', 'HWND FindWindow( LPCTSTR pszClass...
I made this script that searchs for specific processes and spits out information on them, i want to pass some information into a HTA page and do some stuff there with perlscript.
heres my vbs script searchs for some information on the required files.
On Error Resume Next
strComputer = "."
Set...
absolute gold my friend, a star for you.
this puts me many steps further towards solving, my current problem, reffered to in my post about IO::Socket for System Administration of windows 2003 server
thread219-780353, please take a look at this thread and tell me what you think, my best plan of...
PHV is right in his regard but I get the inclination that you think applicationName is the actual path to the executable to be called and displayed, in the hta. This is not so my friend you have to call an exe some other way. like the registry, then you have to setup bindings in the hta, and...
alright Larry, here it is a SMTP or Simple Mail Transfer Protocol server is exactly like it sounds, most xp, 2000, 2003 servers had them installed are are an option. These servers usually run on port 25, unless configured otherwise,
plus the 2 configuration fields are needed to send all the...
here is our simple form, standard name address phone number
with our form with or post method and action
<html>
<head><meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
</head>
<body>
<form name="myForm" action="myPage.asp" method="post">
<br...
here is our simple form, standard name address phone number
with our form with or post method and action
<html>
<head><meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
</head>
<body>
<form name="myForm" action="myPage.asp" method="post">
<br />...
I also suggest what jemminger is saying - thats why i gave him a star. But a good place to start is W3C World Wide Web Consortium at http://www.w3.org/ or the w3schools at http://www.w3schools.com/ . Not only does having proper syntax matter, but it may prevent your web page from being dispayed...
sorry about the script onslaught, thats how i, ahh?? visualize.. yeah thats it, I didn't read the rest of what you said after Kahts post, and i gave, my best to convert it, and then i read it, so i realized you need to use...
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.