I haven't been asking for one thing and then another. My problem has always been trying to get a graphic resized based on the screen resolution.
It seems nobody understands what my problem is, which is why I have responded with posts to help clarify what I am trying to do.
The reason why I...
How about this... Here's the script that runs a slideshow graphic. This is the graphic that needs to have the size adjusted based on the width of the screen. How can I modify this script to resize the image appropriately based on screen resolution?
<!--
//...
That script tells me the size of the picture, which I already know... I need to be get the screen size so I can resize the picture appropriately.
For example, the pic is 640x480. The person's screen is 800px wide, but there are 2 columns that need to be accounted for, say 200px each. So I...
Here's what I'm trying to do, if it'll help everyone. I'm trying to determine how big a graphic needs to be in order to fill a particular space. Now, by using JS I'll check the width of the user's screen, which I would like to pass to an ASP page, which will then do the calculation as to the...
How can I pass a variable in JavaScript to a variable in ASP? For example, in JavaScript, I'm setting a variable to screen.width.... how can I then pass that value to a variable in ASP?
-Mark
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.