Get Ip Address Of The Remote User Or Remote Web Browser?
May 4, 2009I am new to javascript, I have one question, how can I use javascript to get the IP address of the remote user or remote web browser?
View 9 RepliesI am new to javascript, I have one question, how can I use javascript to get the IP address of the remote user or remote web browser?
View 9 Repliesis it possible to track whether user is typing in the browser's address bar or aside google search box ( which appears in most of the browsers besides address bar)? if yes, I would like to know HOW? references are welcome.
View 4 Replies View RelatedI am remote scripting using javascript to an XML gateway, the XML file I get back changes state i.e. either the car registration number exists (and it includes certain fields in the XML) or it doesn't exist (and it doesn't include certain fields).
When my code tries to display the result I am getting the 'object required' error because I am trying to access an xml element which doesn't exist.
For example this line would break if the plate didnt exist but work perfectly if it did:
var fuel = response.getElementsByTagName('Fuel')[0].firstChild.data;
Is there anyway to stop it throwing an error if it doesn't exist and just set a regDoesntExist flag or something?
I have a PHP script that displays my online status and shows a window
if I am online, or doesn't show anything if I am offline.
I'd like to include the content of this remote PHP file inside a web
page using JS. I have created an xmlHttpRequest script to do that but
it doesn't work as expected... It should work just like the status.php
file, but instead, the content doesn't show up in IE, and in Opera, it
it stuck in the upper-left corner...
A newly added, not-quite-wanted function of my job is remotely
debugging JavaScript errors on other people's web applications. I have
tried finding a JavaScript debugger that would allow me to do that, but
other the Microsoft Script Debugger, I couldn't find any other.
Are there such programs? Basically, what I'd like to be able to do is
trace commands step by step and view the values of certain variables.
I was unable to figure out how to get Microsoft Script Debugger to
work. I read the documentation and executed it, but I keep getting
"Syntax error" messages whenever I want to see the value of a variable.
Add to that the fact that I am not a developer and I do not know
JavaScript (other than to read it, which is enough for me to figure out
what the problem is) and you see my problem.
I have read about the option of adding message boxes all over the
place, but this would not work out for me either, since I would need to
make changes to this code on the web server, where I don't have access,
and it would be a lot more tedious.
For those skeptical as to why I still expect to be able to debug
problems:
The problems are caused in most cases by the proxy we add on their web
servers, and they are due to values being changed on the fly. I only
need to find out where the code breaks and read the values of the
variables, which gives me the solution ("do not change this variable").
I know javascript has no local or server based access to the disk however I
was wondering if one can read a remote page and take its html <TITLE>
value...
My guess is no but thought I'd check/ask anyway...
What I'm trying to create:
Normal slideshow like this one ([url])
A div with several urls should animate another div.
Like so: mouseover url: fade to correct image. click url goto url.
No hover: continue slideshow.
Footprint:
So hover on "item 1" should show "div with heading1".
I am trying to use asp for remote validation instead of php. But it did not work. This is whatI tried.
$(document).ready(function() { var validator = $("#Member_Form").validate({
rules: { Member_Name: {
required: true,
minlength: 2,
remote: "users.asp"
}, },
messages: { Member_Name: {
required: "Enter a username",
minlength: jQuery.format("Enter at least {0} characters"),
remote: jQuery.format("{0} is already in use")
}, }});
Also how is the member name passed to the asp page. I tried reading it as query string. But it did not work.
I'm trying to make a windows sidebar gadget and I need to just display a number that my PHP script generates. code...
View 10 Replies View RelatedI am hosting my website in free server (freehostia.com) and i am using joomla1.5 . I want to parse RSS from my other websites. Joomla does it with its modules. But the server do not allow outbound HTTP request, hence i had use rss-to-javascript website to parse RSS feeds. It parses well but there is its advertisement below the feed (which i think is nonsense).
[Code]...
I have a webpage with link of useful websites. Rather than loading the websites in a new window, I would an "inline frame/window" to be opened just ow the link I clicked on so that I can preview/interact with the webpage.
Does anyone know how this can be done ?
Here's a reference link I found. [URL] (do a search then click on teh magnifying glass icon)
I am writing a javascript based tool that other people can call on their webpages. I was wondering if I have gzip enabled on my server and they call my javascript file will it still have the benefits of gzip or will the fact it's being called remotely cause a problem.
The reason I ask is because the file is 54kb normally and 18kb when gzip is enabled on the server.
Basically i want to grab some data from the royal mail(UK) site, to use within a CMS, so the sales team can easily find the tracking info about a customers order.
Royal mail have recently allowed get requests which populates the track and trace form field and auto submits the page via a 302 redirect e.g.
royalmail.com/portal/rm/track?trackNumber=x
With X being the tracking number. Try: [URL]
(the links above should have www and http etc on but sitepoint won't allow to post them like this because of the spam filters)
So what i would like to do, if it is possible, is to use jquery to grab that page and possible grab a certain paragraph (in this case the first p of the class "track-right-box") so that the sales team don't have to go to the site every time they want to trace the order.
Now a figured i could use $.load or $.get in jquery to do this but firebug is throwing up the error: Access to restricted URI denied" code: "1012
Which i'm guessing is something to do with the security setting on firefox.
The boss wants to distribute a mini-site to partners but still maintain control of the site on our end. The initial thought was to just send them a Flash app but I'm not sure if that will be the most practical. Here's what I would like to be able to do. I don't know if it's even possible.
In this proof-of-concept model the mini site has three pages that all link to each other. Pages also include images and a form. The partner's site would have a bit a javascript on the page to set a unique ID parameter and then load our mini site.
I imagine this JS site importer would wind up spitting out a bunch of document.write() stuff to basically write our site into the page of the partner's site.
Am I even making sense?
The desired effect is to allow the partner's site to display our content within their shell. AND for us to be able to change the content at will. AND to be ble to shut off the partner's feed (via that unique ID parameter) if we need to.
I'm not asking for a complete pre-written solution (although it wouldn't be rejected!) Just for a shove in the right direction.
I want to write a script that will read a .php file on a remote
server and print to the current page a portion of the text contained in
the remote file. I am just wondering what the best method is for
reading from a file in this case - the file is only a few bytes long.
I've seen a tutorial or two that only tangentially addresses my
problem, and even then each one has varied greatly as to which object
they utilize.
Any ideas to get me started?
I want to populate my client's webpage (Remote Server) automatically
through my Server and Database by having him just paste a javascript
on his webpage.
I have read up about Microsoft Remote Scripting but the documentation
states the following : "The server which you make remote scripting
calls must be the same server from which you requested the client page
containing the requests."
In my case , the client and server pages are on two seperate servers
which means that I cannot use MS Remote Scripting.Is there an alternate
approach in any scripting language ???
Any suggestions, tutorials , websites , code snippets will be
appreciated while i continue to research on this...
I've got a situation where I'm updating a MySQL DB with PHP but because of
how the language works I need to do the following.
The "main page" will open a remote page where the user will add/edit/modify
data then on the confirmation page, there needs to be a close button.
However, before the window is closed, I want it to reload the "main window"
so that they can see the changes they made. I've been digging through the
google groups and JS sources on the net but I'm just not finding answers for
a JS newb like myself.....
How much data can be cached in the browser? My records seem to be about 70 characters from roughly 7 columns in my database.
View 4 Replies View RelatedI am not sure what I am doing wrong I am using the Jquery.Validateplugin and it has a remote field so I did this
[Code]...
I am trying to read an XML file from a web source to display on my site. I can't get it to work ..GET seems to come up with an error - I tried crossDomain: true with no luck and have tried on a local and web server.
The code I am using is...
$(document).ready(function(){
$.ajax({
type: "POST",
url: "http://js.monster.com/query.ashx?cy=au&jcat=3975.11885&pp=20&tm=60d",
[Code]....
Im wondering if there is any way to access and traverse through a remote web page. im trying to traverse through a remote web page from a diferent domain so i can display some text from that page to users. is it possible to do it using javascript if so how else what is the best way to do this with out keeping the user waiting for long.
View 2 Replies View RelatedIm trying to load a remote script but only if a statement is true..
<script type="text/javascript">
var width=screen.width;
if (width>1023);
{
// load remote script
[Code]...
Is there any way to check if exists a cookie from a domain2 in domain1?
The purpose here is if the cookie from domain 2 exists then do an action in domain 1.
For example:
Erase cookie or do an action.
I'm trying to use a remote file for the purpose of setting the value of a single variable. It contains a single line of code:
var rev_date = "R10-03-07";
In the HTML, it is called like this:
<script language="javascript" src="http://some.domain.com/revdate.js"></script>
There is a function in the head:
function setRevdate() {
document.getElementById("revdate").innerHTML = rev_date;
}
In the Body:
<body onload="setRevdate();">
Then where I want to place the text:
<span id="revdate">--</span>
The problem is that the page loads and the onload event seems to happen before the rev_date string object is created and produces a "rev_date not defined" error. If I hit the browser refresh, however, everything works fine and the text is displayed between the span tags. It continues to work thereafter as long as the browser session is not destroyed.
How can I program this to force the browser to wait for the script to be read in and the variable initiated before calling the function?
Here is what I am trying to do. On my web page, I have three choices for the user to pick from. After the user selects one of the checkboxes and clicks a submit button, I need to send a http request to a remote server to record the user's choices (actually it is an https that I am sending),.. so I need to send something like this.
[URL]
The remote server responds with an xml response that looks like this:
<?xml version="1.0" encoding="utf-8"?>
<sessionState>
<answer>True</answer>
</sessionState>
So, I want to post the request, read the response (answer) back from the other server and display it on my page. So, my dilemma is as follows:
1) my understanding is that I cannot do this with AJAX using an XMLHttp object because it is on a remote server and it would violate some sort of same-domain security. Is that correct? If in fact I can do it in AJAX, how do I read the response back from the other server?
2) if I am correct in my assumption in 1) then what is the best way to accomplish this task?
A bit of a lame request - I just don't have a lot of time to look it up. I need a script to login to a website (outside my domain) and then make a very simple web request. How do I go about doing that?
View 1 Replies View Related