Home All Groups Group Topic Archive Search About

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



Author
23 Feb 2005 3:29 PM
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.

Author
23 Feb 2005 6:42 PM
Bob Barrows [MVP]
Enjoy Life wrote:
Show quote
> 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.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Author
23 Feb 2005 10:48 PM
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
Show quote
wrote in message news:798p11ldvn138g8nlrualdfuedrsnfipbh@4ax.com...
: 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.

AddThis Social Bookmark Button