- gaveyomAmateur
- Posts : 38
Join date : 2011-07-13
how to get links present in iframe
Thu Dec 01, 2011 4:18 pm
Hi All,
how to get the links present in the iframe
this iframe is generating dynamically at run time
below is the html code regarding iframe
please let me know how to get the links from iframe
how to get the links present in the iframe
this iframe is generating dynamically at run time
below is the html code regarding iframe
- Code:
*************************************************************************************************
<iframe id="I1" name="I1" class="Myframe" width="100%" frameborder="0" >
Your browser does not support inline frames or is currently configured not to display inline frames.
</iframe>
<script type="text/javascript" language="javascript">
parent.window.document.getElementById("I1").height = document.body.offsetHeight-4;
I1.location.href= getParameter('/DirectoryManager/Web/Maine_report/DTHome.aspx');
</script>
*************************************************************************************************
please let me know how to get the links from iframe
Permissions in this forum:
You cannot reply to topics in this forum