J
John Cosmas
In the old form of ASP when code was executed all on one single page, I was
able to set a value into a variable and use it all over the page like this -
<% pvntDate = Date() %>
<input type="button" ID="btnTest" onclick="window.open('test.asp?mydate=<% =
pvntDate %>')">
I would like to reproduce this from the server side in the new .NET
implementation so I could pass the date value into the client side of the
page as it appear in the example above. Please help...
TIA
John
able to set a value into a variable and use it all over the page like this -
<% pvntDate = Date() %>
<input type="button" ID="btnTest" onclick="window.open('test.asp?mydate=<% =
pvntDate %>')">
I would like to reproduce this from the server side in the new .NET
implementation so I could pass the date value into the client side of the
page as it appear in the example above. Please help...
TIA
John