http://www.dyn-web.com/tutorials/iframes/
Thanks SagarP http://www.emanonsolutions.net http://emanonsolutions.blogspot.com/
Life is a Race Thanks & Regards By Sabari Mahesh P M
// Parameter details // t = target page // target = div id under which iframe will be placed function OpenMagicFunctionPage(t, target) { var iframeHTML = ''; if (isObject(document.getElementById('FramMe1s')) == null) //if first time then create object { var vHide = '<p align="right" style="margin-top:0pt;margin-bottom:0pt;background-color: #FFFF00"><a href="javascript:hideMagicLink()"><b>X </b></a></p>'; iframeHTML='<iframe id="FramMe1s" border="0" frameborder="0" marginwidth="0" marginheight="0" style="width:500;height:400;overflow:auto;"></iframe>'; document.getElementById(target).innerHTML += vHide + iframeHTML; } if (parent.document.getElementById(target).style.display=='none') { parent.FramMe1s.location.replace(t); parent.document.getElementById(target).style.display=''; } else { parent.document.getElementById(target).style.display='none'; } }
Regards, Raja, USA
Login to post response