Click to See Complete Forum and Search --> : name.com/index.php?p=main& -> name.com/MAIN#index.php?p=main&


wave
01-24-2009, 08:10 AM
I do not know much about javascript.
My problem is that:
I want that
name.com/index.php?p=stg
webpage or something read my urls after # mark

anything in url stays still but
name.com/MAIN#index.php?p=stg
MAIN# or # sth with # comes before my url name.com/index.php?p=stg

Sorry about my english.

felgall
01-25-2009, 05:34 PM
# has a special meaning in URLs - it indicates the id within the page that the browser should jump to after the page is loaded.

index.php?p=stg is not a valid id since an id is not allowed to contain either a ? or an =

Is name.com/index.php?p=stg#MAIN what you are after?