Pass url parameters using WebBrowser control

Discussion in 'C#' started by amiraf, Dec 10, 2012.

  1. amiraf

    amiraf New Member

    Joined:
    Dec 9, 2012
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi,
    I m trying to pass parameters to htm file using webbrowser control.
    if i m trying to use : WebBrowser.Navigate(map.htm?lat=12)
    there is some problem with the ' ? ' character.



    but when the map.htm file tries to get the parameter (long1) its always get "Undefined" value.
    in contrast if im just opening my chrome browser and in the url wrtie c:\path\map.htm?long1=12
    the return value is ok - 12
    any suggestions ??
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice