[thelist] NS7.1 return false JS issue

Jeff Howden jeff at jeffhowden.com
Mon Oct 20 14:18:52 CDT 2003


tom,

><><><><><><><><><><><><><><><><><><><><><><><><><><><><><
> From: Tom Dell'Aringa
>
> > what's the setServiceDate() function look like?
>
> Here it is, nothing spectacular:
>
> function SetServiceDate(theDate)
> {
> 	var viewDate = document.getElementById("RequestedDate");
> 	var hidDate = document.getElementById("RequestedDateHid");
>
> 	viewDate.innerHTML = theDate;
> 	hidDate.value = theDate;
> }
>
> and here is my link with the function call again:
>
> <a href="jsNotice.jsp" onmouseover="window.status=
> 'Select Date'; return true;" onmouseout="window.status=
> ''; return true;" onclick="SetServiceDate(this.id);
> return false;" id="10/01/2003">1</a>
><><><><><><><><><><><><><><><><><><><><><><><><><><><><><

is it safe to assume you've got the js console open and there aren't any
scripting errors?

.jeff

------------------------------------------------------
Jeff Howden - Web Application Specialist
Resume - http://jeffhowden.com/about/resume/
Code Library - http://evolt.jeffhowden.com/jeff/code/



More information about the thelist mailing list