Thread Modul CGI.pm (4 answers)
Opened by Alter at 2008-04-18 19:53

Alter
 2008-04-19 15:45
#108558 #108558
User since
2008-02-27
67 Artikel
BenutzerIn
[default_avatar]
Ok ich habe es gestern Abend noch hin bekekommen. War einfach zu unübersichtlich geschrieben von mir.

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$html->div(
{-class=>'menu'},
$html->li(
$html->a(
{-href=>"javascript:void(0);",
-onmouseover=>"montre('smenu1');",
-onmouseout=>"cache('smenu1');"},
'News'),
$html->ul(
{-id=>"smenu1",
-onmouseover=>"montre('smenu1');",
-onmouseout=>"cache('smenu1');"},
$html->li(
$html->a(
{-href=>'news_cgi.pl'},
'News'),
),
),
),

So geht es nun. Vielen Dank.
The only way to survive! Before and after the year 2000, 3000, 4000, ... and tomorrow, too! Linux forever

View full thread Modul CGI.pm