I have been trying to get a page up for the last few days and have been running into issues not stop.

first my css doesn't layout doesn't work correctly so I moved onto tables for now.

Then my ajax calls wont work at all so I've resorted to page reloads which leads me to my current issue.

Site: http://24.244.238.29/~rdonnelly/callingcard/zen/

My form submittion with actuall buttons works no problem, but the letters I have as simple links do not work.

I tried using onselect="myfun()", which does the trick the first time a letter is selected, but the second time somebody selects the letter the form post doesn't happen.

So then I moved onto just using window.location and trying to put variables at the end of the url, example

http://24.244.238.29/~rdonnelly/call...x.php?letter=A

This gave me the exact same issue. The first time a letter is selected it works, but not the second time.