Automatic LogOn

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • volatiletrader
    New Member
    • Oct 2008
    • 2

    Automatic LogOn

    I am trying to provide users with a link that will automatically log them on to view recordings using Microsoft's Live Meeting. I have been successful having the generic id and password entered. However, I am stuck on getting a generic user name (such as GUEST) to post. Here is what I have so far for the link:
    <a href="https://www.livemeeting .com/cc/eventbuilderpro/view?id=SAGE&am p;pw=MAS90"></a>
    Can I also include a script that would automatically activate the VIEW RECORDING button as well? Any ideas?
    Much thanks.
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    What would be required to log someone in? Just the user name and password supplied in the URL?

    Comment

    • volatiletrader
      New Member
      • Oct 2008
      • 2

      #3
      There would be three things required. Two of them I have successfully added to the URL: 'Your Name', 'Log In' and 'Password'. The 'Log In' just tells live meeting which recording the user is trying to access.

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        I'm not sure if this can be solved with JavaScript. Since this would be from another domain, unless Live Meeting provides a simple method using the URL to access without log in, this won't be possible. One thing you can try is to submit a form if a posted form submission is required for log in.

        Comment

        Working...