Am trying to develop a mozilla extension. I just need to display an iframe in a popup, but don\'t know how to do this.
My requirement is
Try this code. It executes and showing popup with iframe in it.
framework.xul
cburl.dtd
framework.js
var CbUrl = {
1 : function() {
var toolbar_button = document.getElementById("cburl-button");
document.getElementById("cburl-toolbar-popup").openPopup(
toolbar_button, "bottomcenter topright", 0, 0, false, false);
},
}