/    Sign up×
Community /Pin to ProfileBookmark

[B]Hi![/B]
[B]i Have a table with columns and i have a textbox. i want when i type in the textbox, the text i type types in the column. how i do?
help me. ? [/B]

[CODE]
<html>

<head>
<meta http-equiv=”Content-Language” content=”sv”>
<meta http-equiv=”Content-Type” content=”text/html; charset=windows-1252″>
<title>Ny sida 2</title>
<script>
kk1.innerHTML = k1.value
</script>
</head>

<body>

<form name=”myttool”>
<p>Bakgrund färg :<select size=”1″ name=”fpmb”>
<option value=”#ffffff” selected>Vit</option>
<option value=”#ff0000″>Röd</option>
<option value=”#ffff00″>Gul</option>
<option value=”#0000ff”>Blå</option>
<option value=”#000000″>Svart</option>
</select></p>
<p>kolumn 1:<input type=”text” name=”k1″ size=”13″>&nbsp;&nbsp;&nbsp; kolumn
2:<input type=”text” name=”k2″ size=”13″>&nbsp;&nbsp;&nbsp; kolumn 3:
<input type=”text” name=”k3″ size=”18″>&nbsp;&nbsp;&nbsp; kolumn 4:<input type=”text” name=”k4″ size=”18″></p>
</form>
<p>Menu:</p>
<table border=”1″ width=”100%” id=”table1″>
<tr>
<td id=”kk1″>&nbsp;</td>
<td id=”kk2″>&nbsp;</td>
<td id=”kk3″>&nbsp;</td>
<td id=”kk4″>&nbsp;</td>
<td id=”kk5″>&nbsp;</td>
</tr>
</table>

</body>

</html>
[/CODE]

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@KravvitzSep 03.2005 — Why do you want to do that? Any changes you make like that will not be made to the copy on the server, unless you submit the form and make the changes with a server-side script or use AJAX.

[url=http://www.google.com/search?q=JavaScript+function+%7Etutorial]You need to use a function. Read some oe these pages.[/url]
×

Success!

Help @feras_wilson spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...