Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 03-06-2006, 03:24 PM   PM User | #1
eltjo
New to the CF scene

 
Join Date: Feb 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
eltjo is an unknown quantity at this point
Unhappy making variables

hello,

i am a beginner with asp and got a little question

At the moment i've got the following line to go to an otthe page but is it possible to make from the 3 and the 5 two sepparated variables when they click to another page so i can get them back on the next page....

those 2 number will change if the click on an other link or comming at the same page from another direction.....


<a href="prev_script3_bv.asp?key5" target="blank">preview</a>


if some one know if it possible pleaz help....
eltjo is offline   Reply With Quote
Old 03-06-2006, 03:48 PM   PM User | #2
Bakusozoku
New Coder

 
Join Date: Feb 2006
Posts: 21
Thanks: 0
Thanked 0 Times in 0 Posts
Bakusozoku is an unknown quantity at this point
I didn't fully understand what do you mean but maybe:
<%
dim Var1,Var2
var1="value"
var2="value"
%>
<a href="prev_script<%=Var1%>_bv.asp?key<%=Var2%>" target="blank">preview</a>
Bakusozoku is offline   Reply With Quote
Old 03-07-2006, 02:01 AM   PM User | #3
Bullschmidt
Regular Coder

 
Join Date: Aug 2002
Location: USA
Posts: 478
Thanks: 0
Thanked 2 Times in 2 Posts
Bullschmidt is an unknown quantity at this point
And perhaps session variables could be used somehow.

Session("Page1-BeenHere") = "Yes"
__________________
J. Paul Schmidt
www.Bullschmidt.com - Freelance Web and Database Developer
www.Bullschmidt.com/DevTip.asp - Classic ASP Design Tips
Bullschmidt is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 11:45 PM.


Advertisement
Log in to turn off these ads.