Google Answers Logo
View Question
 
Q: CDATA & Changing frames ( No Answer,   1 Comment )
Question  
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!
Answer  
There is no answer at this time.

Comments  
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

Important Disclaimer: Answers and comments provided on Google Answers are general information, and are not intended to substitute for informed professional medical, psychiatric, psychological, tax, legal, investment, accounting, or other professional advice. Google does not endorse, and expressly disclaims liability for any product, manufacturer, distributor, service or service provider mentioned or any opinion expressed in answers or comments. Please read carefully the Google Answers Terms of Service.

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 Answers  


Google Home - Answers FAQ - Terms of Service - Privacy Policy