OZNACENIE TEXTU

ID
NAZOV SKRIPTU:
POPIS CINNOSTI:
DLZKA:
TESTOVANE POD:

 

054
p054.html / p054.zip
Po stlaceni tlacitka oznaci text vo formularovom riadku
285b
NN 4.01, IE 4.0

UKAZKA

Zdrojovy tvar:

<html>
<
head>
<
title>
JavaScript DESTINATION - P054
<
/title>
<
/head>
<
BODY>
<
form name=selectSelect>
<
input type="text" name="a" value="0965/275 04">
<
br>
<
input type="button" value="Oznacenie" onClick="this.form.a.focus();this.form.a.select();">
<
/form>
<
/body>
<
/html>
[ Navrat ]