File "action.php"

Full Path: /home/analogde/www/Prog/Serrure/action.php
File size: 247 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
echo '<b>'.$_GET['id1'].'</b>';
?>

<script type="text/JavaScript">
function clavier (valeur) {
document.forms["changer"].elements["<?=$_GET['id1'];?>"].value=document.forms["changer"].elements["<?=$_GET['id1'];?>"].value+valeur;
}
</script>