Hi,
I have this code for a page...
<%session ("x") = "mySymbol"%>
<!--#include file="show_single.
asp"-->
This is all the code that is on the page, and I have called it call.
asp.
Is it possible to change the code to...
<%session ("x") = "y"%>
<!--#include file="show_single.
asp"-->
where a hyperlink from another page will pass 'y' as being the value 'mySymbol'?
I have quite a few pages and I don't wanna make up a directory with 2000 files in it.
Cheers&Beers
oz!
