Hi guys
My issue seems straight forward enough but I can’t seem to find a solution anywhere so I fear it’s no possible. Anyway, here goes…
I basically have the following script (classic asp)
<%
width = “200”
height = “400”
%>
What I need is for my page to display which of the two, width or height, has the lowest value. The values will dynamically change from time to time dependant on other factor. So, in the above example it would be the width, with a value of “200”, is the lowest. However, what I need to display on my page is the word “height” or “width” on my page. So, the display on my page, for the above example, would simply read:
width
Is this at all possible? and if so, then how it is done in classic asp? Any help would be fully appreciated.
Best regards
Rod from the UK