|
Submitting a POST Form with Links
In my site I have a menu that passes values around by the user clicking links that sumit a POST form through JavaScript. My problem is people without JavaScript enabled and spiders like Google cant submit the forms. Are there any other things I can do besides use CSS to make it so I can submit POST forms with links and no JavaScript?
|