All Forums / Bugs / HTTP Links
Reply to this post
For example: http://maps.google.com/maps?f=q&hl=en&geocode=&q=&ie=UTF8&ll=51.544427,0.609071&spn=0.001358,0.003605&t=h&z=18
the link gets cut at the comma – some problem with your link-creating code perhaps?
James
jimmay, April 07, 2008 13:32 2 Replies Feed
Thanks James – I’ll take a look!
Matt, April 08, 2008 04:30
Matt, could you not use a regular expression to look at the text and stop it on white space either end??
as im sure you’re aware a valid URL cannot contain white space – just a thought that should be quick and easy to implement
DrogoNevets, April 22, 2008 06:14
Why not get an account right now? It's free, and there are additional member benifits for doing so!
Learn More...
HTTP Links
For example:
http://maps.google.com/maps?f=q&hl=en&geocode=&q=&ie=UTF8&ll=51.544427,0.609071&spn=0.001358,0.003605&t=h&z=18
the link gets cut at the comma – some problem with your link-creating code perhaps?
James
jimmay, April 07, 2008 13:32 2 Replies Feed
RE: HTTP Links
Thanks James – I’ll take a look!
Matt, April 08, 2008 04:30
RE: HTTP Links
Matt,
could you not use a regular expression to look at the text and stop it on white space either end??
as im sure you’re aware a valid URL cannot contain white space – just a thought that should be quick and easy to implement
DrogoNevets, April 22, 2008 06:14