Open a link with new window or popup

  • Posts: 75
  • Thank you received: 1
12 years 9 months ago #47603

Hi,

I am trying to open with a link a new window. I tried with target="_blank", but sucess.
Please help with a short correction.

Thank you.



<?php
echo "<span class=\"my_custom_class\" \">
Preis inkl. 19% MwSt
<a
style=\"font-weight:normal;text-decoration:underline;color:blue;\"
href=\"//plexiglas-dekoshop.de/index.php?option=com_content&view=article&id=73&Itemid=550&lang=de\">
zzgl. Versandkosten
</a>
</span>"
?>

Please Log in or Create an account to join the conversation.

  • Posts: 83103
  • Thank you received: 13418
  • MODERATOR
12 years 9 months ago #47778

You should do like that:

<?php
echo "<span class=\"my_custom_class\" >
Preis inkl. 19% MwSt
<a 
style=\"font-weight:normal;text-decoration:underline;color:blue;\" target=\"_blank\"
href=\"http://plexiglas-dekoshop.de/index.php?option=com_content&view=article&id=73&Itemid=550&lang=de\">
zzgl. Versandkosten
</a> 
</span>";
?>

Please Log in or Create an account to join the conversation.

  • Posts: 75
  • Thank you received: 1
12 years 9 months ago #47821

Thank you.

Please Log in or Create an account to join the conversation.

Time to create page: 0.059 seconds
Powered by Kunena Forum