Is it possible to give link to buzilla login page from our own openlayers map? Like by using iframe button is it possible to link ?
var html = "<div class=iframelink ><iframe id=bugfile style='display:none' src='https://bugzilla.mozilla.org/enter_bug.cgi'></iframe></div>";
$(html).appendTo(body);
Is this code correct?