posting back javascript data
Hi,
I have a webpage that fires off a JavaScript function. This
function can create a javascript array of strings ( ie
a simple list).
When a postback event is then fired - is it possible to send
back this javascript data so that I can pick it up on the
server side ? If so - how ? Or have I gone off track with the
'best practice' on design and is there a more professional way ?
Cheers
Chas.
|