tuka
12-28-2005, 06:12 AM
Hi all,
I have been recently fiddling with some JS URL parsing tool and I run across this comment by the author:
The url must be correctly encoded, ampersands must encoded as &
Just so that I am on top of best practises, would you recommend that I what the above comment says all of the time or part of the time ? when can I just get away with using & alone ?
I program web apps and use the query a lot to pass info. between pages - I tend to thing that because I exert a lot of acontrol on my pages through my apps, I dont see much concern to use & instead. Anyway would like to know your opinions.
TIA,
Tuka
I have been recently fiddling with some JS URL parsing tool and I run across this comment by the author:
The url must be correctly encoded, ampersands must encoded as &
Just so that I am on top of best practises, would you recommend that I what the above comment says all of the time or part of the time ? when can I just get away with using & alone ?
I program web apps and use the query a lot to pass info. between pages - I tend to thing that because I exert a lot of acontrol on my pages through my apps, I dont see much concern to use & instead. Anyway would like to know your opinions.
TIA,
Tuka