Salakhetdinov Shamil
mcp2004 at mail.ru
Thu Jan 16 11:49:58 CST 2014
Hi Jim -- I have posted the link to use its topic mainly as a source of many sample code snippets often using very different JavaScript programming techniques to solve the same (on first glance) simple task of parsing a web page query URL. Imaging now the variety of approaches/programming techniques one may find when different people will be solving by programming a bit more complicated task, especially if they will be using different programming languages/technologies - the variety would be endless... Thank you. -- Shamil Thursday, January 16, 2014 10:09 AM -07:00 from Jim Lawrence <accessd at shaw.ca>: >Hi Shamil: > >What a bear of a piece of code. > >I have been just using ASP* and/or JQuery for that purpose...much simpler. If you dig around in JQuery you can find that exact piece of JavaScript and just extract it. I have been just putting a link to JQuery, in the page header of every page in every website. > >For quickly getting a website initialized: > >http://html5boilerplate.com > >...is a good place to start. > >Jim > >----- Original Message ----- >From: "Salakhetdinov Shamil" < mcp2004 at mail.ru > >To: "Discussion of Hardware and Software issues" < dba-tech at databaseadvisors.com > >Sent: Thursday, 16 January, 2014 4:23:14 AM >Subject: [dba-Tech] FYI: Amazing diversity of Javascript solutions of an HTML web page query URL string parsing > > Hi All -- >FYI: StackOverflow: " How can I get query string values in JavaScript? " >http://stackoverflow.com/questions/901115/how-can-i-get-query-string-values-in-javascript >