/    Sign up×
Community /Pin to ProfileBookmark

Drill down list

I have managed to make a 3 drop down lists that coraspond.

They create outputs like this:

file.asp?Start=1&area=0&Make=01&Model=147

Does any one know how to make a .asp file in dreamweaver that will convert this string query into a URL i.e. [url]www.yourdomain.com/147[/url]

to post a comment
JavaScript

4 Comments(s)

Copy linkTweet thisAlerts:
@cpalemmeSep 03.2006 — just run it so you have the html source, copy and paste? but first of all, asp (Active Server Pages) serve the purpose to enable active interaction and somehow you want to deactive that? but still I am not really getting your point.
Copy linkTweet thisAlerts:
@emoritzSep 04.2006 — wtf?
Copy linkTweet thisAlerts:
@KillCoreauthorSep 04.2006 — basically i need to get a system to redirect based on them values. ?
Copy linkTweet thisAlerts:
@KillCoreauthorSep 05.2006 — right i'm trying this (file.asp) but it isn't working any ideas

<%


dim Start
dim area
dim Make
dim Model

dim url

Start = Request.QueryString("1")
area = Request.QueryString("0")
Make = Request.QueryString("01")
Model = Request.QueryString("147")

url ="http://www..........."


End If

If url<>"" Then
Response.Redirect (url)
End If


%>
×

Success!

Help @KillCore spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.8,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...