- 1
My program is loading the code editor after completion.
After I hit submit my code executes well but soon after it loads the solo learn code editor. Is this is a bug or is there something I'm not aware of. Here's my code https://code.sololearn.com/WkTDGozeWsEM
2 Respostas
+ 8
If you use onsubmit() event instead of onclick, it won't refer to browser.
- 1
On using onsubmit it still uses my browser