>From my understanding, if no one is online or nodelist.ssjs is
requested, the Currently Online code is commented out.
So if I do this after:
@@JS:if(!http_request.virtual_path=="/nodelist.ssjs")'<!--';@@
<span class="text1">Info to display with
Nodelist.ssjs</span><br /><table
class="left_nodelist"><tbody><tr></tbody></table>
I am saying if the request is NOT for nodelist.ssjs, the Info to display
code should be commented out, correct?
The objective is thus: When you first connect to the website, you have
the currently online list in leftnav.ssjs
If you go to nodelist.ssjs, I want to display some text where currently
online was.