fights4fun Fights4Fun May 21, 2007 34 0 0 43 www.lasvegashappyhour.net Feb 7, 2009 #1 I have no programming back round what so ever. I basically just need a geo ip targeting script that will help me complete this sentence. Find local "city name" restaurants and bars.
I have no programming back round what so ever. I basically just need a geo ip targeting script that will help me complete this sentence. Find local "city name" restaurants and bars.
acemenace New member Feb 6, 2008 1,479 12 0 Texas Feb 7, 2009 #2 <script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript"><!-- if (typeof(google.loader.ClientLocation.address.city) != null) { document.write(google.loader.ClientLocation.address.city +", " +google.loader.ClientLocation.address.region); } else { document.write("Walnut Creek, CA") } // --></script> Click to expand... This should work!
<script src="http://www.google.com/jsapi" type="text/javascript"></script><script type="text/javascript"><!-- if (typeof(google.loader.ClientLocation.address.city) != null) { document.write(google.loader.ClientLocation.address.city +", " +google.loader.ClientLocation.address.region); } else { document.write("Walnut Creek, CA") } // --></script> Click to expand... This should work!
fights4fun Fights4Fun May 21, 2007 34 0 0 43 www.lasvegashappyhour.net Feb 7, 2009 #3 acemenace said: This should work! Click to expand... awesome, thanks!
bobsoap Together we can do anyone Sep 16, 2008 605 16 0 soapdesigned.com Feb 7, 2009 #4 http://www.wickedfire.com/design-development-programming/47815-trying-target-specific-geography.html ...if you don't want to depend on JavaScript.
http://www.wickedfire.com/design-development-programming/47815-trying-target-specific-geography.html ...if you don't want to depend on JavaScript.