plz help its urgent
-
iam using iframe in that iframe i loaded an html file .now i want the source code of that html page.for this iam using iframe.document.body.innerHTML.for that iam getting only the code from
to
but there was a java script in that page.but iam not getting the fullcode from to .how could be possible
-
iam using iframe in that iframe i loaded an html file .now i want the source code of that html page.for this iam using iframe.document.body.innerHTML.for that iam getting only the code from
to
but there was a java script in that page.but iam not getting the fullcode from to .how could be possible
-
yes sir complete source code of the page which i loaded in the iframe.plz help in this regard
-
yes sir complete source code of the page which i loaded in the iframe.plz help in this regard
-
Tru to use this u will get. function viewSource() { d=window.open(); d.document.open('text/plain').write(document.documentElement.outerHTML); } Devjit Das.
thanks u sir its working.m getting complete source code.
-
thanks u sir its working.m getting complete source code.
sir frame1.document.documentElement.outerHTML the complete code is comming ,but now i want i click a button preview the html page should come how copuld be possible