Chris Seberino wrote: > In other words, I want to somehow send the attendees info to the form > server > and invoke all the Javascript to enter the room automatically.
Looking at the source of the meeting room login page, you'll find that clicking on the Join button calls the "joinMeeting()" function, probably defined in the "join.js" JavaScript file loaded by the page. You'll have to find out what this function does and what kind of request it ultimately triggers. You must then try to generate this request yourself in your app's JavaScript. It might be hard to impossible though to get all the information you need for this request (e.g. a session-id) in your application. Chris -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

