ethan6 Posted June 5, 2009 Share Posted June 5, 2009 hi, i have this bit of code that i think sends my php variables, but i'm not really sure: <script language="JavaScript"><!-- location.href = 'repair4.php'; //--></script> it's on the page here: http://myipodbroke.com/repair3a.php or the source here: http://myipodbroke.com/repair3a.txt Thanks! Link to comment https://forums.phpfreaks.com/topic/161076-locationhref-whats-this-do/ Share on other sites More sharing options...
Maq Posted June 5, 2009 Share Posted June 5, 2009 Firstly, this is a JS question, not PHP. Secondly, you can Google the "location" object to find your answer. Link to comment https://forums.phpfreaks.com/topic/161076-locationhref-whats-this-do/#findComment-850026 Share on other sites More sharing options...
ethan6 Posted June 5, 2009 Author Share Posted June 5, 2009 I think i figured it out.. i'm pretty sure it's just a redirect. my problem then is larger: i have a form that collects data (on the above mentioned page), and it currently sends the data (via POST) to the same page, which then emails the data via a mailer script (configure_repair.php) and then uses javascript to redirect the page. any suggestions how i could do this: collect data, send email, redirect WITH some variables? (ie. I want to send the variable $screen_type2 to the page repair4.php) Thanks! Link to comment https://forums.phpfreaks.com/topic/161076-locationhref-whats-this-do/#findComment-850028 Share on other sites More sharing options...
ethan6 Posted June 5, 2009 Author Share Posted June 5, 2009 Firstly, this is a JS question, not PHP. Secondly, you can Google the "location" object to find your answer. yep thanks, i was working in my php file and not really thinking what it was. Link to comment https://forums.phpfreaks.com/topic/161076-locationhref-whats-this-do/#findComment-850029 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.