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 TouchToneTommy 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: Sam6284
  • Content: Threads
  • Order by date
  1. Sam6284

    bottom-border and <tr>

    I've ruled out browser/PC problems because I just tested an example from an earlier post on this site (&quot;Can you place a class on a row - 10/30/03) which worked fine. I get a bottom-border when I set the <td> class attribute but not so with <tr>. Does anyone see my error? <html>...
  2. Sam6284

    Convert a line of VBA to JS

    I'm just learning JS. I've been able to convert all but a few lines of the original code. Can anyone help? Many thanks. function ValidatePW(f) { var decryptedPW = f.ApprovalPassword.value var offPW = f.OfficerPW.value; var mgrPW = f.ManagerPW.value; var pw = &quot;&quot;; var i...
  3. Sam6284

    Thoughts on handling large quantities of text.

    I've been asked to create an online survey with 5 <textarea> elements. I need to plan for the response to each question to be a few thousand characters. This is the construct I've used in the past for other elements such as checkboxes or radio buttons: With rs .AddNew...
  4. Sam6284

    Another way to write this piece of validation?

    Yesterday it was a style issue. Today it's radio buttons. I'm shocked to discover such incompatibility exists between IE and NS on what seem to me to be common tasks. The following code performs as expected in IE, but not NS6. In NS6, the function gets called because I get the first alert...
  5. Sam6284

    Using &lt;style&gt;&lt;/style&gt; in Netscape 4x through current

    What does Netscape want/expect An overly simplified illustration of what I'm doing: <head> <style> .Text { font-family: sans-serif; font-size: 10px; } </style> </head> I specify the style using the class attribute: <table> <tr> <td class=&quot;Text&quot;>My Text</td> </tr>...

Part and Inventory Search

Back
Top