how to use the go to meeting from inside my web application
-
i have a button in my web application and i want when the user click it it opens the go to meeting how can i do that and i need some sample code plz thanks a lot
LA ELAH ELA ALLAH MOHAMED RASOL ALLAH
What is 'the go to meeting'.... I guess you want to doubleclick the button in design-view. In the generated code enter
Response.Redirect("meeting.aspx");
Response.End();.: I love it when a plan comes together :. http://www.zonderpunt.nl
-
i have a button in my web application and i want when the user click it it opens the go to meeting how can i do that and i need some sample code plz thanks a lot
LA ELAH ELA ALLAH MOHAMED RASOL ALLAH
From your client use window.location.href = 'https://www2.gotomeeting.com/'; on Javascript onclick of the button. ;)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
From your client use window.location.href = 'https://www2.gotomeeting.com/'; on Javascript onclick of the button. ;)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascriptwhen the user click the button i want to open a session into the go to meeting ,in go to meeting web site they said that it's possible to integrate between go to meeting and my own application but they didn't say how to do that so i hope to fine any sample code demostrate how can i open a session to the go to meeting thanks
LA ELAH ELA ALLAH MOHAMED RASOL ALLAH
-
when the user click the button i want to open a session into the go to meeting ,in go to meeting web site they said that it's possible to integrate between go to meeting and my own application but they didn't say how to do that so i hope to fine any sample code demostrate how can i open a session to the go to meeting thanks
LA ELAH ELA ALLAH MOHAMED RASOL ALLAH
Go to meeting is actually a paid service. I think you should ask the tech guy from Go To meeting on the exact procedure to open a session. I think there must be a web service exposed to open a new session. I am sorry, I never did this before. Like to see if anyone can give a valid input to this. :)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
Go to meeting is actually a paid service. I think you should ask the tech guy from Go To meeting on the exact procedure to open a session. I think there must be a web service exposed to open a new session. I am sorry, I never did this before. Like to see if anyone can give a valid input to this. :)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript