View Single Post
Old 03-11-2008, 12:42 AM   PM User | #2
rnd me
Senior Coder

 
rnd me's Avatar
 
Join Date: Jun 2007
Location: Urbana
Posts: 3,452
Thanks: 9
Thanked 466 Times in 450 Posts
rnd me is a jewel in the roughrnd me is a jewel in the roughrnd me is a jewel in the rough
using the search param (?), instead of the hash (#) will cause all current browsers to refresh the page, not something i think you want.

so, in order to use a url, it would have to be a hash.

this means that you need to create a 'landing page'- a simple html/js page the immediately converts the hash to a search and transfers the url to your php script.

note that this would be incoming only; bookmarking a dynamic page would use the search, not the hash. make sure your server can find both versions.

edit:
one more idea: use ?s and a full-screen iframe to show your content. the hash of your top page can change while the search of the iframe changes
__________________
my site (updated 5/13)
STATS (2013/5) HTML5:90.2% MOB:14% IE7:0.5% IE8:8.8% IE9:11.4% IE10:6.5%
rnd me is offline   Reply With Quote