PDA

View Full Version : Pop up window


aviator123
04-Jul-2003, 11:15 PM
Ref: The popup page created from the 'Extended Information' tab

I'd like to insert a java box containing a 3d object into the pop up window, I got it to work by pasting in the box to the HTML pop up page online and offline, but when I update the store it replaces the pop up windows with out the inserted box.

How can I get around it to keep the customized popup windows?

Thanks

NormanRouxel
05-Jul-2003, 08:01 AM
Put your APPLET code in the description field of the popup item. You have to surround it with !!< and >!! in order for Actinic to recognise that you want some custom HTML in there. That will get your code onto the live page.

You may also need to add the Java files to the list in Advanced / Additional Files.

Norman