17 Jan
2001
17 Jan
'01
9:10 p.m.
Olaf Zanger writes:
Dies ist eine mehrteilige Nachricht im MIME-Format. --------------50A0948CB0BC5E6D24A68B18 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Please do not send MIME messages into this list!
Right now we use the following statement to change the language on every page the user is. very neat made by the NFGnav guys. <a href=<dtml-var URL0?ll=de>><font color=yellow>German</font></a>
unfortuanately if the user is on a page with an url like this
http://sino:8080/ipOperate/reports/fac_base_report.htm?fac_id_only=&mod_id_o...
<dtml-unless QUERY_STRING> <dtml-call "REQUEST.set('QUERY_STRING,'')"> </dtml-unless> .... <a href="&dtml-URL0;?&dtml.-QUERY_STRING;&ll=de"> .... </a> Dieter