is there a way i can read the property of any alement in my asp page? the property i#m currently trying to read is the value property in this input
ideally i'd like a system that allows me to read it with something along the lines of 'someObjects.MyContent1.value', that could work with al sort of things.
ta
Code:
<input type="hidden" name="MyContent1" value="start value">
ideally i'd like a system that allows me to read it with something along the lines of 'someObjects.MyContent1.value', that could work with al sort of things.
ta