+ 1
Can't use Window.onload=()=>{//your code go here} on my laptop visual studio
Need serious help pls
7 Answers
+ 1
If you are using inline script
Try writing JavaScript code in body section
Before the end of body tag
.
.
.
<!-- Your JavaScript code inside script tag -->
< / body >
+ 1
Still the same
0
Copy the code and send it to me. (message me or send here)
0
Copy the code, paste it on Sololearn code editor, save it and send here.
- 1
Can't send on solo learn
pls show example
- 1
I'm using external script
- 1
Here is the answer-
Change "Window.onload" to "window.onload".
It will help