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...
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.)...
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!
Wow, thanks for the lightning fast response, Rick!
Here's everything that currently exists in the body:
<body>
<div id="navigation">
<a href="Test3.html">CA/NV<br>Fly Fishing</a><br>
<a href="Test3.html">Local Weather</a><br>
<a...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.