Can any one help me I have put some script into the extended information text box and created a pop up within the pop up... !!<<SCRIPT TYPE="text/javascript">
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=250,height=250,scrollbars=yes,toolbar=0,location=0,statusbar=0,menubar=0,resizable=1,left = 490,top = 250');
return false;
}
//-->
</SCRIPT>
<A HREF="ColourSwatch1.gif"
onClick="return popup(this, 'framework')">Click here </A>to view colour swatch of bench framework.
<SCRIPT TYPE="text/javascript">
<!--
window.focus();
//-->
</SCRIPT>>!!...This works fine in the retail catalog section, but when I open the Login catalog it does not(all I get is loads of gobbledygook). I have already posted a query (06.06.2006 which has now been answered and solved) regarding why changes made to text that display correctly in the retail catalog do not then display correctly in the login catalog. Is this a bug in Actinic. You can see this if you go to Modular bench section of login catalogue and click on more info and then select click here. To login enter... DATARAX then enter...testid. I have managed to get the pop up code working by trial and error, but really it means nothing to me. It may be calling up itself and that is why it looks all strange, could anybody suggest a solution, because I do not know how to stop it calling up itself.
<!--
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
href=mylink;
else
href=mylink.href;
window.open(href, windowname, 'width=250,height=250,scrollbars=yes,toolbar=0,location=0,statusbar=0,menubar=0,resizable=1,left = 490,top = 250');
return false;
}
//-->
</SCRIPT>
<A HREF="ColourSwatch1.gif"
onClick="return popup(this, 'framework')">Click here </A>to view colour swatch of bench framework.
<SCRIPT TYPE="text/javascript">
<!--
window.focus();
//-->
</SCRIPT>>!!...This works fine in the retail catalog section, but when I open the Login catalog it does not(all I get is loads of gobbledygook). I have already posted a query (06.06.2006 which has now been answered and solved) regarding why changes made to text that display correctly in the retail catalog do not then display correctly in the login catalog. Is this a bug in Actinic. You can see this if you go to Modular bench section of login catalogue and click on more info and then select click here. To login enter... DATARAX then enter...testid. I have managed to get the pop up code working by trial and error, but really it means nothing to me. It may be calling up itself and that is why it looks all strange, could anybody suggest a solution, because I do not know how to stop it calling up itself.
Comment