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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by cedivad

  1. cedivad

    Types of buttons

    Thank you. It was very helpful.
  2. 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')...
  3. 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...
  4. 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 ||>
  5. cedivad

    simulate the resize of a table

    it's good but i wont to simulate the risize in the same way as it happens with frames. ex.. ondrag ??? tnx.
  6. 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 ||>
  7. 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 ||>
  8. cedivad

    searching an external file

    <input type=&quot;file&quot;/>
  9. cedivad

    print() method to just print &lt;textarea&gt;

    <script > var valueTx=''; function printValutTx(valTx){ document.write(&quot;u re printing this value&quot;); document.write(&quot;<textarea rows='8' cols='8' style='margin:0;border-top:0; border-left:0; border-right:0; border-bottom:0;overflow:hidden' >&quot;+valTx+&quot...
  10. cedivad

    scrollbar

    why do you not like the scrollTo Method? A solution but not very professionally is This: in the position that you want you insert a form and a input type text with the name that you want to assign. this element must to have a style: width:0;height:0; in the onload...
  11. cedivad

    &lt;DIV&gt; tags and drop down lists

    i dont't speak english language very well and i haven't understand well the problem but if the code is all ok you you need know that in nescape browser wich version is>4 u don't to use layer but getElementById(&quot;id&quot;). I want to be u of help but u need send me the code of question
  12. cedivad

    Can popup and alert co-exist?

    for example? <html> <head> <title>Enter the title of your HTML document here</title> <script language=&quot;javascript&quot;> <!-- function openPippo(){ window.open('Pippo.html'); } --> </script> </head> <body> <p>...
  13. cedivad

    Image help

    can i know the effective download size of a image in a webPage?
  14. 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