trying to auto href to a new page
Posted: Sat Jan 22, 2005 2:16 am
I am doing this zipcode thing for class and this is what is going on:
I have a dropdown box with both cities and zipcodes put in
each of these cities or zipcodes have a number assigned to them
then it goes to the php which says roughly
[ <?php
elseif ($location == 1){
$Mlink = 'http://www.mapquest.com/maps/map.adp?se ... it=Get+Map'
}
?>]
this is a really small snippet of it, now I am trying to get it to go back to the html and open the Mlink automatically in a new window.
Thanks in advance
Dino
I have a dropdown box with both cities and zipcodes put in
each of these cities or zipcodes have a number assigned to them
then it goes to the php which says roughly
[ <?php
elseif ($location == 1){
$Mlink = 'http://www.mapquest.com/maps/map.adp?se ... it=Get+Map'
}
?>]
this is a really small snippet of it, now I am trying to get it to go back to the html and open the Mlink automatically in a new window.
Thanks in advance
Dino