Si, asi es, includo las variable no es necesario invocarlas globalmente
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <script type="text/javascript"> //<![CDATA[
function fjs(tex){
if(tex){
document.write(tex);
}
}
//]]>
'<![CDATA[
Dim texto
texto = InputBox("Tu nombre!","Prueba")
fjs(texto)
']]>
Un detalle a tener en cuenta, el javascript debe anteceder al VBS en el caso de que compartan información
Saludos