Date: 01/30/01
- Next message: Chuck Carson: "[phplib] Development"
- Previous message: Michael Davey: "RE: [phplib] passing javascript variables"
- In reply to: Dani mediaactive: "[phplib] passing javascript variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You could store the variables as the values of hidden variables in a form and move to the next page with a post or a get. You could
also create a JavaScript function which builds a query string for the URL to which you want to go, using the value of the variables
and then sends the user to that page.
Cheers!
Mike Green
Dani mediaactive wrote:
> Hi to all,
> this is my case, In a web page with a form, i make some calculations (using javascript) and the results are stored in some
> variables. When i press the submit button, i want to access to a php page that take this variables and construct agraphic with it.
> How can I do it?
>
> Thanks to all
> Cheers
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
-- Mike Green SaeSolved:: http://www.saesolved.com http://www.everypeople.net http://www.sitewidgets.com http://www.widgetchuck.com--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>
- Next message: Chuck Carson: "[phplib] Development"
- Previous message: Michael Davey: "RE: [phplib] passing javascript variables"
- In reply to: Dani mediaactive: "[phplib] passing javascript variables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

