This is a discussion on "A hyperlink that passes a variable to a page" within the Classic ASP section. This forum, and the thread "A hyperlink that passes a variable to a page are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
A hyperlink that passes a variable to a page
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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! |
|
|
|
|||
|
Re: A hyperlink that passes a variable to a page
If I follow you correctly, you want
|
![]() |
| Tags |
| hyperlink, passes, variable, page |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send variable by pressing hyperlink? | skuliaxe | PHP Forum | 9 | Feb 6th, 2008 18:02 |
| Hyperlink Rollovers | crackafaza | Web Page Design | 3 | Aug 24th, 2007 11:43 |
| how to load a different image on a web page and attach a hyperlink | everderese | JavaScript Forum | 4 | Apr 2nd, 2007 16:52 |
| Hyperlink buttons | scoopslack | Flash & Multimedia Forum | 3 | Mar 8th, 2007 13:02 |
| Javascript Hyperlink | kato77 | JavaScript Forum | 1 | Feb 11th, 2006 12:14 |