How to open an external file out of an HTA
- From: Jan <mail@xxxxxxxxxxxx>
- Date: Fri, 15 Aug 2008 02:21:15 -0700 (PDT)
Hi everybody,
I have an HTA wich queries printer informations from the active
directory.
The output is also in the HTA.
By clicking the printer name, the property window of the printer
should open.
The command is "rundll32 printui.dll,PrintUIEntry /p /n \\server
\printer"
How can I put this command in a href?
I tryed
strHTML & "<td><a href='file://rundll32 printui.dll,PrintUIEntry /p /n
\\" & sn & "\" & pn & "'>"& pn & "</td>"
Thanks
Regards Jan
.
- Follow-Ups:
- Re: How to open an external file out of an HTA
- From: Tom Lavedas
- Re: How to open an external file out of an HTA
- Prev by Date: Re: replacing text on multiple text files
- Next by Date: Logon script check for servers
- Previous by thread: Works in XP but not in Vista
- Next by thread: Re: How to open an external file out of an HTA
- Index(es):