FrontPage form check box

D

Dee Dee

I have a large list of products that I want to add a
check box next to each name. Is there a way to automate
a macro to do this? My products are already in a table
inside a form.
 
J

Jim Buyens

-----Original Message-----
I have a large list of products that I want to add a
check box next to each name. Is there a way to automate
a macro to do this? My products are already in a table
inside a form.

By your last sentence, I presume the products list is in a
database table. If so, you would have to write some ASP or
ASP.NET code that retrieves the records you want and then
generates an <input type="checkbox" ...> tag for each
record.

Jim Buyens
Microsoft FrontPage MVP
(e-mail address removed)
http://www.interlacken.com
Author of:
*------------------------------------------------------*
|\----------------------------------------------------/|
|| Microsoft Office FrontPage 2003 Inside Out ||
|| Microsoft FrontPage Version 2002 Inside Out ||
|| Web Database Development Step by Step .NET Edition ||
|| Troubleshooting Microsoft FrontPage 2002 ||
|| Faster Smarter Beginning Programming ||
|| (All from Microsoft Press) ||
|/----------------------------------------------------\|
*------------------------------------------------------*
 

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

Top