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... ??? Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.