Welcome to MechatroSoft. If you are a registered client, please login to get access to our password protected secured area. There are many valuable information that can be useful for you in carrying out your projects. This area is specifically created with you, our valuable clients, in mind to give you all of the help necessary for expedient execution of your projects and to carry out proprietary communication that public are not privy to.
Please login using the username and password that you used when registering. If you have forgotten the username or the password, please click on the appropriate link to retrieve it.
Remember, you must be logged on first to change your password. Otherwise, you will get an error message and things will not work properly.
If you still have difficulties logging in, please do not hesitate to let us know as soon as possible by contacting us through our Contacts page. Thank you for visiting our site. Keep Exploring.
|
<%
if FileExists("rememberValues.js", nof_sitePath, nof_scriptDir) then
%>
<%
Response.Write ""
else
if nof_debug then
Response.Write "Could not include the file `" & nof_sitePath & nof_scriptDir & "\" & "rememberValues.js`."
else
Response.Write "An error occured. Please contact the site administrator. "
Response.Write "Error code: 103 "
end if
end if
%>
|