TEST siehe( http://baseportal.de/cgi-bin/baseportal.pl?htx=/bei123/Bestel )
Zugang mit "Demo"+"Demo" oder "test"+"test"
Wie muss denn nun localparams eingesetzt werden, dass weder durch Suchen noch durch Index-Auswahl oder allein durch ein Datail-Aufruf in ener den 2 Datzenbanken
a) weder die Reihenfolge von loop-Ausgaben verändert und
b) noch der [Auswahl]-Link in der jeweils anderen Datei aktiviert wird:
Hier der Code der simplen Seite:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Bestell :: Demo :: </title>
<meta http-equiv="content-type" content="text/html;charset=ISO-8859-1">
<meta http-equiv="content-language" content="de">
<meta http-equiv="Content-Style-Type" content="text/css">
<style type="text/css">
html{background:blue;}
body{background:#ffffff;margin:0 0 0 0}
a:link { text-decoration:underline; color:#000000; }
a:visited { text-decoration:underline; color:#000000; }
a:hover { text-decoration:none; color:#d80000; }
a:active { text-decoration:underline;color:#000000; }
a:focus { text-decoration:underline;color:#d80000; }
#LAYOUT{width:1200px;min-width:1200px;max-width:1200px;margin:auto auto;}
#LEFT{float:left;width:300px;height:500px}
#RIGHT{margin-left:300px;min-width:700px;}
#TOP{background:blue;height:50px;color:#ffffff;text-align:center;padding:2px;font-size:20px}
.marg{margin: 5 5 5 5;background:#f0f0f0}
.fset{padding:5px;background:#ffffff}
legend {font-size:18px;font-weight:bold}
</style>
</head><body>
<div id="TOP">X=$X</div>
<div id="LEFT" style=""><div class="marg">
<fieldset class="fset"><legend style="color:green">User:($_user)</legend>
<a href="$_link&cmd=logout">Abmelden</a>
</fieldset>
<fieldset class="fset"><legend style="color:blue">Loop db=/bei123/Best "defined"</legend>
<loop db=/bei123/Best sort=Katalog Status==!defined localparams=+ >
<a href="$_link&uid=$_user&sid=$_session&X=$_id" >$Katalog</a><br>
</loop>
<hr>
loop Attribute: ( db=/bei123/Best sort=Katalog Status==!defined localparams=+ )
</fieldset>
<fieldset class="fset"><legend style="color:red">Loop db=/bei123/Best "lost"</legend>
<loop db=/bei123/Best sort=Katalog Status==!lost localparams=+ >
<a href="$_link&uid=$_user&sid=$_session&X=$_id" >$Katalog</a><br>
</loop>
<hr>
loop Attribute: ( db=/bei123/Best sort=Katalog Status==!lost localparams=+ )
</fieldset>
<div id="RIGHT" style=""><div class="marg">
<fieldset class="fset"><legend>action db=/bei123/Best</legend>
<do action=all db=/bei123/Best indexfield=Kategorie localparams=+ sort=Status >
action Attribute: ( action=all db=/bei123/Best indexfield=Kategorie localparams=+ sort=Status )
</fieldset>
<fieldset class="fset"><legend>action db=/bei123/user</legend>
<do action=all db="/bei123/user" localparams=+ >
action Attribute: ( action=all db=/bei123/user localparams=+ )
</fieldset>
<div style="clear:left"></div>
<hr>
<center><banner type="banner"></center>
</DIV>
</body>
</html>