Ask a Question related to ASP, Design and Development.
-
Jack #1
Promo page without using QueryString
I want to setup a form that will change dynamically depending on the URL.
However, the regular method I would prefer to use - such as:
[url]www.website.com/form.asp?offer=100[/url] is not something my boss wants to use.
He claims the URL is too complicated for people to type in - this would be
printed on paper as a marketing promo. Instead he wants [url]www.website.com/100[/url]
for one offer, [url]www.website.com/101[/url] for another, and so forth. The way I'm
doing it now is the manual, basic way - setup a separate directory in IIS -
such as /100 - and then just have the form setup.
I just am not sure how to accomplish this to be honest. He doesn't want the
URL to be complicated with the '?offer=', but I don't see how else to do it.
The other part of this is I would want the form to change based on the offer
code - offer 100 would have different form boxes for input than offer 101
would. I had planned, assuming I could use the ?offer= method, to just
setup a kind of dictionary file with the separate fields - which would be
fairly easy. Doing it with the /100 way I am just stumped. Any idea on how
to accomplish this? Thanks in advance!!
Jack Guest
-
QueryString Parameters
I am having a problem with one of the Dreamweaver embeded Server Behaviors. I have a search form that I input data into and then through the... -
ASP validation of Querystring
I am trying to filter the querystring from a e-commerce transaction. When I add this code my page crashes. What I am I missing? <% IF... -
QueryString query
If Request.QueryString("StartLName") <> "" Then RecordToEdit = Request.QueryString("MemID") SQL = "SELECT * FROM member WHERE (LName Like... -
[FileMaker Promo] Australia, New Zealand and Asia
FileMaker (Pacific Region) is currently running a Christmas promotional offer where if you buy a copy of FileMaker Pro they will send another free... -
how to pass an access DB query onto *next* page? trouble with *next* and *previous* querystring code
Don;t see any sign of any paging code is your snippets normally take this form Set rso = Server.CreateObject("ADODB.Recordset") rso.PageSize =...



Reply With Quote

