Search results

  1. M

    Where Can I Find Pawn Shop Law Links?

    Can anyone please provide me with some links pertaining to either Federal of New York State pawn shop regulatory laws? Thank you.
  2. M

    Linking HTML pages together that are stored locally?

    I currently have four HTML pages stored locally on my computer. I have tried linking them together using <input type="button" value="Product Description" onclick="window.location='C:FILEPATH'"> It says Firefox does not recognize (c) as a protocol. I simply need the pages to link together...
  3. M

    Reading JavaScript Variables into An Html Table?

    lets say I had the following piece of code: var test; if(condition = true){ test++ }; <table><tr><td>DISPLAY CONTENTS OF VARIABLE TEST</td></tr></table> any idea?
  4. M

    Variables Inside a Table (HTML)?

    How do I put a variable inside a table cell? For example, <table> <tr> <td>DISPLAY CONTENTS OF VARIABLE</td> </tr> </table> tyvm
Back
Top