View Single Post
Old Apr 2nd, 2006, 7:33 PM   #13
Writlaus
Hobbyist Programmer
 
Writlaus's Avatar
 
Join Date: Nov 2005
Posts: 149
Rep Power: 3 Writlaus is on a distinguished road
Quote:
Originally Posted by Arevos
I can access the site.

Your site appears to be AJAX, using XMLHttpRequest. Perhaps you could construct a form that would send data normally to your application through standard CGI, and then use javascript to "override" the form. Perhaps this would be as easy as adding in an onClick event, or perhaps the POST address of the form would need to be changed. Regardless, javascript can easily edit the DOM of a page.

So, you could have a normal CGI application for those without Javascript, and a fancy AJAX application for those with it.
I think I like the sound of that the best... I like the idea of the user not having to make a decision based on whether or not they have Javascript. I guess I'll need to start learning up on what CGI is...
Writlaus is offline   Reply With Quote