mypage1.com/form1.php has two variables. Can I set up the Submit button so that it adds them as variables to the url, so I can pass the values across to another webpage, regardless of the domain or page type (e.g. asp).
Thanks,
Jon
Simplest thing would just be to create a HTML form using "method='get'", and put the variables into "type='hidden'" input fields.