•  NEWS  •  EVENTS  •  TUTORIALS  •  USER GROUPS  •  FORUMS


Send this page

Quik Tip: Program your Web Browser to join meetings more easily

Guillaume Privat, Adobe Systems

  
0 Votes

Here is a quick tip on how to create a bookmark on your web browser that enables you to get to any meeting faster.

Firefox:

1. Create a new bookmark for your connect pro domain name for example http://companyname.acrobat.com .

2. Right click on the bookmark, select “Properties”.

3. In the Name field, rename it to “Join Meeting”.

4. Paste the following into the Location field:

javascript:(function(){q=document.getSelection();if(!q)q=prompt(' Enter Acrobat Connect Room ID:'); if(q)location.href='http://companyname.acrobat.com/'+escape(q);})()

Internet Explorer:

1. Create a new bookmark for your connect pro domain name for example http://companyname.acrobat.com .

2. Right click on the bookmark, select “Properties”.

3. On the General tab, rename it to “Join Meeting”.

4. On the Web Document tab, paste the following into the URL:
javascript:(function(){q=document.selection.createRange().text;if(!q)q=prompt(' Enter Acrobat Connect Room ID:','');if(q)location.href='http://companyname.acrobat.com/'+escape(q);})()

Note: IE will tell you that there’s no program to handle javascript. Say “Yes” to keep it anyway

Safari:

1. Create a new bookmark for your connect pro domain name for example http://companyname.acrobat.com .

2. Right click on the bookmark, select “Edit Name”.

3. In the Name field, rename it to “Join Meeting”.

4. Right click on the bookmark, select “Edit Address”. Paste the following into the Address field:

javascript:q=window.getSelection();if(q==""){q=prompt('Enter Acrobat Connect Room ID:')};if(q)location.href='http://companyname.acrobat.com/'+escape(q);



Member Comments

Share your thoughts. Tell us what you think about this tutorial.

There are no member comments on this tutorial
Log in to leave comments


<< Back to Tutorials main menu.