Changeset 251
- Timestamp:
- Oct 30, 2006, 7:32:07 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/cgi/submit.fcgi
r238 r251 26 26 my $returnBaseURL = ''; 27 27 28 my $googleAnalytics = <<"HERE"; 29 <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> 30 </script> 31 <script type="text/javascript"> 32 _uacct = "UA-732621-2"; 33 if (typeof urchinTracker == 'function') urchinTracker(); 34 </script> 35 HERE 28 36 my $cgi; 29 37 # Process incoming requests … … 132 140 print "<body><p>Thank you for telling us where your post code is!</p>\n"; 133 141 print "<p>$returnlink</p>\n"; 142 print $googleAnalytics; 134 143 print "</body></html>"; 135 144 # Any extra actions
Note: See TracChangeset
for help on using the changeset viewer.