Ir para conteúdo

Arquivado

Este tópico foi arquivado e está fechado para novas respostas.

Alessandro Almeida

Abrir diretório local

Recommended Posts

Prezados,

Preciso abrir diretório local. ou seja no client-side. e que seja compatível em todos os navegadores.

<head>

<script language=vbscript>

Function opendir()
REM – I set the folder name.
FolderName = "F:\"
REM – I create the Shell object.
Set Shell = WScript.CreateObject("WScript.Shell")
REM – I open the folder.
Shell.Run (FolderName)
REM – I close the object.
Set Shell = Nothing
End function
</script>
</head>
<body>
<a onclick="opendir()">OPENDIR</a>
<body>

Compartilhar este post


Link para o post
Compartilhar em outros sites

×

Informação importante

Ao usar o fórum, você concorda com nossos Termos e condições.