+ 1
Hello Guys, any one can help me for this question.."
i want dot(.) Symbol when i scroll over the web page and also want to define where can dots are appear left or right..?
2 Answers
- 2
I am just a beginner.. working on html with vbscript..
Can anyone explain what's happening.. what should i do to print value of the variables?
<script lang="vbscript">
dim a
a=2
document.write(a)
</script>
đđoutput: empty screen
<script lang="vbscript">
document.write("a")
</script>
đđoutput: a
<script lang="vbscript">
dim a
document.write("a")
</script>
đđoutput: empty screen