i have a banner within this banner i have a movieclip symbol1
symbol1 holds 7 frames
onto the base movie i have 7 buttons
by clicking each button symbol1 goesto the desired frame and stops to show buttons in that category.
above is working fine
here is the issue i have this banner sit ontop of every page to navigate arround now if i want frame in symbol1 to show when a user clicks a subbutton to load a page.
i was thinking to use like top.location to read from but the problem is i have asp pages and url will have to load like www.somesite.com/page.asp?item_id=659&user_id=qf117 etc
what i need is basically to see if somehow i can just get "page.asp" instead of whole url.
thanks in advance