I'm receiving a "500 Internal Server Error" when trying to run a plugin 
which is supposed to get the left nav from the parent page.  I'm using 
version 10.1
I think it has to do with this code.

function clickDot(dot,actionString) {
    guid=dot.previousSibling.firstChild.innerHTML;
    guid=guid.substr(guid.indexOf("GUID=")+5,32);
    window.open("/CMS/Plugins/Torrance_Interface.asp?action=" + 
actionString + "&linkguid=" + guid + "&sessionkey=<%SessionKey%>&loginguid=<
%LoginGuid%>&pageguid=<%PageGuid%
>","","toolbar=0,location=0,directories=0,status=1,menubar=0,scrollbars=1,resizable=1,width=10,height=10,screenX=10,screenY=10,left=10,top=10");
}

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/reddot-cms-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to