Last talk I had with Jose and my other team mates, they sort of give me a idea of how they want the web site to be. they have mention to do some affects to it they, want the logo. So what I did was to animate the News feed in the top of the web, I was using this select code to select any school and link to it but I couldn't get it to work so I took it out.
click Here to view the page
Interesting... Trying to do what you were trying to do (getting the drop down menu to switch pages) forces you to think more about how HTTP works. When you click on a link, it sends a GET request to the server. Your drop down menu would need to do the same thing in order to work.
ReplyDeleteRemind me to talk to you about that tomorrow.