Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-15-2008, 08:00 PM   PM User | #1
NoahT
New to the CF scene

 
Join Date: Aug 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
NoahT is an unknown quantity at this point
Use JavaScript to display content based on ip address

New to any programming.

I am trying to display a specific picture to a visitor based on their IP Address. I.e., if the ip is x.xx.xxx.x display a picture of a dog. If the ip is y.yy.yyy.y display a picture of a cat, etc. Need to use server-side content.

Thanks
NoahT is offline   Reply With Quote
Old 08-16-2008, 02:34 PM   PM User | #2
shyam
Senior Coder

 
shyam's Avatar
 
Join Date: Jul 2005
Posts: 1,563
Thanks: 2
Thanked 163 Times in 160 Posts
shyam will become famous soon enough
you should check out javax.servlet.http.HttpServlet.getRequestAddr()

ps. you cannot do it in javascript
__________________
You never have to change anything you got up in the middle of the night to write. -- Saul Bellow

Last edited by shyam; 08-16-2008 at 02:41 PM..
shyam is offline   Reply With Quote
Old 05-15-2013, 01:14 PM   PM User | #3
vram
New to the CF scene

 
Join Date: May 2013
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
vram is an unknown quantity at this point
use can use tools at geolify.com t do what you need. it helps create geo targeted content for your website with minimal coding. you can also use it to do geo redirects based on ip address of visitors
vram is offline   Reply With Quote
Old 05-17-2013, 07:07 AM   PM User | #4
bigball
New to the CF scene

 
Join Date: May 2013
Location: www.ballbearingcorp.com
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
bigball is an unknown quantity at this point
First you need to get users ip, it's easier to get it in java in server , it's hard to get ip in javascript.
bigball is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:43 PM.


Advertisement
Log in to turn off these ads.