Maybe, but as the article explains, the scientist responsible for the new theory believes Einstein was wrong to assume that matter can be infinitely condensed.
if i used this code to retrieve a form's elements and values, would i be able to split it down into (in this case) a 2 dimensional array? if so, how? :D
Yea like I said simora, I thought you only wanted to know how to put 2 values into 1 selection box (hence the title) request.form gives you all the values from your elements. But you're not asking...
first of all, are you retireving the data from the db ok? test this by looping through all the fields in your recordset. e.g. 'for each x in myrecordset.fields response.write x.name next'
thanks for that Declan, it works fine. I didnt realise it wasn't natively possible to hide elements by class name without using some kind of function until after i'd posted.
I'm trying to make the 'report' selection box show/hide other selection boxes using the class. (in this example i want it to hide the 'client' selecter...