Twitter iPhone pliant OnePlus 11 PS5 Disney+ Orange Livebox Windows 11

Action script

1 réponse
Avatar
Winch
Bonjour,

J'ai un champ recherche qui s'écrit comme ça en html :

<form name="form1" method="get"
action="http://www.site.eu/recherche/search.php">
<span class="accueil">Recherche</span>
<input type="text" name="zoom_query" size="12" />

<input type="image" src="images2/loupe.gif" alt="Submit" border="0">
</form>

Je tente de faire la même chose sur un fichier Flash et ça ne marche pas :

Un champ texte var : zoom_query
Un bouton : on (release) {
getURL("http://www.site.eu/recherche/search.php");
trace(_root.zoom_query);
}

1 réponse

Avatar
Winch