Beitrag von Claus (4645 Beiträge) am Sonntag, 21.August.2005, 10:17.
Re: Link nur in Detailansicht - if ???
Hallo Barbara,
so:
<perl>
if ($cmd eq "all")
{
out"<a href='http://www.domain/cgi-bin/baseportal.pl?htx=/Template&cmd=all&Id==$_id>HIER KLICKEN</a>";
}
</perl>
statt:
if (cmd=all)
{
out"<a href='http://www.domain/cgi-bin/baseportal.pl?htx=/Template&cmd=all&Id==$_id>HIER KLICKEN</a>";
}
Gruß
Claus
Beitrag von Barbara (59 Beiträge) am Sonntag, 21.August.2005, 12:07.
Re: Link nur in Detailansicht - if ???
Danke Claus!
Zumindest war ich auf dem richtigen weg.
LG
Barbara