webbrowser on https page problem with clicked link

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GS

    #1

    webbrowser on https page problem with clicked link

    I was using webbrowser to display a secured page. That page is on a site
    requiring pre- login.= with user and password.
    When a particular link is clicked, new instance of explorer is opened.

    unfortunately the explorer would not be able to display as the new page on
    the explorer is treated as not login in.
    We cannot process your request. Please sign in again.

    Actually the link is to execute a javascript function open a page in
    explorer. the javascript is not in the page but part if the
    "/cgi-bin/somepath/scriptname" with someparameters

    what can I do so I can present the new page? setup a context menu that allow
    me to right click and then find out the script and execute somehow modified?


    I am using .net 2 with latest security patch and updates but now wpf nor so
    called .net 3



  • Igor Tandetnik

    #2
    Re: webbrowser on https page problem with clicked link

    "GS" <gsmsnews.micro soft.comGS@msne ws.Nomail.comwr ote in message
    news:ufooLg8yHH A.1212@TK2MSFTN GP05.phx.gbl
    I was using webbrowser to display a secured page. That page is on a
    site requiring pre- login.= with user and password.
    When a particular link is clicked, new instance of explorer is opened.
    >
    unfortunately the explorer would not be able to display as the new
    page on the explorer is treated as not login in.


    --
    With best wishes,
    Igor Tandetnik

    With sufficient thrust, pigs fly just fine. However, this is not
    necessarily a good idea. It is hard to be sure where they are going to
    land, and it could be dangerous sitting under them as they fly
    overhead. -- RFC 1925


    Comment

    • GS

      #3
      Re: webbrowser on https page problem with clicked link

      THANK you very much, Igor

      I will try out the sample in 311282
      (http://support.Microsoft.com/kb/311282/EN-US/). listed in the kb you
      mentioned


      thx again.
      "Igor Tandetnik" <itandetnik@mvp s.orgwrote in message
      news:Og%2313x%2 3yHHA.1100@TK2M SFTNGP06.phx.gb l...
      "GS" <gsmsnews.micro soft.comGS@msne ws.Nomail.comwr ote in message
      news:ufooLg8yHH A.1212@TK2MSFTN GP05.phx.gbl
      I was using webbrowser to display a secured page. That page is on a
      site requiring pre- login.= with user and password.
      When a particular link is clicked, new instance of explorer is opened.

      unfortunately the explorer would not be able to display as the new
      page on the explorer is treated as not login in.
      >
      >
      http://groups.google.com/group/micro...745bbbd3396027
      >
      --
      With best wishes,
      Igor Tandetnik
      >
      With sufficient thrust, pigs fly just fine. However, this is not
      necessarily a good idea. It is hard to be sure where they are going to
      land, and it could be dangerous sitting under them as they fly
      overhead. -- RFC 1925
      >
      >

      Comment

      Working...