Jump to content

[SOLVED] Javascript and IFRAME


busillis

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.