Forum Moderators: open
I've searched on the web and I can't find anywhere that tells me how to do this.
Do I have to add an include within the page? Is it something to do with the microsites coming off the main index page?
Any help would be appreciated.
Thanks.
[edited by: marcel at 11:24 am (utc) on Oct. 8, 2009]
[edit reason] examplified url [/edit]
How are you showing the different microsites currently?
Basically you can query the QueryString from the default.asp page, ie.
http://www.example.com/?Bandname=RockGodsis exactly the same as
http://www.example.com/default.asp?Bandname=RockGods
*Edit: Of course, this depends on your default document being default.asp, if you have index.asp as your default document use this instead :)
At the moment I am showing the microsites through these URLs:
http://www.example.com/bands.asp?BandID=5
Does this mean that I could query the querystring from the bands page but not type it straight into the browser address bar?
http://www.example.com/?Bandname=RockGods
Only problem is I don't have IIS which is odd for an ASP developer. I'm using XP home. I may install apache and try use it that way.
Cheers for the help.