I have some code here that loads an external page and of course replaces the body and it's contents. Which is fine except the body tag has some attributes I'd like to retrieve that are embedded in the tag not by .css. I can't change the pages because there are thousands of them. Any suggestions would be helpful.
code to load page:
$(document).ready(function() {
$('[id=Page]').load($(JQCurrentPagelink).val(), function() {
});
sample body tag:
<body background="/Image/ReviewFade02.jpg" leftmargin="20" topmargin="20" marginwidth="20" marginheight="20">