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


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

Comet Ajax Chat System For My Website!

Sep 21, 2006

I want to make a chat system using the Comet push-style technology. I
already wrote a poll-based one using Ajax, but I want to learn how to
do server-pushes. Does anyone know of a good website that can show me
how to do this? Or recommend a good library/framework to use?

View 1 Replies View Related

Opening Application - System Cannot Find File Specified

Sep 29, 2011

I have the following code below, and its giving me an error saying: "The system cannot find the file specified".
<html>
<script language="javascript" type="text/javascript">
function start_ccm(){
var wsh = new ActiveXObject('WScript.Shell');
wsh.exec("C:Program FilesWorkDynamics TechnologiesccmApplicationsccmMercury.exe")
}

</script>
</head>
<body>
<input id="Button1" onclick="start_ccm()" type="button" value="START" />
</body>
</html>
There is nothing wrong with the location, but my best guess are the spaces in the file path.

View 2 Replies View Related

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 View Related

Find '.org' Email Address In List?

Feb 26, 2011

I have a list of email addresses, I need to separate list into groups by .net, then .com, then .org, then .mil. I can't even get .net to work.

<template><script>
var name = /['[[REmail]]'/];
if(name.test(.net){

[code]....

List is reported by a perl script, "using template"

View 1 Replies View Related

Accessing URL Of A Pop-up Opened By An Other Website?

Jul 31, 2011

How do I access the URL of a window opened by an other website (which will be a iframe)?

I wan't to create a little webpage for myself to navigate my university's clusterf**k of a website...

View 1 Replies View Related

Jquery :: Pull Data From The Website Address

Jun 23, 2009

I want to pull data from the following website adress. But, my codes are neither working nor giving any errors. [URL]

Code:
<script>
$(document).ready(function() {
$("#link").click(function() {
$.post("https://www.refinethetaste.com/html/content/checkout/step1/getir.asp",
{ PROCESS: "UPS", WEIGHT: "<%=Session("TotalWeight")%>", POSTALCODE: $("#ShippingPostalCode").val(),
[Code]...

View 1 Replies View Related

A Website Opens In My Iframe Is There A Way To Know The Address Of The Link The Visitor Clicks On ?

Jul 20, 2005

a website opens in my iframe Is there a way to know the address of the
link the visitor clicks on?

View 2 Replies View Related

How To Find Website Root Path

Jul 23, 2005

I have a problem with an application i'm working on (Asp.net using
vb.net for developing). I'm normally used to doing middle tier
development, so my javascript skills are not up to par. Here is my problem:

I have a javascript file called 'PMP/Scripts/Popups.js' (pmp is the root
of the website). In that file is the following function:

function OpenTutorial(sTutID)
{
var sURL = '../support/tutorials.aspx?tutid=' = sTutID;
var sProperties = 'center:yes;etc..'
window.showModalDialog(sURL, self, sProperties);
}

where ../support is acutally pmp/support.

Most of the website pages are located in sub folders from the root of
the website. When editing is to be done on a record, a popup window is
called from the main page. the popup pages are in another sub folder
(i.e. pmp/review would be where review.aspx resides and the edit page
would be located at pmp/review/popups). We give the user a tutorial
icon to click on which calls the OpenTutorial function on a button click
event.

The problem is the tutorial popup page won't load properly when called
from another popup page. I've tried variations of location.href,
location.pathname, location.hostname etc.. but can't seem to get the
pages to open correctly. The most common error i get is that the url is
not correct. here is a sample of the urls being called by the function:

View 1 Replies View Related

JQuery :: Find And Remove/replace An Email Address From A Textarea Input Either Before The Form Is Submitted Or After?

Feb 18, 2011

its possible to use jQuery to find and remove/replace an email address from a textarea input either before the form is submitted or after?

View 1 Replies View Related

Online Behavior Tracking - Find Out The Identity Of Visitors To A Certain Website

Sep 5, 2011

Is it possible to create a tracking code that would allow me to:

(1) a) Find out the identity of visitors to a certain website (a website unrelated to me and the visitors did not visit my website) b) The identity of those who recently searched for a certain keywords and/or...

(2) Find out what websites certain individuals have recently visited (or visiting in real-time)?

View 1 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

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

Files In Website Are Constantly Getting Injected With Malicious Codes Which Redirects Website?

Jan 28, 2010

The javascripts files in my website are constantly getting injected with malicious codes which redirects my website

View 2 Replies View Related

Code A Feature For Website Using DHTML Where The Person Viewing The Website?

Dec 29, 2005

I'm trying to code a feature for my website using DHTML where the person viewing the website can rotate between viewing the positive/negative points of the website being reviewed. This example was in the publication called Using HTML 4 by Lee Anne Phillips. Code:

View 5 Replies View Related

JQuery :: Ajax Program On Website A Call Website B?

Nov 30, 2010

I have a ajax program on a page on website A. And I need to let it talk to a program on website B. I tried to put website B into the url of the parameter but it doesn't work.It gives me a "[objet XMLHttpRequest]" error.here is the code on website A:

[Code]...

View 1 Replies View Related

JQuery :: Find Reverse - Possible Find A Node Backwards Instead Of Forwards

May 27, 2009

<div>

Is it possible find a node backwards instead of forwards.

I would like to do (remember find_reverse does not exist)

View 7 Replies View Related

Allow A User Of A Website To Add A Poll To The Website

Apr 27, 2010

Suppose I want to allow a user of a website to add a poll to the website for everyone to see/vote on. How exactly would I write a script for that?

View 8 Replies View Related

Putting Part Of Another Website On Another Website?

Nov 17, 2009

I have a webpage and i want to put a section of another website on to my own website..

The Section i want to put on my website is on this page www.bebo.com/thegaadiscos and i only want to put the section with the comments on it...

What i want is a bit like the face book section of this website [URL]

View 4 Replies View Related

System Variables

Oct 6, 2006

I need a javascript that will display all system variables (e.g. HTTP_REFERER). I am not a programmer, so if you could post all of the html and stuff that would be great. Code:

View 5 Replies View Related

Particle System

Jul 8, 2007

I'm not quite sure if this is useful, but it's fun to watch :) . It displays a Particle System in which point masses gravitate toward each other.

Simple unzip the attachment, open TEST.html, and run:

var vps = new VisibleParticleSystem(canvas).randomizeParticles(10);
vps.run();

It works in Firefox, doesn't in IE, unsure about others.

View 1 Replies View Related

3D Lindenmayer System

Nov 7, 2007

I recently found out about L-systems (Lindenmayer systems) which are fairly interesting so I decided to make one in javascript. It uses the <canvas> tag so the code won't run in IE. I made a 2D version first and then decided to expand it into 3D because I think 3D stuff is much cooler. I tried to comment the source a bit. You can use the code for anything you like. It does include a simple 3D engine which can work with things made up of lines. Here is a link.

View 1 Replies View Related

Want To Logged Out From The System?

Aug 24, 2010

I have a problem. When i want to logged out from the system or close an account etc i want to display this message. " Are you sure you want to logged or something like" and "Yes and " No" buttons are there.

View 2 Replies View Related

Tab System Refresh Same Tab

Oct 22, 2009

Does anyone know of a tutorial or the proper name for a tab system that will stay on the current tab even if you refresh.I've seen some sites that what they do is pass some parameters in the URL and it allows them refresh the page and stay on the same tab.I'm not sure on how to explain it properly nor do I have the proper name for it.if I click on About tab it will show the content of that tab AND also allow you to stay on that tab even if you refresh. A lot of tab tutorials I've seen when you refresh it resets all tabs.

View 7 Replies View Related

Rating System

Dec 13, 2005

I was wondering if anybody had code for a rating system, like on alot of game sites it has stars and I was wondering how to do that,

View 2 Replies View Related







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