Issues with Executing Javascript command in Captivate
Hi,
I am having issues with executing javascript for a button in adobe captivate 5. Let me explain what I am trying to do. I am working on a WBT that has three skill checks throught the course. These skill checks are not graded or tracked for completion. I currently have an image button that has the command "Open another project" The first image button is pointed to SkillCheck1 and I have the html file and swf file in the published root folder. This currently works fine.
However I want to use javascript to open a new window 800X600 with not toolbars at the top. I got this part working with the code below:
window.open('http://www.adobe.com','mywin',
'left=40,top=40,width=800,height=600,toolbar=1,resizable=0');
My only problem is, once the popup opens, my WBT goes to a page that says [object] and thats it. I am uploading two images to show what I have. Can someone help resolve my issue of the WBT going to


