After further testing, it's not the code in the template or the asp file.  
It has something to do with calling the ASP.  Permissions or something to 
do with IIS.

Anyone have any ideas?

Thanks


On Thursday, April 24, 2014 4:20:30 PM UTC-7, Mark Iinuma wrote:
>
> 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