Javascript

  • Thread starter Thread starter LM
  • Start date Start date
L

LM

I'm trying to run javascript which detect the clients
screen size and store the value into session to use in
different pages. How can I assign the value from
javascript into VB variables? I found out many examples
of opposite case, but I couldn't find out from javascript
to vb.

Does anyone know how to do it?

Thanks,
LM
 
HI LM,

I do not know if you talk about VB script or VB.net. Because that you write
variables I think that it is VB.script.

With VB.net when you want to do it simple you can do it with a hidden
textbox.
This should go with VB.script also with a hidden input control.

I have never done that, but I think it should go.

However when this is about VB script you better can have next time a look in
a newsgroup more properiate for that. This newsgroup is for VB.net

I hope this helps?

Cor
 
Back
Top