Hi, i have some absolute positioned draggable layers on a page, they contain controls for changing the page properties, bgColor. fgColor etc....
The layers display property is set to none onmouseout, which is fine.. however, the problem is - they contain the <select> tag, and once you mouseover...
I know of two ways to execute JS with CSS - one being a well known JS injection security exploit - lol
body { background-image: url(JavaScript:runOnLoad()) }
or
body { color:expression(runOnLoad()) }
more on css 'expression' here...
Hi - how could i stop a form from reseting all its values when its action is to the same page?
<form action=blah.asp>
<select name=x>
<option value="valueOne">valueOne
<option value="valueTwo">valueTwo
</select>
<input type=submit>
</form>
..that submits fine, but if the...
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.