Get Computer's Real IP Address Behind ISA Server?

Apr 23, 2011

I want to find real IP Address of computers that are connected to my company's website. All users who want to see our website pass from our ISA Server. So, if I want to get their real IP Address with javascript commands, I'll get one and only one IP Addres from anywhere that is our ISA Server address. How I can get real ip address of those computers and compare it with predefined address?

View 1 Replies


ADVERTISEMENT

Run A Program On The Server Computer From Another Computer?

Jun 28, 2010

i have a small (LAN only) web server running on my computer, and i would like to be able to make a web page in which i can run a program on the server computer from another compuer. say, for instance, i click a button on the web page running on the server, i want that action to run a .exe on the server. i came up with this code, but it doesn't run it server side, it runs it on the computer with the browser.

<HEAD>
<TITLE>Run Executable HTA</TITLE>
</HEAD>[code]....

View 2 Replies View Related

Get MAC Address For Clients Computer

Jun 11, 2010

I am looking for an example/code to get MAC Address with JavaScript or any other technology for a php based web application. The collected MAC Address will be stored in a MySQL table, 'login' to generate reports. I have found some php scripts helping me do this but it does not get the client computers MAC Address. And these examples work only on localhost. While running it on the server the MAC Address is different than the local one.Can we find out the MAC Address for a clients computer anyways to use in the application and which will be cross browser compatible?

View 2 Replies View Related

Get MAC Address For Clients Computer?

Jun 11, 2010

I am looking for an example/code to get MAC Address with JavaScript or any other technology for a php based web application. The collected MAC Address will be stored in a MySQL table, 'login' to generate reports. I have found some php scripts helping me do this but it does not get the client computers MAC Address. And these examples work only on localhost. While running it on the server the MAC Address is different than the local one. Can we find out the MAC Address for a clients computer anyways to use in the application and which will be cross browser compatible?

View 2 Replies View Related

Retrieve The Local IP Address Of A Computer?

Oct 17, 2010

Is there any way one can retrieve the local IP Address of a computer? For example 192.168.0.1 as opposed to the internet connection IP address. Or is there a way to retrieve a unique identity of a computer using either PHP or javascript. Or any other sort of code?

View 8 Replies View Related

Determine Whether Script Is Run From Server Or Development Computer?

Aug 21, 2011

How can I tell programmatically if I've executed my script from my home computer or from my server online? I have a batch of media files I'd like to contain in a dedicated directory, and that directory would have a different path on my home computer than on my online server; I'd thus like to reference one path over the other in my code based upon the location from which I'm running the script.It would be ideal if the solution would *not* involve a hard-coded reference to my existing online URL, since that may change over time, but instead simply "sense" whether the script has been executed online or not.

View 1 Replies View Related

Programs That Connect In Real Time With A Server

Oct 14, 2011

I am wanting to write some programs that connect in real time with a server. The problem is I do not have a server and really do not know a whole lot about servers. I do know the basics, it connects with sockets and uses a unique port but I do not know how to build one, So I turn here.

Is it possible to make a server using javascript? If not, then what language is used for servers? is it possible for JS to connect to a foriegn language server?

Anyone know where some good tuts are on this? I type in javascript server in yahoo and just get info on JSP and SSI's..

View 3 Replies View Related

How To Obtain Server IP Address Using Javascript

Jul 23, 2005

Is it possible to get the Server IP Address from Javascript

ie., when the user types "http://10.0.0.10/main.htm" in the web
browser, i need to retrive the value of the IP Address(10.0.0.10) from
my client side javascript.

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

How Computer Know Whose Scored More In A Game?

Jun 25, 2011

I'm wanting to know how does the computer know whose scored more in a game?

View 1 Replies View Related

Sending Form From Public Computer

Nov 13, 2001

We have a form on our website, which ends up being sent to an e-mail address. The only problem is that some people access this form using public computers. When they press submit , the Internet Mail Wizard pops up and tries to make them setup a new account. Obviously because they are using a public computer we can't have them setting up e-mail accounts on that computer.

View 3 Replies View Related

How To Shutdown The Redhat Linux Computer

Feb 10, 2011

i want to shutdown red hat linux computer using java script is this possible.

View 1 Replies View Related

Shutdown The Red Hat Linux Computer With Script?

Feb 10, 2011

I want to shutdown my computer using java script is this posiible.

View 1 Replies View Related

Create A Constructor For A Computer Object?

Jan 1, 2011

I need to create a constructor for a computer object. This object must have three properties: speed, and mem_live mem_dead. Then I need to create a new object using this constructor and then have its properties displayed on the screen.Look at what I'm up to so far:

function Computer(speed, mem_live, mem_dead)
{
this.speed = speed;

[code]....

It always just shows : 4.0ghz, true, false

View 2 Replies View Related

XMLHttpRequest: Script Works To Request XML File On Server But Not On External Server

Oct 2, 2010

I have the following JavaScript (see below). The script requests an XML file from the server and displays it on the page.

The script works fine when the requested XML file is stored on the same server as the script.

The problem is when I try requesting an XML file from an external server such as the National Weather Service. I get an error. If I take the XML file from the National Weather Service and save it to my server it works. Why can't I use my script to request XML files stored on external servers?

Javascript Code

window.onload = initAll;
var xhr = false;
function initAll() {
document.getElementById("makeTextRequest").onclick = getNewFile;

[Code]....

View 8 Replies View Related

AJAX :: Cross-domain Calls - Loaded From One Server Into A Website On Another Server

Mar 11, 2010

I'm trying to write a script that will be loaded from one server into a website on another server. This script is trying to talk (ajax) to the server that it comes from but I'm getting "Access Denied" errors. I'm well aware that cross-domain calls are not allowed for security reasons so my question is how does Google Analytics work because essentially thats what I'm trying to accomplish. I can embed a Google Analytics script into my website and it'll gather data and send it back to Google.

View 4 Replies View Related

AJAX :: Getting Server Date/time With No Server Side Script

Apr 19, 2010

I'd been looking for some way to get server date/time without using any server side script (such as ASP, PHP, etc).

I found this and it worked just excellent for me! I just want to share it because it wasn't easy to find.

I created a js document with code:

Code:

Now, I can use this js within a html like this:

HTML Code:

You may change your machine date/time and check both dates.

View 1 Replies View Related

Resolve Relative Server Links When HTML Source Is Not On Server

Feb 10, 2010

I would like to open an html file locally (not fetch it from a server) and somehow use javascript to fetch the relative resources from the server. One solution would be to convert all of the relative links to absolute links. I can convert the html source file anyway I wish, but ideally I would like to modify the html source as little as possible, for example insert a function that modifies the result of the src attribute. How would I go about this? Is there any trick I can use to define where the relative home is? Am I going to get into any scripting security gotchas?

View 3 Replies View Related

JQuery :: Works Nicely On One Computer, Fails On 3 Others?

Jan 12, 2012

jQuery script I wrote works nicely on one computer, fails on 3 othersManaged to get jQuery datepicker to work nicely with $wpdb.This all seems correct to me:

<li><label for="from">From</label>
<input readonly="true" type="text" name="from" id="from" value="Click here to choose!" class="requiredField" style="position: relative; z-index: 100000;" />

[code]....

View 1 Replies View Related

Get Into Making The Actual Dropbox Program For The Computer?

Aug 24, 2011

Before I get into making the actual dropbox program for the computer, I would like to get my Online File Manager set up.

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

Detecting If Somebody Manually Saves An Image To Their Computer?

Nov 23, 2011

I'm trying to keep record of how many times an image has been downloaded. Is it possible to detect if a client manually saves an image through their browser?

View 1 Replies View Related

How Can I Like Make A Browse Button To Search Your Computer

Apr 3, 2007

How can I like make a browse button to search your computer. and whatever file you choose goes on a textbox. then when you press the submit button it loads then after its done loading it puts the file on my website?

View 3 Replies View Related

Onblue () Function Is Not Working In FirFox On Mac Computer?

Jun 29, 2010

Onblue () function is not working in FirFox on Mac computer , so what should I do .

View 2 Replies View Related

Set To Apply To A Certain Timezone Not Users Computer Time?

Jul 13, 2010

I was wondering if I could set the script below to apply to eastern standard time and not the users computer time. So it wont confuse users over seas, Im using it to display scheduled announcements as the header.

<script type="text/javascript">
var d = new Date();
theDay=d.getDay();

[code]....

View 4 Replies View Related







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