PDA

View Full Version : Window size - extended information popup


Moses
20-Jul-2004, 08:24 PM
Does anyone have experience of customising the popup window used for the Extended Information in such a way that it opens up to a particular size and with a centralised image?

If you click on the image here you will see what I mean: http://www.blinkred.com/gallery/product.asp?product%5Fid=3551

I have the javasript that does this on my current site which I am trying to replicate but it does not seem to work in Actinic. I am on version 7.

Many thanks for any assistance.

Krithika
22-Jul-2004, 11:08 AM
Hi Moses

You can take a look at the Advanced User Guide (Word Version), Page No. 40, which deals with customising Pop-up windows.

If you do not have the User Guide, you can download it from here (http://www.actinic.co.uk/support/downloads.htm).

Please be sure to download the "Zipped Word Format 0.9MB".

Hope this helps.

Cheers

Moses
25-Jul-2004, 11:18 AM
Many thanks but I have tried following the instructions on page 40 - I can get the window to open larger but I cannot get the effect on the site I mentioned i.e with the image opening up centralised.

The code in my existing site which I am tryuing to replicate in Actinic is below. One of you colleagues tried to get it to work but could not so suggested I ask the Community.

This is the code I believe:

<script language="JavaScript">

<!-- hide this script from non-javascript-enabled browsers

function popup(URL) {
window.open(URL,"Zoom","width=420,height=300,toolbar=0,status=0,resizable=0,menubar=0,scrollbars=0");
}
// stop hiding -->
</script>

Krithika
28-Jul-2004, 05:36 PM
Hi Diane

Please take a look at this thread (http://community.actinic.com/showthread.php?t=8425) which provides a workaround for this.

Hope this helps.

Cheers