Get Client IP From Behind A Firewall?
Jul 23, 2005
I would like to get a web client's IP where the client is behind a firewall.
I googled but hasn't found any solution with javascript that work's. There
seems to be a java applet that can do this, but i would like the applet to
put it into a "hidden" tag or into a textbox on the HTML page, so when the
user clicks "OK" it will be posted to my PHP script.
View 5 Replies
ADVERTISEMENT
May 1, 2009
[code] I just know how to use a batch file to disable a firewall but I don't how I use java script to do the same things[code]
View 1 Replies
View Related
Nov 22, 2010
What is the correct method for passing named values from a client back to the next client screen without sticking the info as an url query string?
View 3 Replies
View Related
Jul 23, 2005
How can I get the client's IP address from within an HTML page using embedded JS? Code:
View 8 Replies
View Related
Jul 31, 2006
In my html page i've to show a grid with some data retrieved from an xml file ... i need to this beacuse i've to use online, on a webserver and offline
with all files on a usb key, cd, etc ...
which is the best way to accomplish this?
I suppose a solution it could be via javascript:
-locally open the xml file that contains the data e then render then grid. Now i wornder about the best way to do this ... i've read about xsl transofrmation and so on ... if it's possible i'h to achieve this with a cross-browser solution!
View 1 Replies
View Related
Jul 20, 2005
Is it possible to add a js function to a loaded web page on the client side?
E.g. IE is viewing google, can I add a javascript function to that instance
of IE viewing google? I am trying to hook browser events such as button
clicks and get information such as edit field text.
View 4 Replies
View Related
Jul 23, 2005
Can I rely on the following code to accurately detect a Windows 64-bit client?
var bWin64 = navigator.platform=="win64";
View 1 Replies
View Related
Jul 23, 2005
I want to create a link that a user can click which will create a popup
telling the user their ip address. I have:
var ip = new java.net.InetAddress.getLocalHost().toString();
alert("Your IP address is: " + ip.substring(ip.indexOf("/")+1))
but this does not seem to work. It says the ip is 127.0.0.1. Strangely,
this piece of code used to work but all of a sudden it doesn't for some
unknown reason. Can anyone tell me what's wrong with the above code?
View 3 Replies
View Related
Jul 29, 2005
I want to know about a method for detecting client's IP which is running behind a proxy server.
Is there any possible way in Javascript to get the IP address of the client's machine which is using proxy.
View 10 Replies
View Related
Nov 23, 2006
How can I get a server value into client event?
Or is there another way around my problem?
I have a ASP page that need to get the server IP
(Request.ServerVariables("LOCAL_ADDR")) to open a new asp page
this is some of my HTML that I want to work. Code:
View 2 Replies
View Related
Jul 20, 2005
Is there an easy way to detect the local language settings of a client
browser or system?
I want to for example determine if the users browser or system is set to
English, French, or Italian and display a message in the appropriate
language.
View 5 Replies
View Related
Dec 16, 2000
I know there are restrictions on the client side in this regard, but thought I would ask. Can you determine a files size on the client? I purchased one of those upload to server applications. But I do not want to send large files. Their application only allows me check the side after sending the file to the server (after the fact). I need to know the size before hand. Just like validating text in a textbox before submission, I want to check the file size on the client before submission. Is there any way to do this on the client?
View 1 Replies
View Related
Nov 29, 2005
How can i get client mac address OR hdd id with javascript for internet explorer?
View 6 Replies
View Related
May 27, 2009
I have tested the thumbnail images that link to a popup detail page and they seem to work fine in Safari and Firefox on a mac and in IE on Windows (not sure which version of IE, I was using the PC at a UPS Store). Why does my client insist that they do not work? Any javascript issues with my code? I know it is a bit old since it was created a few years ago but I even got it to work on my iPhone today.
Here is the link: [URL]
View 1 Replies
View Related
Jul 14, 2005
How can I get with JavaScript that the client has closed the window?
View 5 Replies
View Related
Sep 29, 2011
My php script has an input date (example: 2011-09-30) but if I use the server date then it may not match to client's machine.
But how do I get the client's local timezone then pass it to php and convert ?
View 6 Replies
View Related
Jul 10, 2010
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head2" runat="server">
<title>Run Executable HTA</title>
[code].....
View 1 Replies
View Related
Sep 16, 2011
i have a Trajan Pro font on my site. when i put in the web, the people that donĀ“t have the font installed on computer is unable to see with the font that i choose. how can i load the font on my server? i beliave there is some way to do this
View 4 Replies
View Related
Jul 23, 2005
I would like to allow a user to browse his local directories, choose an
image (probably .jpeg) file, and upload it to the server (a servlet). The
same functionality that online datiing agencies use to let people save their
photograph with their profiles. (My application is an online Want Ads.)
I feel that this must be possible within a minimal client (without a JVM)
using nothing more than JavaScript, but I'll be damned if I can find how.
Would one of you more experienced JavaScript people please point me in the
right direction.
View 5 Replies
View Related
Jul 23, 2005
Is it possible to get a client browser ip-adress when it access my webpage?
If the client is behind a network from a company can I get the ipadress
gateway where the client is behind or is it i only possible to get the
client ipadress?
I want to somehow deny everyone except the one with the correct
ip-adress/range.
View 1 Replies
View Related
Jul 23, 2005
Provided an interface to a search engine in which the onchange event in
a select list element generates between 7 and 13 additional elements
depending on the option chosen.
Here's what the customer *now* wants to do:
Generate between 200 and 350 elements. Furthermore, the logic is going
to be more complex.
I would be happy to make that happen, however here's my concern: I'm
already doing this from the server side, using CGI. I wonder what is
going to happen when we put that degree of "work" on the client browser.
I would welcome comments, caveats, or pointers to documentation and
discussions on this subject.
View 2 Replies
View Related
Aug 30, 2005
I would like to get the clients date and time (his system time) and
store it somewhere so I can use it in my code later. (insert it to
database!). Any ideas.
View 8 Replies
View Related
Sep 30, 2005
I have an application, which has to change to different images based on
some conditions. I am trying to call a javascript function(this
function changes the images on the front end) from the ASP script. I
want to preload all the images to the client side browser and point to
a different image source through the javascript.
View 5 Replies
View Related
Nov 30, 2005
I have a table that changes its cell (input text) colors when their contents
have changed (actually on keypress) and shows a couple of buttons
automatically, UDPATE and CANCEL. This works partially, though detecting
enter and escape doesn't seem to work, or parhaps calling the button click
events directly doesn't (see below).
In addition to getting the ENTER and ESC keypresses to fire their
appropriate button clicks, I need to be able to collect information on which
cells have changed, so on the page loading again I can read this
information, perhaps from a hidden field, to use to update a database
server-side.
<script language=javascript>
function GirdTextKeyPress(txtID, btnsContainerlID, btnUpdateID, btnCancelID)
{
var txt = document.getElementById(txtID);
txt.className = 'GridChanged'
var bc = document.getElementById(btnsContainerlID);
bc.style.display = 'inline'
var btnUpdate = document.getElementById(btnsContainerlID);
if (event.keyCode == 13)
{
event.returnValue=false;
event.cancelBubble = true;
btnUpdate.click();
}
var btnCancel = document.getElementById(btnCancelID)
if (event.keyCode == 61)
{
event.returnValue=false;
event.cancelBubble = true;
btnCancel.click();
}
}
</script>
<style>
Input.Grid
{
border-style:none;
}
Input.GridChanged
{
background-Color:Yellow
}
</style>
View 1 Replies
View Related
Dec 2, 2005
I have several xml files and a common stylesheet on the server. In my
html I have a sidebar of links. For each link I fire an onClick event
that triggers an xml load and transform with the output displayed in a
small popup. Everything works great for one click. My issue is that in
Firefox, each subsequent click concatenates the results to the previous
tranformed results. How can i start fresh each time. I've tried
resetting all variables involved but the problem won't go away. This
works fine in IE by the way. Does anyone have an idea on what the issue
could be?
View 2 Replies
View Related
Mar 22, 2006
I am attempting to develop a completely web-based set of tools that can
match the functionality of a set of Tcl/Tk programs that are used in
our control system environment. I believe that I can do everything that
the Tcl/Tk tools are doing except this one thing:
The Tcl/Tk app allows the user to pick two points on their screen
(which defines a rectangle) and then automatically grabs that potion of
the screen as an image and embeds it into the Tcl/Tk app as an object
which is then uploaded to a database when the user has submitted the
Tcl/Tk form.
I would like to have a web-page with a form that allows file-uploads
(this I can do), but I would like the page to include an embedded Java
applet (presumably) that allows the web-client to capture a portion of
the screen and automatically attach it to the html form which can then
be uploaded to a database when the client submits the form.
An important requirement of this project is that it not require the
user to install anything prior to visiting the web-page. The applet (or
whatever) can be installed but not a separate program. I really want
this entire function to be provided from the web-page. I can provide
more information if necessary, but I though that a broad statement of
the problem would allow more people to chime-in with their thoughts. I
am eager to find out how this might be possible.
View 2 Replies
View Related