Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8549637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T13:45:44+00:00 2026-06-11T13:45:44+00:00

I am making a bot which visits to a specific url, give the input

  • 0

I am making a bot which visits to a specific url, give the input in form and submit it by clicking to submit button…

Let me explain you my situation. When I start my bot, firstly it visits the URL, after web page is loaded, I have to check one radio button manually there and after this I press submit button (windows form control button to fill all fields of web page and submit it also by using invoke click method) to submit form.

I am using Web browser control (coding in C#.NET windows form) and the problem is when I click on a radio button, a pop up window pops up with the heading “Script Error” and says enter image description here

Below is the tag of radio button (on which error pops up) which I copied by using IE development tool.

<input name="array(BlastDatabaseType)" onchange="changeQuestion(); changeAlgorithms();"
type="radio" value="Proteins"/>

This error don’t occur on normal web browser.
I want to solve this error not to hide.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T13:45:45+00:00Added an answer on June 11, 2026 at 1:45 pm

    What I have understood from your question that you need to fix the javascript error which is generated due to Web browser Control,

    There are two basic solutions,

    1) Force the Web Browser control to emulate the latest IE browser.
    You need to make a registry change for this ,and you will be able to use the IE browser installed on the PC.

    Adapted from Mikel Solution
    You can use a meta tag <meta http-equiv="X-UA-Compatible" content="IE=9" > inside the HTML page.

    But its better to add a registry entry to: (goto > start > run > type 'regedit' enter)

    HKEY_LOCAL_MACHINE (or HKEY_CURRENT_USER) > SOFTWARE > Microsoft > Internet Explorer >
    Main > FeatureControl > FEATURE_BROWSER_EMULATION > contoso.exe = (DWORD) 00009000

    use 10000 (0x02710) for Internet Explorer 10

    2) Use the GeckoFX wrapper ,it wraps the Gecko engine,
    Download the GeckoFX wrapper
    Download the XulRunner

    First extract the GeckoFX and read the readme.txt file.

    Add reference of the Gecko.dll in you toolbar ,and then drag and drop the control on your Form.

    public Form1()
        {
            InitializeComponent();
            //you need to extract the Xulrunner in the soultion directory
            //  (preferable) b/c wrapper relies on these dlls.
            Skybound.Gecko.Xpcom.Initialize(@"C:\Xulrunner");
        }
    
        private void Form1_Load(object sender, EventArgs e)
        {
           geckoWebBrowser1.Navigate("http://tritrypdb.org/tritrypdb/"); 
        }
    

    Other useful Links:
    http://msdn.microsoft.com/en-us/library/ee330730%28VS.85%29.aspx#browser_emulation
    Will the IE9 WebBrowser Control Support all of IE9's features, including SVG?

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've been working on creating a simple IRC bot, which I want to give
Making a mobile friendly site, I have a single field and a submit button.
Yeah quite a specific question. I'm making a bot for Google Wave and I'm
I'm making a bot which gives full links for wikilinks like [[Foo]] given on
I'm making an IRC bot which will log the hostname of a user that
I'm making an ICQ (and XMPP in prospect) bot for a service, which should
I'm making a bot for a Flash game, and I've figured out how to
Making an adobe flex ui in which data that is calculated must use proprietary
I'm having a huge block trying to understand trees while making a Tic-Tac-Toe bot.
I am making a simple chat bot in Python. It has a text file

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.