Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. browser component

browser component

Scheduled Pinned Locked Moved C#
helpcsharpquestioncomtools
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    asma_panjabi
    wrote on last edited by
    #1

    Hi I am using browser component in my application which is in C#.net 1.1 Windows application private AxSHDocVw.AxWebBrowser axWebBrowser1; and i have set all the properties for it it gives me error as an error has occured in the script on this page. Line: 1 Char: 1 Error: Object Expected Code: 0 URL: http://in.msn.com/default.aspx?froo=www do you want to continue running scripts on this page? yes no I have navigated by string str1 = ComboAddress.Text; object tmp = (object)str1; object null_obj_str = ""; System.Object null_obj = 0; axWebBrowser1.Navigate2(ref tmp , ref null_obj, ref null_obj, ref null_obj_str, ref null_obj_str); how do i go about with this problem and i want allow popups also? can any 1 help?

    B 1 Reply Last reply
    0
    • A asma_panjabi

      Hi I am using browser component in my application which is in C#.net 1.1 Windows application private AxSHDocVw.AxWebBrowser axWebBrowser1; and i have set all the properties for it it gives me error as an error has occured in the script on this page. Line: 1 Char: 1 Error: Object Expected Code: 0 URL: http://in.msn.com/default.aspx?froo=www do you want to continue running scripts on this page? yes no I have navigated by string str1 = ComboAddress.Text; object tmp = (object)str1; object null_obj_str = ""; System.Object null_obj = 0; axWebBrowser1.Navigate2(ref tmp , ref null_obj, ref null_obj, ref null_obj_str, ref null_obj_str); how do i go about with this problem and i want allow popups also? can any 1 help?

      B Offline
      B Offline
      buchstaben
      wrote on last edited by
      #2

      in .net 2 webbrowser control, there is a property named "ScriptErrorsSurppressed". maybe there is similar in AxWebBrowser?

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups