Link stimmt nicht

Begonnen von trans22, 27 Juni 2005, 17:55:22

⏪ vorheriges - nächstes ⏩

0 Mitglieder und 1 Gast betrachten dieses Thema.

trans22

Hi,

Warum erscheint der Link auf nachfolgendem iframe falsch <a  href="#" usw.? Ist es vielleicht möglich für diesen Link eine eigene Tabellenzelle zu erstellen?

Zitat<?php
if (!defined("mxMainFileLoaded")) die ("You can't access this file directly...");
// right blocks on = 1, off = 0
$index = 0;
include("header.php");

OpenTable();
?>
<a  href="#" title="Kontakt/Offerte/Anfrage" alt="Kontaktformular für Fragen und Offertstellung" onclick=window.open('http://www.shopnet24.ch/s24/modules/Offerte/index.html','site','scrollbars=yes,resizable=yes,right=100,top=100,width=600,height=600')>Kontakt/Offerte</a><br>
<IFRAME width="600" height="1600" scrolling="auto" frameborder="0" name="mxframe" src=http://www.witex.com/products/laminat_kollektion.php?lang=de&kollektion=antica></IFRAME><br>
</center><br>

<?php
CloseTable();
include("footer.php");
?>

Das Resultat ist hier zu sehen:

[/quote]]
Zitat[url="http://www.shopnet24.ch/s24/modules.php?name=W-Antica&tmva=2%7C9%7C"]http://www.shopnet24.ch/s24/modules.php?name=W-Antica&tmva=2|9|[/url]#
[/url]


Thanks Andy

Andi

Moin :)

ich verstehe zwar nicht ganz, was du meinst...

Aber innerhalb des a- und iframe-Tags sollten alle Parameter in doppelte Anführungszeichen gestellt werden. Also auch die URL und das onClick Teil.

Zitat<a  href="#" title="Kontakt/Offerte/Anfrage" alt="Kontaktformular für Fragen und Offertstellung" onclick="window.open('http://www.shopnet24.ch/s24/modules/Offerte/index.html';, 'site','scrollbars=yes,resizable=yes,right=100,top=100,width=600,height=600')">Kontakt/Offerte</a>

<IFRAME width="600" height="1600" scrolling="auto" frameborder="0" name="mxframe" src="http://www.witex.com/products/laminat_kollektion.php?lang=de&kollektion=antica"></IFRAME>

Vielleicht hängt es ja damit zusammen...

ps, für den a-Tag gibt es keinen ALT-Parameter ;)
schön´s Grüssle, Andi