A hyperlink that passes a variable to a page

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.



Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jan 18th, 2006, 05:48
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

  #2 (permalink)  
Old Jan 18th, 2006, 16:23
Reputable Member
Join Date: Sep 2003
Location: USA
Posts: 112
Thanks: 0
Thanked 0 Times in 0 Posts
Re: A hyperlink that passes a variable to a page

If I follow you correctly, you want
Code: Select all
<%session("x")=request.querystring("y")%>
Reply With Quote
Reply

Tags
hyperlink, passes, variable, page

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 00:01.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43