Hallo, ich habe folgenden Script
<script language="javascript">pi=parent.info; pid=pi.document; if(!pi.cell){pi.cell = pid.createElement("td"); pi.link = pid.createElement("a"); pi.link.setAttribute("target", "_blank"); pi.link.setAttribute("href", "
http://www.Brause-Junior.net/WebSite/Ch ... _Menue.php"); pi.img = pid.createElement("img"); pi.img.setAttribute("src", "Bild-Url"); pi.img.style.border=0; pi.link.appendChild(pi.img); pi.cell.appendChild(pi.link); pid.getElementsByTagName("tr")[0].appendChild(pi.cell);}</script>
und dazu Fragen:
Wie bekomme ich es als Link ins Eingabeframe? (Wenn ich es normal als Link mache, kann es jeder lesen)
Wie kann ich es notfalls zum Buttonmachen, den "normalen"?
Wie mache ich es, dass es sich im Popup öffnet?
Sorry das es 3 Fragen sind und nicht immer nur eine..