Script to open a window
i have problem easy knows more fix.
our topics in robohelp have "hyperlink" runs little javascript script puts link opens window , runs flash file (captivate). have clients want run in mobile devices. willing install puffin can run flash.
the problem script written run flash file in separate window, can't in puffin. i'd able run inside webhelp screen, in place of topic content, in assume frame. , can't seem script work. original one. can help? (i tried adding _parent , _self brought error message.)
//<![cdata[
language="javascript">
<!--
function launchwin()
{
var sitename="www.[site]";
var tipname="[topic name]";
window.open ("http://"+sitename+"/"+tipname+".htm","cool","width=1020,height=610,location=no,toolbar=no");
}
//-->
//]]>
there isn't great deal of scripting know how in forum. able chip in, didn't want feel ignoring
More discussions in RoboHelp HTML
adobe
Comments
Post a Comment