After Work
Old Town Social
in Chicago, on North Ave, near Cleveland. Great selection of tap beers.
Kyoto Sushi
in Chicago, on Lincoln Ave.
Moody's Pub
in Chicago, has great burgers
Skylark
in Chicago, on Halsted .. excellent beer selection!
|
Javascript
»
Methods
»
Coding
»
Incrementing a counter within an edit field
<script language="javascript">
<!--
var count7=0
function f_count ()
{
count7 ++ ;
document.frm_main.sle_count.value = count7 ;
}
// -->
</script>
<form name="frm_main">
<h4>Example 1: Incrementing a counter within an edit field</h4>
<input type="button" value="Count" name="cb_count" onclick="f_count()">
<input type="text" name="sle_count" value="0000">
</form>
|
|
|
Get the latest Rocket99 news and tech tips via
|