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 bkrike 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: *

  • Users: cedivad
  • Content: Threads
  • Order by date
  1. cedivad

    Types of buttons

    Hi, can I set the type of a button to the reset type and viceversa? I need to reset to blank a text field value, since the default value is not blank. function clearDefaultValues(){ document.forms[0]['Clear '].type="button"; var field = document.getElementById('confirmPassword')...
  2. cedivad

    frameSet resize

    i've a structure of this type: <html> <head> <META http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=UTF-8&quot;> </head> <frameset frameborder=&quot;no&quot; id=&quot;topFrameSet&quot; rows=&quot;79,*&quot;> <frame marginheight=&quot;0&quot; marginwidth=&quot;0&quot...
  3. cedivad

    simulate the resize of a table

    I've a serious question to you. In the same way as it happens with frames it's possible to simulate the resize of a table??? for me it's a required the compatibilty only with IE>=5,5 && NS 6 ||>
  4. cedivad

    simulate the resize of a table

    I've a serious question to you. It's possible to simulate the resize of a table in the same way as it happens with frames for me it's a required the compatibilty only with IE>=5,5 && NS 6 ||>
  5. cedivad

    Hi friend sorry for my orrible Engl

    Hi friend sorry for my orrible English language. I've a serious question to you. It's possible to simulate the resize of a table in the same way as it happens with frames for me it's a required the compatibilty only with IE>=5,5 && NS 6 ||>
  6. cedivad

    Image help

    can i know the effective download size of a image in a webPage?
  7. cedivad

    KEYS DISABLE

    HI FRIENDS CAN I DISABLE THE F5 KEYS FUNCTION WITH NETSCAPE 6??? AND CTRL-N FUNCTION KEYS???

Part and Inventory Search

Back
Top