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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by dontpunchme

  1. dontpunchme

    Grab Value from URL

    Worked great. Thanks!!!
  2. dontpunchme

    Grab Value from URL

    Hi, I am trying grab a value that appears in a URL string. I am trying to get the "add" that appears after the "Submit=". The script I have below works when there are no extra parameters. output: add but once you add in the extras "&taco&pizza" it spits out this. output: add&taco Also...
  3. dontpunchme

    Drop Parameters when writing URL to page

    Seems to work. You rock!
  4. dontpunchme

    Drop Parameters when writing URL to page

    I would like to write the URL of the page that the user is on, but I don't want to include the extra parameters that are in the URL. <script> document.write(document.URL) </script> Example URLs: http://www.sample.com/department.jsp;sessionid=888999...
  5. dontpunchme

    Scrolling Text

    Nope. You can drop NN4 if that makes the solution easier.
  6. dontpunchme

    Scrolling Text

    Hi, I have a current scroller script shown here: http://www.thefelix.com/list/script_sample.html The script contains has items in an array that it cycles through and scrolls up the page (within a box): singletext[0]='<div align="left" STYLE="color:green"><a href="#">30 yr</a> fixed</div>'...
  7. dontpunchme

    Scroller Help

    Hi, I have a current scroller script shown here: http://www.thefelix.com/list/script_sample.html The script contains has items in an array that it cycles through and scrolls up the page (within a box): singletext[0]='<div align="left" STYLE="color:green"><a href="#">30 yr</a> fixed</div>'...
  8. dontpunchme

    Grab Paramater from URL

    Thanks.... very good. Much Appreciated.
  9. dontpunchme

    Grab Paramater from URL

    Hi, I have a new website that I am launching. I want to redirect users who came to my old site via a 3rd party search box to my new site with the same parameter. BTW the 3rd party box is out of my control. Current URL that comes in when a user searches via the 3rd party search box...
  10. dontpunchme

    Cut off paragraph after a certain number of characters

    Thanks for the info. Where would my text actually go into this script... (or the database call to pull my text in)? Thanks.
  11. dontpunchme

    Cut off paragraph after a certain number of characters

    Hi, I have a field that is displayed on my website. It currently has a few hundred characters in it. Is there a script I can wrap around it, to limit the number of characters to show the first 150? Also.. is there a way to not have it cut off in the middle of a word? Sample: (Before) Peja...
  12. dontpunchme

    dropdown box selection choice checks a box

    Thanks. Worked perfectly.
  13. dontpunchme

    dropdown box selection choice checks a box

    I have a form that has a dropdown box in it and a checkbox. When a certain item in the dropdown is selected I want the checkbox to change to &quot;checked&quot;. Any ideas? Thanks.
  14. dontpunchme

    Reviewing input form field.

    I am trying to block certain zipcodes from submitting a form on my website. So.. I basically want to validate the form... if the first three characters of the zip are 220 then I want to pop an alert box telling them that that the zip code isn't allowed. Any ideas?
  15. dontpunchme

    Expanding Menu -- on click

    I would like to have a set of text links like this: Books Music Clothes When a link is clicked (Books)... I would like the menu to expand with a set of sub links like this. Books - Fiction - Non Fiction Music Clothes I am looking for something that works in NS4+, IE4+. Thanks.

Part and Inventory Search

Back
Top