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 IamaSherpa 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. jkalb32

    new to cgi

    I wrote a cgi script and when i go to my web page and click the button that calls the script the next page that comes up is just a page with the actual text from my script, is this a common error easy to fix, or am i doing something majorly wrong.
  2. jkalb32

    use replace() with an array[]

    can the replace() method be used with an array globally?, my code is something like words = words.replace(array[0],stringText) it works just once but i cannot get it to work on the entire paragraph, how can i attach the g to the array[0]?
  3. jkalb32

    dynamically create div

    how can i dynamically create a div to appear at the mouse cursor when the cursor moves over a <span> inside a <p>
  4. jkalb32

    Dynamic creation of textbox at mouse cursor

    I want to create a textbox containing the definition of a word in a paragraph wrapped in a <span> tag. To do this dynamically, do i need to define the position in a style sheet?
  5. jkalb32

    Dynamically adding &lt;span&gt; in the middle of a paragraph

    What is the best way to dynamically add a <span> tag to a word in the middle of a paragraph inside <p>????

Part and Inventory Search

Back
Top