Getting Address Of People Accessing Site Using Js

Jul 23, 2009

I'd like to be able to get the address of people accessing my site. I don't need their actual house address, just a general area like zip code or city/state/country. Is something like this possible? I know you can do this in php.

View 2 Replies


ADVERTISEMENT

Get The MAC Address Of The Person Accessing Website?

Sep 19, 2011

Is there a way to get the MAC address of the person accessing my website? I would like to create a part of my website that only my phone can access.

View 14 Replies View Related

Find Out The MAC Address Of The System Which Is Accessing Website?

Aug 20, 2009

I want to know whether I can find out the MAC address of the system which is accessing my website.

Is there any way to do this using javascript.

View 2 Replies View Related

Embedd An Address Navigation Bar On Top Of Pages Visited From Root Site?

Sep 2, 2010

I have what some would identify as a Kiosk machine running a browser in full screen(true full screen, no address bar visible). It serves as an internet cafe machine, with unique users and a login system.

What I'm looking to do is when the user leaves the root site (via clicking a button), to embed a frame at the top of the page with an address navigation bar, so I can track the time the user spent browsing. I'm exclusively using firefox, and I'm not concerned with support for such functionality in other browsers.

I assume I can achieve this with javascript, jquery, or ajax, I'm just not sure which to start with and how to begin planning the execution.

View 2 Replies View Related

JQuery :: Install On IE7 - 1000+ Workstations - Users Accessing The Site From A Very Slow Network

Feb 4, 2011

I am about to launch a SharePoint site with thousands of users accessing the site from a very, very slow network. Two questions. Is there a way to 'install' jquery so that it doesn't download every time they access the site?

_All_ users are on the same domain and are using IE7. Once they download JQuery on the initial page visit, does it still redownload the file every time they access the site? Temporary internet files don't get cleared after each session, so I'm assuming it doesn't get re-downloaded.

View 2 Replies View Related

Countdown To Page Refresh - Put A Short Page Of Copy On Each Address Along With Keywords Before Redirecting The User To Main Site

Aug 22, 2011

Our company own a lot of domains and want to put a short page of copy on each address along with keywords before redirecting the user to our main site. I have been able to get the page to load the main site after the desired time using this code in the head...

<META HTTP-EQUIV="refresh" CONTENT="40;URL=http://webaddress.com/">

That works perfectly, I am now trying to display a countdown timer from 40 seconds down to 0, and on 0 redirect the user. Saying something like "You will be redirected in XX seconds". Is there anyway of doing this? I've been searching google for the answers with no luck and can only seem to find timers that countdown to a set date.

View 13 Replies View Related

Adding The Link Address To Outlook Express Address Book

Mar 16, 2011

i want to add the link address when clicked on the link in web page to the outlook express address book when the outlook window populates. i tried to put

<a href="mailto:enquiry@mydomain.com" > click here </a>

but it only add address to the To section of outlook window, i want it should store the address in the address book.. of outlook express..

View 1 Replies View Related

How Many People Run With JS Disabled?

Jul 23, 2005

Is there any statistical data available about what percentage of browsers run with JS disabled?

View 24 Replies View Related

Getting URL Address From The Address Bar To Flash App Embedded Using SWFObject

Jul 14, 2010

I have been looking for a solution for a long time. I have embedded a SWF app in html page using SWFObject. Now I need to give the Flash app the address where it is currently embedded, since the same SWF file is embedded in more than one locations! So the Flash app is supposed to pull the right content according to its current position

View 9 Replies View Related

Stop People Using Bandwidth

Jul 23, 2005

Does anyone have a good java script that I can add to my page so that the same user doesn't pound my site and use all of my bandwidth?

View 12 Replies View Related

Statistics On How Many People Have Javascript Enabled?

Mar 15, 2003

I wondered if anyone knew of any statistics about how many people have Javascript enabled/disabled. Also, what sort of policies do IT departments have towards it. I know of at least two large organisations that have Flash disabled for instance.

View 2 Replies View Related

Prevention : People Stealing Pages

Feb 22, 2001

i want the browser to test wether or not a page that is
called is beieng called from within the specified window
the script is originally used to prevent a page within a frame to be called alone it redirected the user to the main window if i can call it that so that parts of
your frames could not be viewed alone

i have managed to secure most of my site
no rightclicks can be performed and no options to view
source code by using a chromeless window the problem now
is that i wanna make sure that someone cannot call a page
into a normal browser window by using shift while clicking
on links thus preventing anyone from getting to my source code.

View 10 Replies View Related

Displaying When People Put There Mouse Over The Links?

Apr 17, 2009

I'm try to hide the title of some links on a web page. I'm using the title property of some links to pass a description of the images linked to a lightbox script. These descriptions are long and formatted in HTML so I don't want them displaying when people put there mouse over the links.

Heres an example of my title tags:

Code:
<a href="image1.jpg" title="<b>Blah</b> <br> Blah" alt="" rel="lightbox">Image 1</a>

I heard this can be done in Javascript but can't find any information anywhere,

View 5 Replies View Related

Preventing People From Entering HTML In Textarea

Jul 20, 2005

I have a text area and I want prevent people from entering HTML text in the text area....

View 3 Replies View Related

How To Protect JS Code From Analysis By Competent People?

May 16, 2003

I'm developing very advanced web-based intranet application that uses a lot of very complex JavaScript for interface, including charting via ActiveX components and other processing.

Obviously I'm tempted to make the analysis of the javascript code very hard for people who may wish to steal my code and/or ideas.

Is there is anything I can do to make analysis of .js code difficult for *professionsals*?

View 3 Replies View Related

Allow People To Download Mp3 File By Clicking Button

Dec 25, 2010

I'm trying to allow people to download music files, from my web site server, to their desk top, by clicking a button. I don't know if I need html or some kind of script. The page already plays short music clips automaticly with a simple "onload" script I found somewhere--but I don't know how to get the viewer a copy of the music for their mp3 player or disk burner.

View 5 Replies View Related

Why Do People Prefer Ajax Apps Over Java Applets?

Sep 21, 2006

From the common user perspective (like my grandma), why would they care
if its a java applet or an ajax application? Say I want to make a chat
system on my website...If i'm doing really involved Comet push-style
data communication, and rendering everything using DHTML, why would
users prefer that over a java applet?

Moreover, say I use a java applet to transfer data through a socket
connection, then use DHTML to display the data, so that basically the
front end is the same, but the backend is differs, why would a user
prefer the comet-style programming over applet?

I'm asking because I wrote an Ajax chat system through polling, and I
want to switch to a Comet push-style system because polling just isn't
responsive enough. I want to know if I can avoid Comet (since it is
alot of overhead for the server) and just use an applet in the
background to transfer data through socket connections, then use DHTML
to render the chat boxes.

View 8 Replies View Related

JQuery :: PHP Script That Will Use Pagination To Display What People Have Written?

Jan 27, 2011

I'm creating a PHP script that will use the pagination to display what people have written. This will can get fairly lengthy and I was wondering what is the best way to develop my php script to be fast and effective. I'm scared that if I output an entire query of all of the data that it will be slow. Would it? Could it slow down the javascript?

View 2 Replies View Related

Disable ALT + TAB Key Combination On My Webpage To Avoid People Using Any Other Application?

Feb 27, 2007

I want to disable ALT+TAB key combination on my webpage to avoid people using any other application while using my application while working on my website.

View 14 Replies View Related

Anti - Ignorant People - Reading The Usernames And Passwords?

Feb 2, 2010

I have this script, where I want it to use a multi-user login. the code is below.

[Code]...

I have 2 problems. One is that mainly, it doesn't work! And Two, is there someway you can block an external script from being viewed in a browser, or someway to keep people from reading the Usernames and Passwords?

View 1 Replies View Related

Show Images After People Scroll Down The Page - Don't Load Them Immediately?

Sep 21, 2011

show images after people scroll down the page - don't load them immediately after the page is loaded.also the images which are below the scroll should be first loaded when an user scrolls down.i need a javascript for that, but i don't want jquery! the code should be as short as possible.

View 2 Replies View Related

HTML - Build A Web Page To Conduct A Fictious Online Poll And People Vote Their Favourite Candidate

Jul 14, 2011

I am trying to find the answer of the following. Suppose, I am trying to build a web page to conduct a fictious online Poll and people vote their favourite candidate. Now each voter is allowed to vote only one candidate from any one party. I have made the code with JavaScript and HTML. But the problem is that, after voting the Candidate and pressing Submit, the page should open another new page where the voter must select any one name of the party to which the candidate belongs and Submit again. But my problem is that, I am trying to open that new page in the place of the existing page but its only opening in a new window. Putting '_self' doesn't work! (I am using radio buttons. It also needs form vaildation so the voter must vote!)

<HTML>

Use any html file of yours as party_names.html. If you omit "_self" from it, then it'll work properly. But that opens a new window for party_names.html. But I want it to open the new page in the same window carrying the data selected from both pages in order to process in the server.

View 9 Replies View Related

Onclick Event - Prevent People From Clicking "search" Twice

Jun 15, 2010

I have very intense php script that takes from 5 - 30 seconds to execute, depending on user request. So I want to prevent people from clicking "search" twice, so I decided to glue it by disabling button on click.
Here is my code:

[Code]...

But, for some reason it won't proceed. JS executes fine, but form won't go on. What is wrong?

View 1 Replies View Related

Can JS Suss Out "on-site" Vs Off-site HTTP Requests?

Dec 5, 2006

this may be more of an "html" issue, but I'll wing it.

i've got a multi-language site, where the home-page of each language group
features a link to a popup window that offers background info on site
management. the popup is fired by a javascript function, when they click
the site management link. there's also a "window close" function button so
they can nuke it as they please.

now, oddly, people who search for my site in the chinese language on google,
are sent directly to the site management popup window, which of course,
opens in their "full" browser window, and which also has no links back to
the main site, because it's meant to open only as an "accessory" to the main
site.

my question is this: is there any way, with Javascript, that I could
determine if they arrived at this window from "off-site" (ie, a google
search), and therefore offer such "off-site" visitors a link back to the
principal site, a link that would be hidden for visitors who clicked the
popup window from my own site?

View 2 Replies View Related

Posting Data From A Form On My Site To A Form On Someone Else's Site:

Feb 25, 2006

Basically, I registered for a free board at one of the various sites because my server doesn't support .cgi scripts. I want to know if there is a way to have the data from a form on my site post to the board site -A user would fill in my form, click submit, and a new post would appear on the board site -as if they had entered it there.
If you can point me in the right direction, I would be grateful. Here is my thinking.

A) I can't locate the script that they use to perform a "submit"; so I thought I might enter their <head> data (as far as xmlns, href, etc) in my <head>; that my website might call up their script files, css sheets, etc.

B)I could code my own Javascript function to send my form data to their site. If I knew how to simulate a mouseclick on someone else's site, I could have the script "click" there, paste the data, and hit the submit button. But I don't.

C) I could size their site down to the form itself and put it in a frame on my page

Option C is clearly easier, but I would prefer option A or B. I have time and will happily do the research myself; provided that I know if approach A or B is even feasible.

View 1 Replies View Related

Run In Address Bar

Aug 5, 2011

I want to know how can i make javascript that i can use by run into in address bar.. I just need such javascript that run through address bar. My purpose is How can i check all check box in webpage that do not include all check or uncheck button? Best common example for check all or uncheck all is

[Code]....

View 12 Replies View Related







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