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

  1. ajefferies

    JavaScript submitting a form twice

    I have a problem with a JavaScript function submitting a form twice. It looks like: <a href=&quot;javascript:parent.frames['fn'].submitFunction();&quot;> <img src=&quot;/image.gif&quot; border=&quot;0&quot;> submit </a> submitFunction() validates and submits a form. What actually happens...
  2. ajefferies

    Button as a hypertext link - formatting problems.

    I was hoping not to use graphics: I'd have to update all my buttons to graphics as different platforms render buttons differently, and I'd have to add more javascript to emulate pressing the button. Cheers,
  3. ajefferies

    SELECT tag in Netscape

    Works in NS4.72 under windoze. Maybe it's getting confused somewhere else. Try closing the <font> tag, closing the <option> tags, or maybe even using &quot; instead of '.
  4. ajefferies

    Button as a hypertext link - formatting problems.

    This seems like a very simple question. I want to turn a link into a button. The link points to myUrl, where myUrl contains form parameters eg. http://some.place/page?id=2. The link: <br> <a href=&quot;myUrl&quot;>Go!</a> <br> works no problem. My first attempt at a button: <input...

Part and Inventory Search

Back
Top