Targeting an Ifram is it possible ???

HI i was wondering....<br />
<br />
can i target a Iframe><div class="posttop"><div class="username">petervazed</div><div class="date">11-27-2002, 08:56 AM</div></div><div class="posttext">You have to give the iframe a name,<br />
like an ordinary frame has a name.<br />
<IFRAME name="een" src= <!-- m --><a class="postlink" href="http://www.htmlforums.com/archive/index.php/">http://www.htmlforums.com/archive/index.php/</a><!-- m -->"iframe-insert.html"<br />
width= "380"<br />
height= "120"<br />
scrolling= "auto"<br />
frameborder= "1"<br />
><br />
[Je gebruikerstoepassing ondersteund geen inline frames of is<br />
momenteel ingesteld om geen frames weer te geven. Echter kun je <br />
het betreffende document zien op:<br />
<A href=http://www.htmlforums.com/archive/index.php/"iframe-insert.html">het document.</A><br />
</IFRAME><br />
<br />
And the link<br />
<A target=een href=http://www.htmlforums.com/archive/index.php/"page2.htm"> link2 </a><br />
<br />
:rocker:<!--content-->hi rene<br />
<br />
there are two ways of looking at this:<br />
<br />
1. any links within the iframe will open inside by default.<br />
<br />
2. iframes can be given a name, and the target attribute in the link will tell the browser where to load the next page.<br />
<br />
<br />
<br />
iframe code:<br />
<iframe src=http://www.htmlforums.com/archive/index.php/"first.html" name="view">Alternative Text</iframe><br />
<br />
link code (outside the iframe):<br />
<a href=http://www.htmlforums.com/archive/index.php/"second.html" target="view">Click Here</a><br />
<br />
<br />
for more about targets and frames look at:<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlhelp.com/reference/html40/values.html#frametarget">http://www.htmlhelp.com/reference/html4 ... rametarget</a><!-- m --> <br />
<br />
hope this is okay for you,<br />
<br />
HK<!--content-->Thanks guy纾
 
Back
Top