I'm trying to make a Runescape Client
in Visual Basic, but when I run http://www.runescape.com/game in a web browser it tells me to install java
It brings up an error saying:
*An error has occurred in the script on this page.
line: 48
Char: 325
Error: Expected ')'
code: 0
URL: http://www.runescape.com/game
Do you want to continue running the scripts on this page?
(Yes/No)*
I need a way to run Runescape
inside a visual basic Application.
Is there any way to add java to the web browser?
Any help would be appreciated :)
It looks like you are getting this error, which is a JavaScript error on the page, not a Java error on your machine.
To resolve, you need to clear the "Display a notification about every script error" check box in the Advanced section of the Internet Options menu. Here's a lengthy article on Microsoft Support describing how to access and change the Internet Options via VB.Net.
The relevant code from that page to access the Internet Options: