Results 1 to 18 of 18

Thread: Javascript problems

Hybrid View

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    8

    Re: Javascript problems

    Quote Originally Posted by weirddemon View Post
    Are you using the express or full version of the IDE?

    Also, try putting the following in your form's load event if you still can't see the property.

    VB.NET Code:
    1. WebBrowser1.ScriptErrorsSuppressed = True
    I'm using Express and there is a full version?

  2. #2
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Javascript problems

    Quote Originally Posted by Titan View Post
    I'm using Express and there is a full version?
    Yeah, but you have to pay for it. I got it free through DreamSpark, but it's super expensive otherwise.

    That might be a feature not in the free version, but that seems highly unlikely.

    Did the code I showed work?
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  3. #3

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    8

    Re: Javascript problems

    Quote Originally Posted by weirddemon View Post
    Yeah, but you have to pay for it. I got it free through DreamSpark, but it's super expensive otherwise.

    That might be a feature not in the free version, but that seems highly unlikely.

    Did the code I showed work?
    No it had a error and I clicked the error box and it asked if I wanted to generate a class for it.

  4. #4
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Javascript problems

    Quote Originally Posted by Titan View Post
    No it had a error and I clicked the error box and it asked if I wanted to generate a class for it.
    That's really weird. My guess is that this property isn't available in the Express edition or your installation is messed up.

    Or... are you making a WinForms project or WPF?

    Also, what site are you trying to access that you're getting this error on? I'd like to test it on my end.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  5. #5

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    8

    Re: Javascript problems

    Quote Originally Posted by weirddemon View Post
    That's really weird. My guess is that this property isn't available in the Express edition or your installation is messed up.

    Or... are you making a WinForms project or WPF?

    Also, what site are you trying to access that you're getting this error on? I'd like to test it on my end.
    http://forumpromotion.net

    Or any site that has like a script on the index that links to a .js file. Also it has posting issues with phpBB only with char typing.

  6. #6
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Javascript problems

    Quote Originally Posted by Titan View Post
    http://forumpromotion.net

    Or any site that has like a script on the index that links to a .js file. Also it has posting issues with phpBB only with char typing.
    I'm not getting a javascript error, with or without that property. I've also heard that the web browser control just inherits the properties of IE, since it is essentially just a stripped down version of IE. So if your version of IE doesn't have that property enabled, or something similar to it, that might be the problem.

    What OS are you using? What version of IE do you have installed? What type of project is this? WinForms or WPF?. It's different with WPF, so I need to know.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  7. #7

    Thread Starter
    New Member
    Join Date
    Apr 2011
    Posts
    8

    Re: Javascript problems

    Quote Originally Posted by weirddemon View Post
    I'm not getting a javascript error, with or without that property. I've also heard that the web browser control just inherits the properties of IE, since it is essentially just a stripped down version of IE. So if your version of IE doesn't have that property enabled, or something similar to it, that might be the problem.

    What OS are you using? What version of IE do you have installed? What type of project is this? WinForms or WPF?. It's different with WPF, so I need to know.
    OS: Windows 7
    IE Version: 9 Beta
    Project is..: Window Form Application

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width