View Single Post
TomJ's Avatar
Posts: 505 | Thanked: 665 times | Joined on Oct 2009
#14
Originally Posted by TomJ View Post
It does indeed help. However, I wonder whether you casn help with a specific site. The excellent traintimes.org.uk has a very simple, bookmarkable query system of the format http://traintimes.org.uk /london /leeds /10:00 /next-tuesday /16:00 /next-wednesday

However, using the url string http://traintimes.org.uk/%s in search.htm doesn't work terribly well, as putting, f'rinstance, london/leeds in as the search string passes http://traintimes.org.uk/london%F2leeds, and the site returns a 404 error. Anyone know how to work around that?
Right, I've sorted it by simple expedient of inserting the line
Code:
redirUrl = redirUrl.replace(%2F","\/");
before the document location replace line.
__________________
Want to know how to add public holidays to your device calendar? See the instructions wiki page.

Want to improve the location bar's search capabilities? there's a wiki page for that too...