+ 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..?

10th Dec 2017, 10:11 AM
Bharat Bhushan Verma
Bharat Bhushan Verma - avatar
2 Answers
10th Dec 2017, 10:18 AM
David Akhihiero
David Akhihiero - avatar
- 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
10th Dec 2017, 10:43 AM
Priyan
Priyan - avatar