Hi everyone,
I'm running into a weird problem on v11.2. (Win Server 2008R2)
I have a red dot that is supposed to call a plug-in to get the left nav
from the parent page however nothing happens.
I used Firefox with the Fiddler add-on to see what's happening. Turns out
that I'm getting an error with an undefined variable before calling the
plug-in.
TypeError: guid is undefined
In the template on the line it's complaining about, I put a var. Same
error.
function clickDot (dot, actionString) {
guid=dot.previousSibling.firstChild.getAttribute.innerHTML;
var guid=guid.substr(guid.indexOf("GUID=")+5,32);
window.open("/CMS/Plugins/Torrance_Interface.asp?action=" +
actionString + "&linkguid=" + guid +
"&sessionkey=B9D9229C66484B7684A24440562E6A80&loginguid=B9D9229C66484B7684A24440562E6A80&pageguid=3C979F80F86844D395A737621407044C","","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");
Thanks in advance,
Mark
--
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.