CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2012
    Posts
    16

    webbrowser javascript "open" or openwith problem

    Okay...

    I'm using the webbrowser component provided by VC++ express.

    Actually, it works really fine, except for some rare occasions.

    Theses occasions often involve a button with href, wich never working, even if I try finding the activeelement "href". Or... the bug is a code that uses javascript to open a new window... So when it does, I have my new browser window, but the page loads this : JavascriptOpen: somethingshitty.com)

    Get it?

    So my question is.
    What should I do?

    If you need code... I could provide some...

    What would help me also, is... how do I put this webbrowser as DEFAULT?
    Is it in the registry? if so? where? cause the registry is big huh...


    Thank you for your replies.

    PS, thought of it... it might help to know i'm not using tabs...

  2. #2
    Join Date
    Sep 2012
    Posts
    16

    Re: webbrowser javascript "open" or openwith problem

    Okay... Nobody can help?
    my webbrowser doesn't interpret the Javascript:pen... navigation links!

    Anybody can help? instead of letting this post without replys???

  3. #3
    Join Date
    Sep 2012
    Posts
    16

    Re: webbrowser javascript "open" or openwith problem

    i have for example this adress in my adress bar :
    javascriptpenContact('FM','ET');

    I need this to work... so please help...

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

Featured