The showCD() Function

Posted by admin | Posted in GoWeb99 | Posted on 10-08-2010-05-2008

0

When a CD in the drop-down box is selected, the showCD() function executes the following:

  1. Calls the GetXmlHttpObject() function to create an XMLHTTP object
  2. Defines an URL (filename) to send to the server
  3. Adds a parameter (q) to the URL with the content of the drop-down box
  4. Adds a random number to prevent the server from using a cached file
  5. Each time the readyState property changes, the stateChanged() function will be executed
  6. Opens the XMLHTTP object with the given URL
  7. Sends an HTTP request to the server

Write a comment

Twitter Users
Enter your personal information in the form or sign in with your Twitter account by clicking the button below.