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 Mike Lewis 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. markjohnson123

    Prototype: <form> inside a <table> doesn't work

    I realise it is invalid, but how can I achieve the objective of having a form in each table row, with all the TDs in a column being consistently equal - without being fixed-width?
  2. markjohnson123

    Prototype: <form> inside a <table> doesn't work

    I have been trying Ajax.Request for a form which exists as such: </tr><form><tr><td></td></tr></form><form><tr> and so on.... I have just discovered that Prototype doesn't support a form interleaved in a table. The forms must exist outside the table as such...
  3. markjohnson123

    Prototype/lightwindow plays up in Firefox

    I figured it was just a firefox cache/offline data problems... and cleared it all up and it worked.
  4. markjohnson123

    Prototype/lightwindow plays up in Firefox

    I have a page that has in its header: <link rel="stylesheet" type="text/css" href="../../styles.css"/> <link rel="stylesheet" type="text/css" href="../../css/lightwindow.css" /> <script type="text/javascript" src="../../javascript/prototype.js"></script> <script type="text/javascript"...
  5. markjohnson123

    How to extract a certain div from responseText

    Thank you very much! It worked like a charm!
  6. markjohnson123

    How to extract a certain div from responseText

    I am just about javascript newbie, so please bear with me! I have the following code which I use to fetch an external file and place it within a div tag on current page. At the moment, the code successfully fetches the entire file, but I would like to alter it to fetch only a certain div tag...
  7. markjohnson123

    prototype: How to wrap an input field with span tag...

    Thanks Dan, this really helped. But since I am an absolute novice in JavaScript, I would like to be spoon-fed, if that's not too much to ask. Basically, I am trying to generate this: <span id="sprytextfield1"> <input name="options[1][option][1][option_number]"/> <span...
  8. markjohnson123

    prototype: How to wrap an input field with span tag...

    Hello everyone, I am not at all a JavaScript expert so please bear with me. Please have a look at the following code: add_option_link.onclick = function() { j++; var tr = document.createElement("tr"); var td = document.createElement("td"); Element.insert(td, "Option "...

Part and Inventory Search

Back
Top