PDA

View Full Version : querystring + #


gwendaal
11-19-2004, 07:09 AM
is there anyway to do a link to a page with a querystring + a # ?

index.aspx#note1?v1=0&v2=ok

doesn't work !!

thank you

Kurashu
11-19-2004, 12:32 PM
Uses the internal link at the end of the string.

index.aspx?v1=0&v2=ok#note1

gwendaal
11-19-2004, 02:05 PM
it works :)

thank you