If you do, you're not alone, it drives me up the wall. Not to worry though, if you have the rights and Domino designer it's pretty easy to fix, here's what you have to do:
- Open STCONF.NSF in designer
- Open Subform "WebMeetingDetails"
- Find the field "disSTInvitedEnterpiseURLs in the subform.
- Enter the text belw as entered and mark as passthru html (remember Javascript is case sensitive)
The computed text field should contain:
REM "Our string will be something like http://sametimeserver:port/";
REM "This value is set in a WebQueryOpen agent";
tmpHost := STBaseHttpURL;
link := tmpHost + "/" + path + "/meeting/" + @LowerCase(@Text(@DocumentUniqueID)) ;
@Subset(@Explode(link;@NewLine);-1)
5. Save the subform.
I have only tried this on IE so not sure it works on NS.
I hope this proves useful to others.

Do you struggle to select the meeti... (Carl Tyler 19.Oct.02)
. . 