Using Outputted Data From One Site In A Equation

Dec 10, 2010

I am looking to use the outputted data of the US Census' world population clock as the raw data for a javascript function on another site - does anyone know if it is possible, looking at their site?

[url]

Or there's an rss feed of it here (xml) here:

feed:// [url]

View 1 Replies


ADVERTISEMENT

Phrases Based On Outputted Scores?

Feb 1, 2011

How do I get the following phrases to output along with their corresponding scores for my algorithm below?

Here are the phrases I'd like to see along side the outputted score

Scores:

And here's my formula that asks for 4 values then spits out a number.

View 11 Replies View Related

Posting Data From A Form On My Site To A Form On Someone Else's Site:

Feb 25, 2006

Basically, I registered for a free board at one of the various sites because my server doesn't support .cgi scripts. I want to know if there is a way to have the data from a form on my site post to the board site -A user would fill in my form, click submit, and a new post would appear on the board site -as if they had entered it there.
If you can point me in the right direction, I would be grateful. Here is my thinking.

A) I can't locate the script that they use to perform a "submit"; so I thought I might enter their <head> data (as far as xmlns, href, etc) in my <head>; that my website might call up their script files, css sheets, etc.

B)I could code my own Javascript function to send my form data to their site. If I knew how to simulate a mouseclick on someone else's site, I could have the script "click" there, paste the data, and hit the submit button. But I don't.

C) I could size their site down to the form itself and put it in a frame on my page

Option C is clearly easier, but I would prefer option A or B. I have time and will happily do the research myself; provided that I know if approach A or B is even feasible.

View 1 Replies View Related

Avoid A Circular Equation In Js?

Oct 22, 2010

Im working on a project for my website where I would like to be able to change the value of a number by using js, and using getElemenById. For example:

"The taxi fare is $25"
"A hamburger is $4"

In the above sentence I would like to be able to change the value of 25 & 4 by giving them an id and then using js to increase (or decrease) their value, to allow for future inflation, without having to go back and manually change every number on lots of pages (if for example in 1 years time a hamburger is worth $6 then the info above is outdated and should be changed). If i could use a variable such as "RateUSD = 1" I could increase "1" to say "1.05" and it would increase the value of all id='USD' by 5% onload rather than having to manually change it by typing.

I so far have come up with the code below, but I think the reason it does not work is because I have created a circular equation - id='USD" is the start of the equation, but it is also in the equation itself, and it is the resulting answer, so effectively I have created "A = A*B", or in this case "25 = 25*1.1"

I chose "id" as I would like to be able to have different currencies (with different id, such as 'EURO','GBP', etc) on the same pages and on multiple pages. I'll crack it eventually, I would just like to know if I'm heading in the right direction, or is there a better method that I could use? I found plenty of example for changing text with "innerHTML", but so far I haven't seen any for updating numbers onload by calculation, except for forms, etc, which are different.

The code:

<html>
<head>
<script type="text/javascript">
function changeCurrency(){

[Code].....

I will later put the js in an external file with a link to it "...src="support-files/currencyChange.js" (or something like that), but for now I have put it on the same page.

View 11 Replies View Related

Vector And Magnitude - Two Points P1(30, 20) And P2(30, 221) And The Parametric Equation

Nov 22, 2011

I can't figure out this math problem. I have two points p1(30, 20) and p2(30, 221) and the parametric equation of the vector is (x-30)/(30-30)=(y-20)/(20-221)=t x=30, y=20-201*t

I'm thinking t is the magnitude or the distance. For a point P which is 10 pixels away from p1 on the vector, x=30, y=20-201*-10 (should be around -0.85) which is not the right P i'm looking for. Where am i doing wrong?

View 3 Replies View Related

Math Equation Getting Values From Form Fields?

Dec 8, 2010

I am having some trouble trying to fix my math equation to calculate the total rent by aquiring values from my form fields. Converting the date fields to days and finding the number of days via two date fields is mainly where I am having trouble. Also, I am trying to have a window pop up before submission but the onclick event does not seem to function properly.Below is the math equation I have come up with:

//calculate days from date field
function calcTotal(date1, date2) {
//assign variables

[code]....

View 3 Replies View Related

Incorporate Equation Into If Statement But Cannot Get It To Calculate Properly

Jun 2, 2009

I am new to using Javascript and have been trying to incorporate this equation into my if statement but cannot get it to calculate properly no matter which method I use. Here is the function as I have it worked out presently.

[Code]...

View 6 Replies View Related

Read Html Data Of Other Site?

Apr 2, 2010

for example there is site with address www.X.com, that has the price of some product:<div id="product1">price: 100$</div>now I wanna make site www.Y.com and then, I wanna read the price of product1 which is in the site www.X.comwe can read the value in the html site with javascript command like this:String s = document.getElementById("product1").valuebut how can we read this value in out of that site automatically?

View 6 Replies View Related

Redirecting A Site While Gathering Data

Sep 2, 2004

I have a website contains a login screen. When someone logs in it redirects them to a website.

Ok, I need to continue to redirect but I also need to be able to record
there login names to a database or text file.

My boss would like me to keep a record of who logs in during the day.
Is this possible? Code:

View 1 Replies View Related

Hidden Field Being Populated With Data From Another Site?

Jun 29, 2010

I have a webpage for insurance agents that the agent will login and then enter some insured information.

There is a field named "agentnumber" that is on the form, but is hidden by a display:none. The field is set from the username of the person who logs in whenever the form loads the first time. The form will save automatically when the user leaves the page.

I am experiencing a weird issue that every now and then, the agentnumber field is getting saved with incorrect data. After discussing it with the agent, it is being saved with the agentnumber of the agent from other companies, not from the my website. what may be happening as I thought browser security would prevent cross site javascript. The users are using IE 7 & IE 8.

View 1 Replies View Related

Can I Collect Players Data From A Site Then Compile It Into A Rank

Feb 2, 2003

collecting players name and it will make a rank/tables by itself.Theres a link for each players of course but i dont remember ALL of them :P.its like manipulating the stats and compile a rank.

View 1 Replies View Related

Fetch Data From 2 Cols Of An Excel File And Upload To Ftp Site?

Dec 3, 2011

I am trying for a javascript code that would ask for the excel file location when run, fetch data from two columns till eof in an excel file (MS Excel 2010), append it to an existing text file and upload the plain text file to an ftp location.

The ftp username, password and location needs to be hard coded in the script.

View 3 Replies View Related

Can JS Suss Out "on-site" Vs Off-site HTTP Requests?

Dec 5, 2006

this may be more of an "html" issue, but I'll wing it.

i've got a multi-language site, where the home-page of each language group
features a link to a popup window that offers background info on site
management. the popup is fired by a javascript function, when they click
the site management link. there's also a "window close" function button so
they can nuke it as they please.

now, oddly, people who search for my site in the chinese language on google,
are sent directly to the site management popup window, which of course,
opens in their "full" browser window, and which also has no links back to
the main site, because it's meant to open only as an "accessory" to the main
site.

my question is this: is there any way, with Javascript, that I could
determine if they arrived at this window from "off-site" (ie, a google
search), and therefore offer such "off-site" visitors a link back to the
principal site, a link that would be hidden for visitors who clicked the
popup window from my own site?

View 2 Replies View Related

JQuery :: Using .ajax() To Access Cross-domain Data Using JSONP - Able To Cache The Data

Jun 27, 2011

I am using .ajax() to access cross-domain data using JSONP. Because I need to be able to cache the data I want to use a static name for thejsonpCallback function, so I have set the jsonpCallback option in the .ajax() request. However that appears to requires a global function whereas the auto generated function didn't (well maybe it did but that was all hidden from me).

I definitely need to be able to cache the results. Ideally I wouldn't have a global function handling the data. Is there another way to do this? If not what is the best practice way to go about using a global function these days and how do I provide it with the context of the object/module it was called from - which is where the data is needed?

View 2 Replies View Related

JQuery :: Form Data Not Displaying In Textarea On Subsequent Return Of Data From A Call?

Oct 5, 2011

Relatively new to jQuery but have a problem with getting data to display.Using a webform with 2 forms. User slects and inputs data into the first form, clicks a button then using jQuery .ajax submits the serialized data to a php script. The script processes the input into multiple paragraphs of text which is based on the input from the first form.The data is returned to the webpage and displayed in a text area (of the 2nd form) where the user can edit it to fine tune the wording. The 2 forms are displayed in different tabs so it is easy to move back and forward between the 2 forms.

The problem occurs when the user goes back to the first form and enters or selects different text and then click the submit button to generate a whole new text for insertion into the textarea on the second form. For certain fields the modified text is displayed.However if the whole of the text in the textarea is deleted, then the user clicks the submit button to re-generate the text content area then nothing at all is ever interted into the textarea. If have user alert to check that data is returned from the php handler and this text is correct. BUT when I click on the tab to see the textarea (id is "draftrec") there is no text inserted. The relevant function is below and the line that should insert the text into the textarea is:

$("textarea#draftrec").html(data).show();
//------------------------------------------------------
$("form#form1").submit(function(e){

[code]....

View 1 Replies View Related

JQuery :: Get Data From A Database And Pre-populatea Form With Appropriate Data For The User?

Jan 3, 2011

I would like to use jQuery to prepopulate a form - ie make a call to a php program to get data from a database and pre-populatea form with appropriate data for the user. Can anyone point me in the right direction for some examples on the simplest way to do this?

View 3 Replies View Related

Jquery :: Post - How To Make The Variable Data - [data] - Dynamic?

Aug 21, 2009

I wonder if i can make the variable data which is [data] in jQuery.post( url, [data], [callback], [type] ) dynamic. for instance, this is the form i want to send,

PHP Code:
<form action="send_xml.php" method="post" enctype="multipart/form-data" id="form_send"><input type="checkbox" id="var_1" class="checkbox"/><input type="checkbox" id="var_2" class="checkbox"/></form> 

[Code]...

View 2 Replies View Related

JQuery :: Success - Error - Small Data Entry Screen - Post Form Data To A Page And Return A Message

Jul 22, 2011

I am writing a small data entry screen that will post the form data to a page and return a message. But i cannot get the Success or Error functions working properly.

Here's the code where strData is the posted querystring of:

I'm not sure whether it should be in a form and using the onsubmit or click of a button.

View 2 Replies View Related

JQuery :: [ajax]importing Data Into Imported Data

Jul 13, 2009

I am still new to jQuery and I am trying to figure something out. I have this code:

[Code]...

This is working fine on itself. What is does is when I click a link it loads data into the following div. When done loading it slides out. But I want to change the appearance of the slide. I have tried to do that like this: $(this).show("slide", { direction: "down" }, 1000); But this doesn't work. When I check firebug it says the following: o.easing[this.options.easing || (o.easing.swing ? "swing" : "linear")] is not a function

View 1 Replies View Related

JQuery :: Posting Canvas Data Url Along With Other Form Data?

Mar 25, 2011

Im trying to convert the contents of a canvas into a data url and then post it along with other inputs to the controller in order to save an image.

The PHP:

<
formmethod
=
"post"accept

[code]...

View 1 Replies View Related

JQuery :: Accessing JSON Data - Retrieve Data From An API

Oct 26, 2011

I have just started to learn about JQuery and wanted to learn how to retrieve data from an API.

I used the Flickr example provided here [url] and just changed the relevant code to point to the 500px api.

<body>

If I launch the following URL I do get the results properly [url]

Here's a sample of what the result looks like:-

I don't get any results when I run my code page. What am I doing wrong?

View 15 Replies View Related

JQuery :: Using .data() On Element With HTML5 Data Attributes?

Oct 18, 2010

I am trying to try jQuery 1.4.3 updated .data() method with HTML5 data attributes. The way I understood these changes is that an element with these attributes would automatically have their data populated by .data(). For example, if I have an element:

<ahref="#" data-cheese="cheddar">DataElement</a>

I can access this with .data('cheddar'). This part works fine. The issue I am having is that calling JUST data like $(this).data() just produces an empty object. Is this how it should be expected to function?

View 2 Replies View Related

Reading Data From XML File - Specific Data Thats Contained Within The Tag

Mar 31, 2011

i am thinking of using a xml file as a data base for example , the xml file stores a list of reference numbers which is allocated to a url or a name such as 0123456789 and i have a text box on a webpage and the user types in a reference number and the javascripts reads the xml file to check if its a valid reference number i.e a registered number i am new to working with xml etc.

[Code]....

id like it to read the specific data thats contained within the tag such as 0123456789's tag = JOE

View 2 Replies View Related

Compare Incoming JSON Data To The Existing Data?

Sep 9, 2011

I'm trying to compare incoming JSON data to the existing data to see if there are any changes, but for giant objects like:

Code:
[{"date":"2011-09-03 23:06:03","notifier_id":"1","type":"1","unread":"0"},{"date":"2011-09-05 00:37:46"}]
if (JSON.stringify(oldData) == JSON.stringify(newData))

This doesn't seem to work. I've tried using:

Code:
escape("'" + JSON.stringify(W.notification.list + "'"))
but that ignores the objects properties and returns something like 22%5Bobject%20Object%5D%2C%5Bobject

View 1 Replies View Related

JQuery :: .data() To Accept A Map Of Data?

Oct 6, 2011

Are there any plans to allow the .data() method to accept a map of key/value pairs of data?I don't think this is currently supported although many other jQuery methods support this type of functionality...

$('#myDiv').data({foo: true, bar: false});

View 10 Replies View Related

Print Site

Jul 23, 2005

How can I print a web-site without site number and url?

View 6 Replies View Related







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