Target Site Visitors In Different Countries?

Jun 8, 2009

In some articles on my site I'll be talking about money and I would really like to be able to find out where a visitor is from and target my dialogue to whatever currency they use. E.g. "It is possible to earn 15 pounds/dollars/euros" depending on the readers country.

View 6 Replies


ADVERTISEMENT

Using Geolocation API To Limit Site Visitors

Mar 9, 2010

I'm trying to limit the people that visit my site to a specific region, and I thought that the Google Geolocation API might help me do this.

[Code]...

But for some reason I can't get this to work, I'm thinking something is wrong with the position object, but not sure.

View 2 Replies View Related

Setting Some Cookies To Track Visitors To My Site ?

Apr 10, 2010

I have setting some cookies to track visitors to my site. I have my pages in folder music and in sub folders. I can access my site by typing: [url] So the domain will be: [url] and the path: /sara/music/

But the broblem is that other cookies are attached to my cookieby going to [url] or any link in it.

Is the problem from setting the path? If not how can I filter my cookie so i can just display my cookies only, I use one function to display all the cookies.

View 6 Replies View Related

JQuery :: IFrame Css Manipulation Across Target Site?

Sep 7, 2010

I need this iframe for a facebook tab, since they changed the width to 520px. The original page in the iframe is 700px wide, and I've changed a few CSS properties using the frameReady plugin. It's works just fine, but trouble starts, when i'm navigating the target site, the CSS properties I've changed goes back to the original settings.

This is my code:

<script>
$.frameReady( function() {
$("#gmap-auto1map-gmap0").css("width", "520px");
$(".views-view-grid").css("width", "520px");

[code]....

Try clicking any of the 'view on map' links, then you'll see where I'm getting at.

How could I work around this? Can I make it apply the script every time something new loads into the iframe?

View 1 Replies View Related

Date And Time For Two Countries On Same Page?

Apr 11, 2009

Not sure about the analog type of clock at the moment, and maybe looking at the digital type. Anyone know if it's possible for the code to work for two countries at the same time, both dynamically changing for minutes and seconds, and for them to automatically change for daylight savings times (both countries change on the same dates), on the same page please?

View 5 Replies View Related

Drop Down List Of Countries/states?

Aug 5, 2011

I am new to this Forum so please forgive me if I don't play by any rules that I am not clear about.[URL].. which I believe is somehow linked to this site, there is a code for creating a drop down list of countries and then after clicking on a country the user is offered a sub-selection of states under the selected country.

I have tried to get this code to work as this is exactly what I am looking for but all I get when I use the code is drop down boxes with no countries listed. Does anyone know of this code and whether it can be made to work OR alternatively how this effect can be achieved?

View 2 Replies View Related

Dynamic List - Display Only Five Countries Per Region

Mar 12, 2009

The page should include two selection list, The first selection list should contain 8 regions of the world. The second selection list should remain empty until a user selects a region. The second selection list should display only five countries per region.

<html>

View 4 Replies View Related

Make A Multi Select Listbox For Countries?

Jul 19, 2011

I need to make a multi select listbox for countries.from the countries listbox, my cities listbox will retrieve the cities of the countries selected.both of these listbox allows multiple select.

View 1 Replies View Related

Display Days , Dates And Times For Two Countries On One Page?

Apr 25, 2009

Is it possible to do the above, and to have the time updating on the page as you look at it ?

View 14 Replies View Related

<form> Target Won't Target Window

May 19, 2011

i want to submit form data from the popup window, close the popup, and load in the main window. problem is, it always opens a new 'tab'. i'm using google chrome, i didn't think to try this in

in the <head> of the 'main' window:
<script language='javascript' type='text/javascript'>
window.name='main';
</script>

[Code]....

View 4 Replies View Related

Target="_blank" Functionality - Target Page To Open It As Top Location From Within An Iframe

Mar 24, 2011

I am using the following javascript on the target page to open it as top location from within an iframe, which is working ok.

<script type="text/javascript">
if(self!=top) {
top.location.href=location.href
}
</script>

However my problem occurs when the user uses the browsers back arrow to return to the previous page, the script executes again returning them once more to the page they have come from. Is anyone aware of a work around to this problem as it would seem there isn't one? perhaps even a better solution for opening the target page from the iframe as top location. This is really causing confusion for users, and I really need to get the issue fixed.

View 2 Replies View Related

Monitoring IP's Of Visitors To Website

Jul 28, 2006

Is there a simple way to log IP's without CGI? I need to log the IP's of the visitors to a website I run. I used to have a CGI script but there's no CGI on the server I'm using
now.

View 16 Replies View Related

Counter To Count Visitors

Dec 29, 2005

i want to create a counter how i do that with javascript, but i mean counter who count all the visitors. Hos i do that?

View 1 Replies View Related

Visitors Counter On HTML

May 28, 2003

how to implement Visitors Counter on a .html page using JavaSript. I do not want to use any predefined visitors counters controls.

View 1 Replies View Related

Redirect ALL Visitors Always To Index.html?

Jan 21, 2009

I am just starting to understand JAVA Script a little bit to the point where I am able to modify scripts. Thing is now I can't find anything similar to what I need to modify

I have a page which can be found in google which is nice. But people can find a lot of sub-pages as well which is nice from a PR point of view. Nevertheless I don't want people to jump in the middle. I want them all to start on index.hmtl and nowhere else. So is it possible to have all visitors who click on a search result for example in google to be redirected to index.html ? Maybe referrer based redirect?

View 4 Replies View Related

Redirect Visitors Based On Location?

Feb 11, 2009

we wanted to know if it is possible to redirect a user to a selected page based on their location? Our interest is only in our country but want to redirect based on which state they live in. Town or suburb is not relevant.

View 2 Replies View Related

How Does Mcafee Track Visitors With Cookies

Apr 20, 2009

I'm running a test on my site for the mcafee secure logo, such that the mcafee logo will be shown to some visitors, and we track conversion rates with and without the logo. Naturally, mcafee have to keep track of the user vir the whole session, through to any 'thank you for buying' page. The code you place on the site is just an image, which includes in the url a reference to your domain.

The tech guy I spoke to suggested that the tracking happens via a cookie. But can this be done, when no script has been called from their server? The headers returned with the image show Content-Type: image/gif.

So basically I'm asking can cookies be set this way? If not then all I can see is that they're tracking urls only, which will be far from reliable.

View 2 Replies View Related

Redirection Using Visitors Screen Resolution

Aug 7, 2000

Does anyone know of any good perl or java scripts that allow you to redirect visitors based on their screen resolution?? Code:

View 2 Replies View Related

Detect And Prompt IPhone Visitors?

Jan 17, 2011

I'am having trouble making it work. I placed it in the head section, am I missing something or could the code just be crap? Here is the code i use. found on [URL]

<script type="text/javascript">{literal}
function iPhoneAlert() {
if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.
match(/iPod/i))){

[Code]....

and on the <Body> I've put this <body onLoad="iPhoneAlert();">

View 2 Replies View Related

Detect And Track Visitors Screen Resolutions

Jul 23, 2005

Does anyone know the best way to detect and track a visitors screen resolution. I know the javascript to detect the users resolution but I am a bit confused on the best way to track and save this. Should I save it to a database or is it easier to save it to a text file?

View 8 Replies View Related

Detect Visitors Flash And Mark As Enabled?

Feb 1, 2011

We all know AC_OETags.js.URL like: [URL]How to make flash detection in variable with valu true or false if it is (not) detected to use in PHP applications?

View 5 Replies View Related

How To Avoid JavaScript From Getting Saved On Visitors Computer

Jan 7, 2007

On many pages like Yahoo or similar, if we try to save the page by File>Save many of items like images or JavaScripts does not get saved on computer how is this achieved.

View 1 Replies View Related

How Can I Make My Web Address A Visitors Home Page

Aug 31, 2002

i want a make my web site the home page of the visitors who 'll visit my site....but i wanna do this without giving any message 2 them....i daont want them to know abt this....that on their visit my web site 'll become their home page.

View 7 Replies View Related

Disable Visitors From Viewing Web Source Code?

Nov 28, 2003

are there any scripts on the web that could disable visitors from viewing my web source code? (can java script do this? if not any recommendations?)

View 14 Replies View Related

Action To Instantly Post A Visitors Input To A Directory?

Mar 19, 2011

I have some basic HTML knowledge but rely pretty heavily on WYSIWYG editors (dreamweaver). I think this might be more of a PHP question and not necessarily require a js, but here it is. What I am trying to do is learn how to build a directory in a site that allows any visitor to the site to add A) the company's name, B) the site URL, and C) possibly a brief description. Ideally, the site would also have a drop down menu to select the category in which to post it.

View 1 Replies View Related

Visitors To Hear An Mp3 Audio Once They Hover Their Mouse On Each Image?

Jan 23, 2011

I have a page with 3 images. I want my visitors to hear an mp3 audio once they hover their mouse on each image.

image1 = audio1.mp3
image2 = audio2.mp3
image3 = audio3.mp3

But here are the challenges.

1- I want the audio files to play on the same page where the images are, without opening a new page.
2- I don't want the users to be asked to accept any kind of plugins (such as Windows Media Player). Which means everything needed to run the script should already exist on that page.
3- I want it to be played on the 3 major browsers (IE, Firefox, Chrome)

Is this possible? I'm not good at Javascript, but I will understand to do my best to understand your instructions. I spent a long time looking online, but most of what I found is only compatible in one browser or the other.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved