Subj : Re: php directing To : comp.programming From : Peter Ammon Date : Wed Jul 06 2005 11:35 am You Are Right wrote: > May i know is there a way where my
value is sent to a php page for > process and return back to the original page automatically without needing > to click on anything? > > Thanks in advance. 1) Don't do this. 2) Google XML HTTP request. 3) Decide what it is about your design that's making it fundamentally opposed to the web. Decide if it's worth throwing away compatibility with many browsers, abandonding RESTful design, and making debugging an order of magnitude more difficult. 4) Fix 3 OR 4) Implement 2. -Peter -- Pull out a splinter to reply. .