I have a question about .get(url)  jQuery.get() calls a page on a
server somewhere but what I want to do is get the data pairs from a
local page url and parse it and post it to  google maps .  I have a
desktop application that posts a user choice from a form to this html
page on my desktop and I get an address string in the url.
So I want to use .get(url) to get the contents of this string and then
I want to parse it in a Javascript function so I can pass it to Google
maps.  The type should be text I think, and the get_to_post will be
my  function that will post the data pairs to my php server.  I may
have to post it to a cookie.   I just want to know if I use .get(url)
to do this?



        pg_posturl = jQuery.get("file:///Users/jlrough/Desktop/
pgform.html", ,get_to_post, text

This is an example of the string from the database app that is in the
url:

file://HD/clientsidepost.html/?a:14:{i:0;s:54:"7069 Consolidated Way,
Suite 100, San Diego, CA, 92121";i:1;s:50:"15272 Bolsa Chica St ,
Huntington Beach, Ca, 92649";i:2;s:53:"5150 Ontario Mills Pkwy, suit
400, Ontario, CA, 91764";i:3;s:36:"1461 Concord Ave, Concord, CA,
94520";i:4;s:45:"12727 Sherman Way, North Hollywood, CA, 91605";i:5;s:
45:"6416 Variel Avenue, Woodland Hills, CA, 91367";i:6;s:49:"5720
Lankershim Blvd., North Hollywood, CA, 91601";i:7;s:44:"1200 S.
Western Ave., Los Angeles, CA, 90006";i:8;s:33:"608 S Central Av,
Lodi, CA, 95240";i:9;s:45:"435 Valencia Street, San Francisco, CA,
94103";i:10;s:42:"200 Anchor Court, Thousand Oaks, ca, 91320";i:11;s:
37:"633 Laurel St., San Carlos, Ca, 94070";i:12;s:33:"515 Appian Way,
Pinole, CA, 94803";i:13;s:39:"29011 The Old Road, Valencia, ca,
91355";}

Reply via email to