|
|
Subject:
CDATA & Changing frames
Category: Computers > Programming Asked by: sidesway-ga List Price: $8.00 |
Posted:
27 May 2006 17:28 PDT
Expires: 26 Jun 2006 17:28 PDT Question ID: 732937 |
Web question: I am using an image viewing Flash application that reads an XML data file. Captions can include CDATA statements, so that I can have a caption be a link to another page, for instance. However I would like it to work so that when you hover over an image and the caption appears, the contents of a frame on my page change. Javascript in the CDATA statement doesn't get interpreted, so I think the only way I can do this is through HTML. IS there a way to use HTML to change a frame target without user input? Thanks! |
|
There is no answer at this time. |
|
Subject:
Re: CDATA & Changing frames
From: hoobas-ga on 31 May 2006 10:45 PDT |
in order to put a link in the html, put this anywhere you want <a href="link" target="_blank">write here anything you want</a> in the target your optins are " _blank , _parent , _self , _top " _blank : for new page _parent : wll open this link in the same window _self : if you are using frame it will open in the same frame _top : will open in the top frame or if you are using frames in your html write your frame name |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |