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 strongm 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. dreamclutch

    select list dropdown....

    When someone selecs 'Pets' from the main select list below I want the 'petages' select list to appear dynamically and replace the 'ages' select list. I've been having trouble with the coding. Thanks... //main select list <select name="whatareyou" id="whatareyou"> <option...
  2. dreamclutch

    Trouble with brackets in arrays..

    I'm having a bit of trouble with this one. I've got conflicting array brackets and was curious how to break it apart programmatically so that is functions correctly. The problem exists at the form action below. I'm including javascript at the end of the post action so that it checks the...
  3. dreamclutch

    works in IE but not Mozilla.......

    I am having difficulties with the javascript below to operate on the Mozilla browser. Works perfect in IE!. I do know for a fact that after a radio selection is made it DOES alter the price because I get the selected value later on in paypal. It's not initiating or outputing the text or maybe...
  4. dreamclutch

    flipping between headlines.....

    I'd like to flip between 2 headlines (in this example logos and templates) by using two div's. When one appears, the other dissapears...vice versa. This is what I have so far but it shows both content areas. - Justin <script type="text/javascript"> <!--// function makeVisible(id) {...
  5. dreamclutch

    getElementsByTagName

    Below is the parsed php information from my code. I somehow need to use javascript to pull two price fields from my db and use of a toggle radio button for each existing product row in cart. I can pull the two price fields from my db fine, but how would I integrate that into javascript so that...
  6. dreamclutch

    string in alert box

    How do I add an 'and' in between RunOnDay and RunONday2 for an alert.... } else { themessage += RunOnDay += RunOnDay2 alert(themessage) return false }
  7. dreamclutch

    Not over - string parsing....:-)

    Trying to parse out a date, and then compare it with two integer values from an options menu to see whether or not those two days(integers) are valid (if they are it runs the rest of the html, if not user is alerted with two days that they are allowed to use form). I think the problem area may...
  8. dreamclutch

    String parsing

    Trying to grab an options value from a form option usnig javsascript, and then sorta out the values into two integers for a case method. If I manually enter integers in the case method it works. The issue seems to lie with either the options value syntax or substr? Thanks //Javascript Code...

Part and Inventory Search

Back
Top