Changeset 130 for trunk/npemap.org.uk
- Timestamp:
- Oct 22, 2006, 12:19:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/cgi/submit.fcgi
r82 r130 41 41 if (defined $cgi->param('easting') and ($cgi->param('easting') =~ /\d+/) and 42 42 defined $cgi->param('northing') and ($cgi->param('northing') =~ /\d+/) ) { 43 $returnlink = '<a href="' . $returnBaseURL . '/tiles/map.html ?' . int($cgi->param('easting')/1000). ",".int($cgi->param('northing')/1000) . ',1">Go back to the map</a>';43 $returnlink = '<a href="' . $returnBaseURL . '/tiles/map.html#' . int($cgi->param('easting')/1000). ",".int($cgi->param('northing')/1000) . ',1">Go back to the map</a>'; 44 44 } 45 45
Note: See TracChangeset
for help on using the changeset viewer.