|
Posted by David Dorward on 12/23/05 12:34
newb guy wrote:
> I need to create a system that solicits votes, and then shows the vote
> results. Since multiple servers are involved, I plan to use an iframe to
> show vote options, and once submit is clicked on, refresh the entire page,
> and also show vote results (in the same iframe).
So you want different parts of a form to be provided by different servers?
It isn't possible to do this on the client. Even Javascript won't help due
to cross domain scripting security restrictions.
The best approach would be to have one server gather the questions from the
different servers and then present the user with a single page.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|