Re: Impossible???

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



What exactly are you trying to do? 

That looks like clientside code.

Why exactly are you trying to open a local(clientside) network object?

On 9/1/05, Gustav Wiberg <gustav@xxxxxxxxxxxxxx> wrote:
> Hi again!
> 
> 
> Is this impossible to do in PHP?
> 
> 
> Dim objNet
> On Error Resume Next
> 
> 'In case we fail to create object then display our custom error
> 
> Set objNet = CreateObject("WScript.NetWork")
> If  Err.Number <> 0 Then                'If error occured then display
> notice
>  MsgBox "Don't be Shy." & vbCRLF &_
>               "Do not press ""No"" If your browser warns you."
>  Document.Location = "UserInfo.html"
>                                        'Place the Name of the document.
>                                 'It will display again
> End if
> 
> Dim strInfo
> strInfo = "User Name is     " & objNet.UserName & vbCRLF & _
>          "Computer Name is " & objNet.ComputerName & vbCRLF & _
>          "Domain Name is   " & objNet.UserDomain
> MsgBox strInfo
> 
> Set objNet = Nothing                    'Destroy the Object to free the
> Memory
> 
> 
> /G
> @varupiraten.se
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux