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 SkipVought 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. syndic

    Get next working day

    <%if WeekdayName(Weekday("yourdate"))="saturday" then DateAdd("d",2,"yourdate") elseif WeekdayName(Weekday("yourdate"))="sunday" then DateAdd("d",1,"yourdate") end if%>
  2. syndic

    Window alert does not work

    <script> function myFunction() { var SN = <%=session("Mem")%>; alert("Dear "+SN+",\n..."); } return myFunction() </script> or <script> var SN = <%=session("Mem")%>; alert("Dear "+SN+",\n..."); </script>

Part and Inventory Search

Back
Top