Skip to main content

URL Parameter - Not During Startup

Comments

2 comments

  • Permanently deleted user
    I seem to do this everytime I post a question. Answer my own question. 

     

    None the less here is my solution. (I as trying to get the url parametet value from "username")

     

    - I used GetBrowserUrl and saved it as a string a variable named url

     

    - Used Assign and set object named urlParameter = url.substring(url.lastIndexOf("username=") +9)

     

    - Tested with an alert of urlParameter.ToString() and it works great. 

     

     

     
    0
  • Berend Veldkamp
    Does Get Current User not work for you?

     

    Otherwise, just get the Query String from the Get Browser Url, and do nameValueCollection1("username")
    0

Please sign in to leave a comment.