Siam2Advance Blog :

Web Programmer and Developer

Jun
13

Code สำหรับ ทำ Iframe Expand

Posted by Mr. Suriya

var md_width=728;
var md_height=300;
var md_iframeID=’ads_topbanner_if’;
var mydoc=parent.document;
mydoc.getElementById(md_iframeID).allowTransparency = “true”;
mydoc.getElementById(md_iframeID).style.width = md_width;
mydoc.getElementById(md_iframeID).style.height = md_height;
mydoc.getElementById(md_iframeID).style.position = “absolute”;
mydoc.getElementById(md_iframeID).style.zIndex = 1;

?BODY leftmargin=”0″ topmargin=”0″ marginwidth=”0″ marginheight=”0″ style=”background-color:#000000″

  1. Alex Said,

    Your blog is interesting!

    Keep up the good work!

Add A Comment