Visual Basic 2010 Express: Script error on web browser

Asked By 0 points N/A Posted on -
qa-featured

Hello to all the experts here! I've completed a web browser using Visual Basic 2010 Express, and I've encountered a major problem. Whenever I tick a checkbox on a website, the following error message pops up:

An error has occurred in the script on this page.

Line:       193

Char:      9

Code:     0

              Do you want to continue running scripts on this page?

                       [Yes]                      [No]

 

If I click on either 'Yes' or 'No', the error message pops up again, and I need to run the Task Manager in order to close the web browser. I’m thinking that there's possibly an extra code that I must set in for JavaScript, but I'm totally unable to solve this.

Any help that I can get will be greatly appreciated. Thanks a lot in advance!

SHARE
Best Answer by Iamexpert
Best Answer
Best Answer
Answered By 0 points N/A #100844

Visual Basic 2010 Express: Script error on web browser

qa-featured

Hi

 

The problem you are telling is that the code in the site is not working properly so the solution of this sort of the problem is very simple you just follow the below instruction and it will solve your problem.

1. As you have created the website and the checkbox is not working properly so you should on the line in the error and the character in the line has problem so

Go to that line

Find the character

Replace the character and put the small size value of the character

As the value of the character has exceeded so you should use the character of the small value and then run the site it will solve your problem.

Answered By 0 points N/A #100845

Visual Basic 2010 Express: Script error on web browser

qa-featured

Hi expert. I followed the line of the error and changed the characters. After i run the site, It seems to be working well now. thank you so much for the help. 

Related Questions