\[code\]<html> <head></head> <body> <iframe id="num1" src="http://stackoverflow.com/idk"> <html> <head></head> <body> <iframe id="num2" src="http://stackoverflow.com/idk2"> <html> <head></head> <body> <div id="div1"> <div id="div2"> <a href="http://www.blablabla.com"></a> </div> </div> </body> </html> </iframe> </body> </html> </body> </html>\[/code\]my question is - How do I get the href attribute of the a tag inside those two iframes and two divs with javascript or jquery, i prefer JS. (ex:"http://www.blablabla.com").