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 John Tel 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. nevadaflyfisher

    Call Function Twice with Different Arguments?

    Thanks, gentlemen. Have a great weekend!
  2. nevadaflyfisher

    Call Function Twice with Different Arguments?

    That was it, Jeff. Many, many thanks! Obviously, it's time to head to B&N for a good JavaScript book. Any recommendations?
  3. nevadaflyfisher

    Call Function Twice with Different Arguments?

    Hi Jeff, I've done some additional troubleshooting with no success. I've got the function stripped down to the bare minumum until I get it debugged: function getDateString(zone) { var strMonth switch (zone) { case "local" : {strMonth = "A"} break...
  4. nevadaflyfisher

    Call Function Twice with Different Arguments?

    Good Morning, I'd like to write one JavaScript function that will return formatted date/time values, with the format being different based on a passed argument. I'd then make two calls to the function from the same HTML page (rather than write a separate function for each different format.)...
  5. nevadaflyfisher

    JavaScript Function in JS File Won't Execute

    That was it! I had perused a couple of other web sites for information on how to accomplish this and there was no mention whatsoever of the onLoad statement. Thank you very much, Rick!
  6. nevadaflyfisher

    JavaScript Function in JS File Won't Execute

    Wow, thanks for the lightning fast response, Rick! Here's everything that currently exists in the body: <body> <div id=&quot;navigation&quot;> <a href=&quot;Test3.html&quot;>CA/NV<br>Fly Fishing</a><br> <a href=&quot;Test3.html&quot;>Local Weather</a><br> <a...
  7. nevadaflyfisher

    JavaScript Function in JS File Won't Execute

    Greetings, I'm new to JavaScript, but this problem seems ridiculously simple and I'm stumped. I've tried a few suggestions from other posts with no success. I'm using IE6 on Win2K Pro and trying to execute a function in an external .js file. I double-checked to ensure that active scripting is...
  8. nevadaflyfisher

    Populate a Textbox/Label Using SQL?

    Thank you very much for the quick reply, Steve. It works perfectly!
  9. nevadaflyfisher

    Populate a Textbox/Label Using SQL?

    I have a combobox on a form that's poulated with values from column 1 of a table. I'd like to include a disabled textbox or label on the form that displays the column 2 value on the combobox's On Click event. Many Thanks in Advance, Ken

Part and Inventory Search

Back
Top