954,202 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

registration

  »Quick LinksLevel 1Level 2Level 3Level 4Contact arrow.jpg ABOUT   arrow.jpg MODULES   arrow.jpg TOOLS   arrow.jpg CONTACT    

User Registration

In order to access the training modules you will need to register with this website. Please fill out the form below.




First Name


Middle Name


Last Name


 
 
Access Details
Username


* (role number)

Password



*

Email Address



Date of Birth


* (dd/mm/yyyy)

note: * required fields
















 



 
Copyright and disclaimer to be inserted at a later date.

bmroczek
Newbie Poster
1 post since May 2007
Reputation Points: 10
Solved Threads: 0
 

First, when u click submit button, ur MM_editAction is going back to the same pages and it didnt provide parameter at the end URL.
MM_editAction = CStr(Request.ServerVariables("SCRIPT_NAME"))

Second, you didnt put any variable to Request.QueryString.
If (Request.QueryString <> "") Then is not produce any value in if statement

please check this few line in ur coding
If (Request.QueryString <> "") Then
MM_editAction = MM_editAction & "?" & Server.HTMLEncode(Request.QueryString)
End If

kokkee
Newbie Poster
20 posts since May 2007
Reputation Points: 10
Solved Threads: 2
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You