using iframe from one particular page the entire content of the url provided in the iframe src attribute will be displayed by default from the top left
my question is, is it possible to show a specific content area in the url provided of the iframe so that content at a specific location will only be shown instead of the top left by default
for example is there is a specific element in the target page that is being shown using an iframe tag, ex=<div id="content"></div>
in the iframe tag can this be used or is there any other way
HTML Code:
<iframe src="page.html#content" width="900" height="300" scrolling="no" frameborder="0"></iframe>
please advice
thanks
Last edited by chrishirst; 10-02-2010 at 05:00 AM..
|