P
philin007
Hi ,
I have the following javascript codes:
******************************************
<script language="JavaScript">
<!--
....
.....
if (nextRow >5)
{
<%Session("txtTotal")=%> = nextRow;
for (var i=1; i<NewTotalRow; i++) {
<%
'session("txtBeginDT" & i) =
'session("txtEndDT" & i) = %>
}
}
....
....
// -->
</script>
******************************************
Does any one know if we can assign a javascript value to a asp session
variable?
eg [<%Session("txtTotal")=%> = nextRow; ]
is this correct ?
regards
philin
I have the following javascript codes:
******************************************
<script language="JavaScript">
<!--
....
.....
if (nextRow >5)
{
<%Session("txtTotal")=%> = nextRow;
for (var i=1; i<NewTotalRow; i++) {
<%
'session("txtBeginDT" & i) =
'session("txtEndDT" & i) = %>
}
}
....
....
// -->
</script>
******************************************
Does any one know if we can assign a javascript value to a asp session
variable?
eg [<%Session("txtTotal")=%> = nextRow; ]
is this correct ?
regards
philin