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 derfloh 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. logincafe

    butt.attachEvent('onclick',doSomething); Not Working

    Thank you Dan; To get the button to work I inserted this code and it started working! I would like to thank you again for your time and effort... Cheers; Gary var butt = document.createElement("<input type='button' value='X' onclick='doSomething()'/>");
  2. logincafe

    butt.attachEvent('onclick',doSomething); Not Working

    Hi Dan; I have tried FireFox and it does not work in this browser. I do not have a URL for this page but I can send you more code. Thanks Dan for helping me ... I have been working on this problem for a day and a half. Cheers; Gary function setnew_table() { // get the reference...
  3. logincafe

    butt.attachEvent('onclick',doSomething); Not Working

    Still no luck everything appears but when I click on the button nothing happens..... I am using IE6 and IE7 to display. Any other suggestions please.... Thank you! var mycurrent = top.frames['bottomFrame'].document.createElement("td"); var butt =...
  4. logincafe

    butt.attachEvent('onclick',doSomething); Not Working

    Hi everyone; I am trying to attachEvent to a button so when you click on the button it is handled by my function doSomething(). Everything else works except the button when I click it - it does nothing. Any suggestions? var mycurrent =...

Part and Inventory Search

Back
Top