|
|
|
|
|
| | |
|
PowerASP active server pages asp.net microsoft .net framework sdk learn asp what is asp tutorial learn asp.net CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
Subject: |
Image Map & ASP |
From: |
Carrie |
Date: |
4/8/1999 9:51:30 AM |
IP: |
199.217.247.5 |
Hi,
I am trying to find a way to pass two variables and values to another asp page through an image map, when a specific area is selected. I have found the way to pass them into the url, but when I do it is not seeing those as variables.
The code I am using is as follows:
<area shape="poly" coords="211,142,220,142" href="List.asp?searchtype=example &strExample=value" alt="value of strExample">
The URL receives:
http://servername/Sample/List.asp?searchtype=example&strExample=value
I am calling it from List.asp like this:
select Case UCase(TRIM(strWhichOne))
Case "example"
string = Request.QueryString("strExample")
End select
The error I am receiving:
Microsoft OLE DB Provider for ODBC Drivers error '80040e0c'
No command has been set for the command object
/Sample/_ScriptLibrary/Recordset.ASP, line 466
That's all of it. Hopefully you will be able to help me. I have been trying a find a way to pass this for a while now and I have not been able to find any examples.
Thanx,
Carrie
|
Follow Up - Re: Image Map & ASP - Paul 4/8/1999 12:46:52 PM
Follow Up - Re: Image Map & ASP - Jitendra 4/14/1999 5:27:09 AM
|
|

|
|
|
|
|
|
|
|
|
|