Hello all,
First off I don't yet have my site uploaded, so I'm hoping someone can point me in the right direction without having to see the site itself. Sorry.
I've been trying to get this piece of code working but to no avail. It's called highslide and uses JavaScript to pop up a piece of HTML in an iframe.
For some reason it just won't work - I have added the .js file to the javascript functions selector, added the file to "additional files" and followed the instructions to the letter from the highslide readme file.
All I am getting when I preview the page and click the link is the "loading" image. Hovering the mouse over the image brings up javascript:void(0) on the address bar.
Here is the code I have used :
Can anyone spot any obvious mistakes?!
Many thanks in advance.
First off I don't yet have my site uploaded, so I'm hoping someone can point me in the right direction without having to see the site itself. Sorry.
I've been trying to get this piece of code working but to no avail. It's called highslide and uses JavaScript to pop up a piece of HTML in an iframe.
For some reason it just won't work - I have added the .js file to the javascript functions selector, added the file to "additional files" and followed the instructions to the letter from the highslide readme file.
All I am getting when I preview the page and click the link is the "loading" image. Hovering the mouse over the image brings up javascript:void(0) on the address bar.
Here is the code I have used :
<div id="prod_moreinfo"><a href="file:///C:/Documents and Settings/My Documents/Actinic v9/Sites/Site1/delivery-short.htm" onclick="return hs.htmlExpand(this, { objectType: 'iframe' } )">Delivery</a></div>
Many thanks in advance.
Comment