Will FastPath go ahead and create a chatID for this anyway? If not, can I use PHP or some other scripting language to randomly create my own chatID, and then make a link like this:
It just seems to me that you should be able to generate your own chatID and create a direct link yourself without relying on the JavaScript to do it for you.
the problem is you need a random chat ID because that is what distiquishes the different anonymous chat sessions. If you can find a way to randomize thta then you can creat what ever link you want.
Then used the onclick script for the “<a href= tag”
a href="#" onclick=“launchWin(‘framemain’,‘http://.com/webchat/start.jsp?workgroup=support@workgroup..com&l ocation=http://********.com/page.html’,500, 400);return false;”>click to chat</a
I suppose as long as the script is in your you can put the anchor link anywhere. Works for me, hope this helps
not sure how to get the text to recongnize presence