View Single Post
  #1 (permalink)  
Old Jan 18th, 2006, 05:48
oz_egirl oz_egirl is offline
New Member
Join Date: Jan 2006
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Cool A hyperlink that passes a variable to a page

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!
Reply With Quote