-
hello ,......i m learning vbscript through net..........i just running a html embedded vbscript prog to print hello world but it is not showing output........even my browser is IE.........reply me please0
-
Administrator • Dec 29, 2011
Why not share your code here?deeptijaipur1987hello ,......i m learning vbscript through net..........i just running a html embedded vbscript prog to print hello world but it is not showing output........even my browser is IE.........reply me pleaseAre you sure? This action cannot be undone. -
Member • Dec 29, 2011
Which IDE you are using ????
Are you getting the o/p window ?
May be the installation not completed successfully...Are you sure? This action cannot be undone. -
Member • Dec 30, 2011
this is the code..............The_Big_KWhy not share your code here?
<html>
<body>
<script type="VBSCRIPT">
document.write("This is my first VBScript!")
</script>
</body>
</html>Are you sure? This action cannot be undone. -
Member • Dec 30, 2011
i have internet explorer......................nothing install........i also have mozilla...............it shows output window ........corect path at URL.........but not display output inside vbscript.........code isK!r@nS!nguWhich IDE you are using ????
Are you getting the o/p window ?
May be the installation not completed successfully...
<html>
<body>
<script type="VBSCRIPT">
document.write("This is my first VBScript!")
</script>
</body>
</html>Are you sure? This action cannot be undone. -
Member • Dec 30, 2011
h
umK!r@nS!nguWhich IDE you are using ????
Are you getting the o/p window ?
May be the installation not completed successfully...
what should i install..............i have nothing install.............simply write cod at notepad save as .html////////////
<html>
<body>
<script type="VBSCRIPT">
document.write("This is my first VBScript!")
</script>
</body>
</html>Are you sure? This action cannot be undone. -
Member • Dec 30, 2011
no need to install anything....deeptijaipur1987h
um
what should i install..............i have nothing install.............simply write cod at notepad save as .html////////////
<html>
<body>
<script type="VBSCRIPT">
document.write("This is my first VBScript!")
</script>
</body>
</html>
are you getting any pop-up like "pop-up blocked" allow pop-ups now.
go to tools->Internet options->Privacy tab->uncheck allow pop-upAre you sure? This action cannot be undone. -
Member • Dec 30, 2011
th
K!r@nS!nguno need to install anything....
are you getting any pop-up like "pop-up blocked" allow pop-ups now.
go to tools->Internet options->Privacy tab->uncheck allow pop-up
thanku ,..................my atleast one code is shown output..............thanku very muchAre you sure? This action cannot be undone. -
Member • Dec 30, 2011
Why not ?? try one more program you will get o/p for sure...😀deeptijaipur1987th
thanku ,..................my atleast one code is shown output..............thanku very muchAre you sure? This action cannot be undone. -
Member • Dec 31, 2011
yeah theres nothing to install....just save thd file with .html extension...Are you sure? This action cannot be undone. -
Member • Jan 5, 2012
Guys... Its MsgBox not document.write. document.write is JavaScript!Are you sure? This action cannot be undone.