salve ho creato una pag in html che se uno inserisce i numeri e preme il tasto genera code e va nella pag code.html come faccio? es SetPlayerPos(numeri che ha sclto l'utente);
e non va:
Index.html :
Codice HTML:
<html>
<head>
<center><font size="7">Generator Command</font></font></center><link rel=stylesheet href="non_serve.css" type=text/css>
<script type="text/javascript">
function CambiaColore(colore){
document.body.style.color = colore;
}
</script>
</head>
<br><br><br>
<br><br><h3><font color="#ffffff">Clicca su i pulsanti e questo testo prenderà il colore scelto</font></h3>
<br><br><input type="button" value="Lilla" onclick="CambiaColore('#c29fff'')"><input type="button" value="Rosso" onclick="CambiaColore('red')"><br><input type="button" value="Reset Color" onclick="CambiaColore('black')">
<title>Generator Command</title>
<style type="text/css">
/*----------Text Styles----------*/
.ws6 {font-size: 8px;}
.ws7 {font-size: 9.3px;}
.ws8 {font-size: 11px;}
.ws9 {font-size: 12px;}
.ws10 {font-size: 13px;}
.ws11 {font-size: 15px;}
.ws12 {font-size: 16px;}
.ws14 {font-size: 19px;}
.ws16 {font-size: 21px;}
.ws18 {font-size: 24px;}
.ws20 {font-size: 27px;}
.ws22 {font-size: 29px;}
.ws24 {font-size: 32px;}
.ws26 {font-size: 35px;}
.ws28 {font-size: 37px;}
.ws36 {font-size: 48px;}
.ws48 {font-size: 64px;}
.ws72 {font-size: 96px;}
.wpmd {font-size: 13px;font-family: 'Arial';font-style: normal;font-weight: normal;}
/*----------Para Styles----------*/
DIV,UL,OL /* Left */
{
margin-top: 0px;
margin-bottom: 0px;
}
</style>
</head>
<body>
<div id="text1" style="position:absolute; overflow:hidden; left:144px; top:208px; width:150px; height:90px; z-index:0"><div class="wpmd">
<div>.Coordinate tele:(max.6):</div>
</div></div>
<input name="Genera Code" type="submit" value="Genera Code" style="position:absolute;left:312px;top:253px;z-index:1">
<input name="Coordinate" type="text" maxlength=29 style="position:absolute;width:223px;left:300px;top:206px;z-index:2">
<input name="es:1958.3783, 1343.1572, 15.3746" value="es:1958.3783, 1343.1572, 15.3746" type="text" maxlength=29 style="position:absolute;width:223px;left:298px;top:84px;z-index:3">
<div id="text2" style="position:absolute; overflow:hidden; left:236px; top:87px; width:477px; height:45px; z-index:4"><div class="wpmd">
<div>Esempio:</div>
</div></div>
</body>
</html>
code.html :
Codice HTML:
<html>
<body>
<title>Code</title>
<textarea name="textarea1" style="position:absolute;width:360px;height:225px;left:244px;top:317px;z-index:5">
SetPlayerPos();</textarea>
</body>
</html>
Il problema e che quando clicco su Genera Code non cambia pag e non mette i numeri alla pag code.html e sotto
Codice HTML:
<textarea name="textarea1" style="position:absolute;width:360px;height:225px;left:244px;top:317px;z-index:5">
SetPlayerPos();</textarea>
SetPlayerPos(); non esce niente dentro le ( ) help me