G
Guest
Hi to all,
I have this javascript code inside my aspx page, but i would like to change
the value of the variable lunch depending if i click a button in my form. i
dont know if its possible.
Here is the code:
<head>
<script language="javascript">
var lunch=2;
</script>
</head>
I have this javascript code inside my aspx page, but i would like to change
the value of the variable lunch depending if i click a button in my form. i
dont know if its possible.
Here is the code:
<head>
<script language="javascript">
var lunch=2;
</script>
</head>