URL encoding

Oct29
  • Share

Difficulty: ★★☆☆☆

On my job I often get a lot of questions about forming URL’s with parameters. The key is URL Encoding.
For example when you have a [......]

继续阅读

Read more...


Javascript GET URL parameters

Oct27
  • Share

Difficulty: ★★★☆☆

This Javascript function I’ve used a lot. Retrieve URL GET parameters with Javascript.
(For example:
http://www.theUrl.nl/script.ht[......]

继续阅读

Read more...