busillis Posted January 6, 2009 Share Posted January 6, 2009 Getting back: "Error: document.all is undefined Source File: file:xyz.html Line: 87" <a href="javascript:void(0)" id="GlossaryDivTarget" title="title" onclick="javascript:doShowDiv(this,'GlossaryDiv',350,0,-20,'bkg',false, 'changepassword.html')">click here for popup</a> <div id="GlossaryDiv" class="csspopup"> <p>This is popup dialog content <iframe id="dialogContent"></iframe></p> <p><a href="javascript:void(0)" onclick="javascript:doCloseAll()">close popup</a></p> </div> function doShowDiv(actionLink, divId, width, xpos, ypos, closediv, abspos, page) { //scrollTo(0,0); document.getElementById(divId).style.width = width + 'px'; document.all.dialogContent.src=page; ... Any ideas, really not with it today. I blame the new year... ??? Link to comment https://forums.phpfreaks.com/topic/139663-solved-javascript-and-iframe/ Share on other sites More sharing options...
busillis Posted January 6, 2009 Author Share Posted January 6, 2009 Used frames['testiframe'].location.href and addded "name" attribute to the iframe. Link to comment https://forums.phpfreaks.com/topic/139663-solved-javascript-and-iframe/#findComment-730736 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.