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

    onreadystatechange NOT working in IE!!!!

    hello. i have a script that loads content into a div. it works in firefox but not IE. i have debugged and determined where it stops working, i just don't know why it ain't working. here is the code: function ajaxpage(url, containerid){ var page_request = false if (window.XMLHttpRequest) // if...
  2. asealy

    simulate a key press

    hi, does anybody know how to simulate a spacebar being pressed when the page has loaded? thanks
  3. asealy

    select onchange

    hi, i need to make a select statement show more fields depending on what i have selected. what it's supposed to do is show or hide a div depending on selection here is the javascript ---------------------------- <script language=javascript type='text/javascript'> function hideRent() { if...
  4. asealy

    Text link submit of multiple fields

    hi, i have a form that is creating fields from a database. each field has an update and delete button. neither of these buttons will submit. i used this code: <a href="javascript:document.addBleed.submit()" class="button">Add</a> as can be seen i am using a text link. this is a requirement...

Part and Inventory Search

Back
Top