Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Full URL path for UK version of MultiMap

 
   Web Hosting and Web Master Forums (Home) -> Webmaster RSS
Next:  Event ID 1078 - what could it be ?  
Author Message
info19

External


Since: Feb 24, 2004
Posts: 25



(Msg. 1) Posted: Tue Dec 14, 2004 6:35 am
Post subject: Full URL path for UK version of MultiMap
Archived from groups: alt>www>webmaster (more info?)

Hi All

I'm sending a URL search path to the UK version of MultiMap, but although it
actually works it looks like I'm missing a param because the page that
appears also has a JS error.

FYR, my current HREF is
http://www.multimap.com/map/places.cgi?client=public&lang=&advanced=fa...&quicks
which you should see works, but has the JS error.

Has anybody got a definitive HREF for this?

Thanks Robbie

 >> Stay informed about: Full URL path for UK version of MultiMap 
Back to top
Login to vote
comments

External


Since: Sep 14, 2004
Posts: 1625



(Msg. 2) Posted: Tue Dec 14, 2004 6:35 am
Post subject: Re: Full URL path for UK version of MultiMap [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Once upon a time, far far away, the king summoned "Astra"
<info DeleteThis @NoEmail.com> who replied:

 >Hi All
 >
 >I'm sending a URL search path to the UK version of MultiMap, but although it
 >actually works it looks like I'm missing a param because the page that
 >appears also has a JS error.
 >
 >FYR, my current HREF is
 >http://www.multimap.com/map/places.cgi?client=public&lang=&advanced=false&quicksearch=10+downing+street,
 >which you should see works, but has the JS error.
 >
 >Has anybody got a definitive HREF for this?
 >
 >Thanks Robbie

Try:

<a style='text-decoration: underline;' href="http://www.multimap.com/map/browse.cgi?GridE=-0.126586412154754&GridN=51.5032430799135&client=public&lon=-0.126586412154754&lat=51.5032430799135&place=10+Downing+Street,+SW1,+CITY+OF+WESTMINISTER&db=GB&local=&type=&start=&limit=&overviewmap=&scale=5000&lang=&db=GB" target="_blank">http://www.multimap.com/map/browse.cgi?GridE=-0.126586412154754&GridN=...5032430</a>

Assuming, of course, you want the home of the PM, and aren't scared of
Blunkett's thugs knocking you up in the middle of the night, or being
discovered in woodlands with a slashed wrist, and blood traces
inconsistent with suicide by slashing your wrist.....

Matt

--
Affordable budget advertising available.
Banner ads, skyscrapers, rectangles and half-pages.
Please email to discuss your requirements.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Full URL path for UK version of MultiMap 
Back to top
Login to vote
af380

External


Since: Sep 17, 2004
Posts: 284



(Msg. 3) Posted: Tue Dec 14, 2004 7:32 am
Post subject: Re: Full URL path for UK version of MultiMap [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Tue, 14 Dec 2004, Matt Probert wrote:

 > Once upon a time, far far away, the king summoned "Astra"
 > <info.TakeThisOut@NoEmail.com> who replied:
 >
  > >Hi All
  > >
  > >I'm sending a URL search path to the UK version of MultiMap, but although it
  > >actually works it looks like I'm missing a param because the page that
  > >appears also has a JS error.
  > >
  > >FYR, my current HREF is
  > >http://www.multimap.com/map/places.cgi?client=public&lang=&advanced=false&quicksearch=10+downing+street,
  > >which you should see works, but has the JS error.
  > >
  > >Has anybody got a definitive HREF for this?
  > >
  > >Thanks Robbie
 >
 > Try:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.multimap.com/map/browse.cgi?GridE=-0.126586412154754&GridN=51.5032430799135&client=public&lon=-0.126586412154754&lat=51.5032430799135&place=10+Downing+Street,+SW1,+CITY+OF+WESTMINISTER&db=GB&local=&type=&start=&limit=&overviewmap=&scale=5000&lang=&db=GB</font" target="_blank">http://www.multimap.com/map/browse.cgi?GridE=-0.126586412154754&GridN=...5032430</a>>
 >
 > Assuming, of course, you want the home of the PM, and aren't scared of
 > Blunkett's thugs knocking you up in the middle of the night, or being
 > discovered in woodlands with a slashed wrist, and blood traces
 > inconsistent with suicide by slashing your wrist.....

Actually, if the URLs are in HTML pages, they should be encoded as:

<a style='text-decoration: underline;' href="http://www.multimap.com/map/places.cgi?client=public&lang=&advanced=false&quicksearch=10+downing+street" target="_blank">http://www.multimap.com/map/places.cgi?client=public&lang=&adv...ed=fals</a>

<a style='text-decoration: underline;' href="http://www.multimap.com/map/browse.cgi?GridE=-0.126586412154754&GridN=51.5032430799135&client=public&lon=-0.126586412154754&lat=51.5032430799135&place=10+Downing+Street,+SW1,+CITY+OF+WESTMINISTER&db=GB&local=&type=&start=&limit=&overviewmap=&scale=5000&lang=&db=GB" target="_blank">http://www.multimap.com/map/browse.cgi?GridE=-0.126586412154754&Gr...=51.503</a>

"⟨" is the HTML character entity for a left angle bracket and the
trailing semicolon is optional if the character following an entity is
not a valid entity character. Standards-conforming browsers will treat
"&lang=" on an HTML page as a left angle bracket followed by '='.

See RFC 1866 - Hypertext Markup Language - 2.0, section 8.2.1 at one of
these locations for more on this:
<a style='text-decoration: underline;' href="http://www.faqs.org/rfcs/rfc1866.html" target="_blank">http://www.faqs.org/rfcs/rfc1866.html</a>
<a style='text-decoration: underline;' href="http://info.internet.isi.edu/in-notes/rfc/files/rfc1866.txt" target="_blank">http://info.internet.isi.edu/in-notes/rfc/files/rfc1866.txt</a>
<a style='text-decoration: underline;' href="ftp://ftp.isi.edu/in-notes/rfc1866.txt" target="_blank">ftp://ftp.isi.edu/in-notes/rfc1866.txt</a>

--
Norman De Forest <a style='text-decoration: underline;' href="http://www.chebucto.ns.ca/~af380/Profile.html" target="_blank">http://www.chebucto.ns.ca/~af380/Profile.html</a>
af380.TakeThisOut@chebucto.ns.ca [=||=] (A Speech Friendly Site)
"O'Reilly is to a system administrator as a shoulder length latex glove
is to a veterinarian." -- Peter da Silva in the scary devil monastery<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Full URL path for UK version of MultiMap 
Back to top
Login to vote
user94

External


Since: Sep 14, 2004
Posts: 2384



(Msg. 4) Posted: Tue Dec 14, 2004 7:35 am
Post subject: Re: Full URL path for UK version of MultiMap [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Astra wrote:

 > Hi All
 >
 > I'm sending a URL search path to the UK version of MultiMap, but
 > although it actually works it looks like I'm missing a param because
 > the page that appears also has a JS error.
 >
 > FYR, my current HREF is
<font color=purple> > <a style='text-decoration: underline;' href="http://www.multimap.com/map/places.cgi?client=public&lang=&advanced=fal</font" target="_blank">http://www.multimap.com/map/places.cgi?client=public&lang=&advanced=fal</font</a>>
 > se&quicksearch=10+downing+street, which you should see works, but has
 > the JS error.
 >
 > Has anybody got a definitive HREF for this?
 >
 > Thanks Robbie

Is it Robbie, or is it Astra? Looks like you are never far from
confusion.

I use this for my multimap links:

<a style='text-decoration: underline;' href="http://uk.multimap.com/p/browse.cgi?pc=DN33" target="_blank">http://uk.multimap.com/p/browse.cgi?pc=DN33</a>

It uses the postcode (pc=DN33). Looks a lot easier and neater.

--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Full URL path for UK version of MultiMap 
Back to top
Login to vote
info19

External


Since: Feb 24, 2004
Posts: 25



(Msg. 5) Posted: Tue Dec 14, 2004 8:35 am
Post subject: Re: Full URL path for UK version of MultiMap [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Charles (and other guys)

Tis I.

Unfortunately I can only do the search by road and not postcode.

Any ideas on why my string generates the error? The site seems to be needed
a 'local' parameter.

Rgds Robbie

"Charles Sweeney" <me.DeleteThis@charlessweeney.com> wrote in message
news:Xns95BF74D745C2Dmecharlessweeneycom@130.133.1.4...
Astra wrote:

 > Hi All
 >
 > I'm sending a URL search path to the UK version of MultiMap, but
 > although it actually works it looks like I'm missing a param because
 > the page that appears also has a JS error.
 >
 > FYR, my current HREF is
<font color=purple> > <a style='text-decoration: underline;' href="http://www.multimap.com/map/places.cgi?client=public&lang=&advanced=fal</font" target="_blank">http://www.multimap.com/map/places.cgi?client=public&lang=&advanced=fal</font</a>>
 > se&quicksearch=10+downing+street, which you should see works, but has
 > the JS error.
 >
 > Has anybody got a definitive HREF for this?
 >
 > Thanks Robbie

Is it Robbie, or is it Astra? Looks like you are never far from
confusion.

I use this for my multimap links:

<a style='text-decoration: underline;' href="http://uk.multimap.com/p/browse.cgi?pc=DN33" target="_blank">http://uk.multimap.com/p/browse.cgi?pc=DN33</a>

It uses the postcode (pc=DN33). Looks a lot easier and neater.

--
Charles Sweeney
<a style='text-decoration: underline;' href="http://CharlesSweeney.com" target="_blank">http://CharlesSweeney.com</a><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Full URL path for UK version of MultiMap 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
MultiMap.com parser - Hi All This may sound like a strange idea, but I've just done an overseas estate agent site and I wanted to have a link next to each property that would send the relevant name/value pairs to MultiMap.com so that when I brought up the site in an external...

would you accept this full time web design? - Would you accept this job as a flash designer/ web designer full time? The title will be webmaster. You are working as a temp. You are getting paid $32.00 an hour. That's a little over $66,000 a year! Wow! But there is no benifits or retirement plan. ....

how do i get a page to open full screen? - What is the html code/applet to get a web page to open up full screen on a viewers browser i.e. if i had pressed the function 11 key..... thanks plato

Domain & Content Full site for sale - I have a full adult paysite which I have owned for sometime and never did anything with it. I will sell for best reasonable offer. Please contact for Domain info Site is averaging 177K hits per day. I wil also throw in a year hosting if someone takes..

Dealing with path names. - What are some strategies you use in structuring paths? Especially when it comes to PHP libraries, or files that really need to be located outside of web space? CGI/PHP applications that are 3rd party? Here is my problem, and there seem to be dozens o...
   Web Hosting and Web Master Forums (Home) -> Webmaster All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]