Populate a popup window with clickable records from an Access DB and upon clicking, populate a selec

E

Enjoy Life

We have an ASP site that hits up an Access database of categories of
products and products. (e.g. Categories = Napkins, Tablecloths;
Products = 20x20 Napkins, 21x21 Napkins, 54x54 Tablecloths, 60x60
Tablecloths)

We currently have select boxes that when you select a category, it
populates the next select box with the proper list of products (i.e. I
select Napkins as a category, I get a listing of the Napkins)

We would like to put a clickable link before each of these select
boxes that would pull up a pop up with links from the records from the
proper table. (e.g. I click the categories link and a popup with html
anchor tags of Napkins and Tablecloths appear) I click on the Napkins
anchor and it populates the Categories Select box with Categories and
Napkins being selected.

Thanks in advance.
 
B

Bob Barrows [MVP]

Enjoy said:
We have an ASP site that hits up an Access database of categories of
products and products. (e.g. Categories = Napkins, Tablecloths;
Products = 20x20 Napkins, 21x21 Napkins, 54x54 Tablecloths, 60x60
Tablecloths)

We currently have select boxes that when you select a category, it
populates the next select box with the proper list of products (i.e. I
select Napkins as a category, I get a listing of the Napkins)

We would like to put a clickable link before each of these select
boxes that would pull up a pop up with links from the records from the
proper table. (e.g. I click the categories link and a popup with html
anchor tags of Napkins and Tablecloths appear) I click on the Napkins
anchor and it populates the Categories Select box with Categories and
Napkins being selected.

Thanks in advance.

This is not relevant to ASP, which is server-side code, so you are unlikely
to get much response in this newsgroup. Popup windows require client-side
code, which you can ask about in .scripting.jscript.

Bob Barrows
PS. Try to make your subject line more concise. It never helps to ask your
entire question in the subject line.
 
R

Roland Hall

"Enjoy Life"
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
wrote in message : We have an ASP site that hits up an Access database of categories of
: products and products. (e.g. Categories = Napkins, Tablecloths;
: Products = 20x20 Napkins, 21x21 Napkins, 54x54 Tablecloths, 60x60
: Tablecloths)
:
: We currently have select boxes that when you select a category, it
: populates the next select box with the proper list of products (i.e. I
: select Napkins as a category, I get a listing of the Napkins)
:
: We would like to put a clickable link before each of these select
: boxes that would pull up a pop up with links from the records from the
: proper table. (e.g. I click the categories link and a popup with html
: anchor tags of Napkins and Tablecloths appear) I click on the Napkins
: anchor and it populates the Categories Select box with Categories and
: Napkins being selected.

That is the longest subject line I have ever seen. I had to open the
message in a new window and maximize it to read it all.
The subject is a summary. The body is used for the message.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,159
Messages
2,570,881
Members
47,418
Latest member
NoellaXku

Latest Threads

Top