crystalized
Programmer
Is there a way that I can use the same ASP page to generate all my basic pages where the ASP may be called with or without a querystring. What I mean is that should someone get a hit on a search engine I would want the ASP page to generate the default "home" page (and no query string would be attached). If the user clicks one of the links on the site to navigate to say the "about" page I would send a query string that would contain a variable for which page to generate. The content and specific information would be stored in a database table.
I know that the basic idea can easily be done, the part I am unsure of is whether I can test to see if there is a query string or not. I have not really used querystrings much and I expect i am going to have to start using them for some of the things I need to do. I am going back to read a few things on query strings that I have seen.
So I guess my question is, does anyone percieve that I will find this more difficult than it is worth, with the potential for different query strings and with the content in a database? [sig]<p>Crystal<br><a href=mailto:crystals@genesis.sk.ca>crystals@genesis.sk.ca</a><br><a href= > </a><br>--------------------------------------------------<br>
Experience is one thing you can't get for nothing.<br>
-Oscar Wilde<br>
[/sig]
I know that the basic idea can easily be done, the part I am unsure of is whether I can test to see if there is a query string or not. I have not really used querystrings much and I expect i am going to have to start using them for some of the things I need to do. I am going back to read a few things on query strings that I have seen.
So I guess my question is, does anyone percieve that I will find this more difficult than it is worth, with the potential for different query strings and with the content in a database? [sig]<p>Crystal<br><a href=mailto:crystals@genesis.sk.ca>crystals@genesis.sk.ca</a><br><a href= > </a><br>--------------------------------------------------<br>
Experience is one thing you can't get for nothing.<br>
-Oscar Wilde<br>
[/sig]