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 Chris Miller 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. asealy

    onreadystatechange NOT working in IE!!!!

    hi. thanks for the info. i think my script already does that. here's the whole thing: var loadedobjects="" var rootdomain="http://"+window.location.hostname var page_request = false; function ajaxpage(url, containerid){ var page_request = false if (window.XMLHttpRequest) // if Mozilla, Safari...
  2. 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...
  3. asealy

    simulate a key press

    i'm trying to get around this flash double click thing and all the solutions i have tried are not working. i'm not sure if it's because the flash is in an xsl sheet but nothing seems to work so i thought if i could simulate the key press then it may bypass it. this is the flash in my document...
  4. asealy

    simulate a key press

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

    select onchange

    thanks a lot dan, i'll give that a go. thanks for your time. i won't bother you further
  6. asealy

    select onchange

    mr snake. you again. why is it that you love butting in?? it's a personal project. i ain't getting paid for it. just trying to learn by giving myself a project
  7. asealy

    select onchange

    thanks alot. i got that script off the internet. don't understand any of it. i'm gonna be a little bit cheeky now :-) if and only if you have a little spare time, any chance you can write it for me?? i really ain't got a clue how to write it. i'm a complete novice. i just know what i want but...
  8. 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...
  9. asealy

    Text link submit of multiple fields

    good morning guys. you lot are geniouses. its amazing how something so small can bring the desired results. i removed one of the id tags and it worked fine. thanks sooooooo much. i may need your help again soon. :)
  10. asealy

    Text link submit of multiple fields

    ok. here is the section i need done. unfortunately you have to log in to the site and i really dont wanna put those details here. <!-- BLEED ----------------------> <table width="700" border="0" cellspacing="0" cellpadding="0"> <tr valign="top"> <td><a name="bleed"></a>...
  11. asealy

    Text link submit of multiple fields

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Love Europe (beta) SuperAdmin</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta name="keywords" content="#"> <meta name="description"...
  12. asealy

    Text link submit of multiple fields

    no probs snake. dan sorry about that. i just realised i pasted the wrong part. let me explain. i have a hand coded form called addBleed that uses that link. this works fine. that's that the part i posted. directly beneath it i have another form that draws from the database. there is an input...
  13. asealy

    Text link submit of multiple fields

    maybe i didn't communicate it properly but at no time did i say he was incapable. so lets not get that confused. i didn't come here to down talk anybodies capabilities. only to seek advise. so i say to billyray if you're still reading sorry for wasting your time if my communication with you...
  14. asealy

    Text link submit of multiple fields

    it aint rude. i posted it here coz the only way i know to make a submit link with text is via javascript. i thought my javascript may be wrong so i seek expert advise. isn't that the point of a forum. to seek advise??? he took the time to look but couldn't help me how i needed him to and i...
  15. asealy

    Text link submit of multiple fields

    probably but this is a really big database site and i need to get it working the way i have explained it. i appreciate your time. thanks a lot
  16. asealy

    Text link submit of multiple fields

    this is the form <form method="POST" action="<?php echo $editFormAction; ?>" name="updateBleed" id="updateBleed"> <td width="150" height="30" style="padding-right: 5px;"> <input name="hiddenField" type="hidden" value="<?php echo $row_rsBleed['blID']; ?>"> <input name="updateBleed" type="text"...
  17. asealy

    Text link submit of multiple fields

    thanks for your reply. i have already implemented your suggested code and it submits. the problem i am having now is that all it does is refresh the page and not effect the state of the data. if i use an ordinary submit button it works perfectly. any suggestions??
  18. 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