phpbar.de logo

Mailinglisten-Archive

[php] php statt java - script

[php] php statt java - script

dmitri_(at)_vinogradov.com dmitri_(at)_vinogradov.com
Tue, 6 Jun 2000 17:11:36 GMT


This is a multi-part message in MIME format.
----------960311496
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

> ich moechte gerne diesen java-script-teil durch einen 
> aufruf mit php-befehlen in functions ersetzen.
> 
> <script>
>         top.location.href="../../checkin.php?user=<%echo strtoupper ($benid)%>";
> </script>
> 

$benid=strtoupper($benid);
echo "<script>top.location.href=\"../../checkin.php?user=$benid\";</script>";

MFG 
Dmitri
----------960311496--


php::bar PHP Wiki   -   Listenarchive