i have a webpage(vortex page) wherin i am having an iframe which calls an asp page.
<iframe src="$ajax" id="ifr" width="70%" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="z-index:1"></iframe>
I want to fetch this content if possible from javascript and paste it in div. I saw that there was a method getiframes which can do this function. Can you please elaborate?
<iframe src="$ajax" id="ifr" width="70%" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" style="z-index:1"></iframe>
I want to fetch this content if possible from javascript and paste it in div. I saw that there was a method getiframes which can do this function. Can you please elaborate?