Javascript

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
 
C

Cor

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top