Slight problem here...
I'm trying to create a hyperlink from an <IFRAME> that is embedded in the "Product Details" page for a product.
Attached is an screendump of the product page and on the full description section in actinic i have this peice of code..
As you can see within the iframe a seperate HTML page is embedded.
This seperate HTML page has a hyperlink to a "product" page within actinic, i am trying to set it up so that when the hyperlink is selected it will then load up the page. However when i click the link nothing happens...
If you view the code above in a seperate browser window in theory it works because when you click the hyperlink it does load up another page. But when I preview my website in actinic and click the link nothing happens.
How can I get round this?
I'm trying to create a hyperlink from an <IFRAME> that is embedded in the "Product Details" page for a product.
Attached is an screendump of the product page and on the full description section in actinic i have this peice of code..
!!<<br><ul>
<li>20 page document feeder</li>
<li>14.400bps modem speed</li>
<li>199 name dial entries</li>
<li>Caller ID</li>
<li>10 pages per minute copy speed</li>
<li>250 page paper tray</li>
<li>Send/Receive/Print/Save/Forwarding SMS</li>
<li>Zoom function (25% - 400%)</li>
<li>Redial of last 10 numbers</li>
<li>Multi copy up to 99 pages</li>
<li>Alphabetical keyboard</li>
</ul>
<hr align="left" width="95%" size="0" noshade>>!!
!!<<table width="100%" border="0">
<tr>
<td><iFRAME src="http://www.dutchwest.com/accessories/mfp650test.htm" width="100%"
height="200"
scrolling="auto" frameborder="0"></IFRAME></td>
</tr>
</table>>!!
<li>20 page document feeder</li>
<li>14.400bps modem speed</li>
<li>199 name dial entries</li>
<li>Caller ID</li>
<li>10 pages per minute copy speed</li>
<li>250 page paper tray</li>
<li>Send/Receive/Print/Save/Forwarding SMS</li>
<li>Zoom function (25% - 400%)</li>
<li>Redial of last 10 numbers</li>
<li>Multi copy up to 99 pages</li>
<li>Alphabetical keyboard</li>
</ul>
<hr align="left" width="95%" size="0" noshade>>!!
!!<<table width="100%" border="0">
<tr>
<td><iFRAME src="http://www.dutchwest.com/accessories/mfp650test.htm" width="100%"
height="200"
scrolling="auto" frameborder="0"></IFRAME></td>
</tr>
</table>>!!
This seperate HTML page has a hyperlink to a "product" page within actinic, i am trying to set it up so that when the hyperlink is selected it will then load up the page. However when i click the link nothing happens...
If you view the code above in a seperate browser window in theory it works because when you click the hyperlink it does load up another page. But when I preview my website in actinic and click the link nothing happens.
How can I get round this?
Comment