Find Out The MAC Address Of The System Which Is Accessing Website?
Aug 20, 2009I 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.
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.
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 RelatedI 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?
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.
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 RelatedI 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"
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...
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]...
a website opens in my iframe Is there a way to know the address of the
link the visitor clicks on?
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:
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 RelatedIs 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)?
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..
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 RelatedThe javascripts files in my website are constantly getting injected with malicious codes which redirects my website
View 2 Replies View RelatedI'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 RelatedI 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]...
<div>
Is it possible find a node backwards instead of forwards.
I would like to do (remember find_reverse does not exist)
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 RelatedI 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]
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 RelatedI'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.
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 RelatedI 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 RelatedDoes 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 RelatedI 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