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

  • Users: FlavioLeo
  • Order by date
  1. FlavioLeo

    Hide data

    The DIV tags is used this way: <div name=&quot;rrr&quot; id=&quot;iii&quot; style.display=&quot;none&quot;> <table> </table> </div> I hope help you a litle
  2. FlavioLeo

    Hide a table

    You need encapsulate the table into the <div></div> and make this object Hidden, this eliminate the gap on the page.
  3. FlavioLeo

    Hide data

    MaddogC, This control is efective on client-side via JavaScript, for example. You need create a <div name=&quot;something&quot; style='display:none'></div>, This keep the object hidden then your user to changes the drop down, in this case call the function on Java script that change the style of...
  4. FlavioLeo

    isnumeric in vbscript

    First: Sorry for my english, because i am a brasilian. I tested your problem and I have a answer for you. When you declare or not a variable in VBScript it is considered a variant type then it have any kide of value and if you atributed a value like a123, it is considered a numeric value but if...

Part and Inventory Search

Back
Top