Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. daveyboi

    Select tags in layers problem...

    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...
  2. daveyboi

    Pop up problem

    <SCRIPT> function popUp1(URL1) { New1 = open(URL1 , &quot;New1&quot;, &quot;toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=240,left=0,top=0&quot;); } </SCRIPT> ??
  3. daveyboi

    Kick off JavaScript with CSS?

    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...
  4. daveyboi

    Stop form reseting when submited

    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=&quot;valueOne&quot;>valueOne <option value=&quot;valueTwo&quot;>valueTwo </select> <input type=submit> </form> ..that submits fine, but if the...

Part and Inventory Search

Back
Top