dwt and buttons

  • Thread starter james brady in richmond, va
  • Start date
J

james brady in richmond, va

ok, how can i associate my buttons with a dwt? i want to be able to click a different button and for each button it will bring up a different dwt. i assume that only photo gallery is a dwt? is this right?

anyway, if i were to click a button that says trucks then it will bring up trucks, if i click a button that says cars then only cars will come up, etc. of course all of this needs to be done in the same table

so how do i do this?

thanks in advance- james brady
 
J

Jim Buyens

-----Original Message-----
ok, how can i associate my buttons with a dwt?

What kind of buttons, and in what application?
i want to be able to click a different button and for
each button it will bring up a different dwt.

Does this mean that you want a FrontPage Toolbar buttons
that open a new blank page using a specific Dynamic Web
Template?
i assume that only photo gallery is a dwt? is this right?

No. A Dynamic Web Template can contain any kind of content
you like. You add the content you want to the a blank
page, and then save it as a Dynamic Web Template.
anyway, if i were to click a button that says trucks then
it will bring up trucks, if i click a button that says
cars then only cars will come up, etc.

How would this be different from ordinary hyperlinks that
display a trucks.htm page, a cars.htm, page, and so forth?
of course all of this needs to be done in the same table.

What kind of table are you referring to?

o An HTML table? Sure, put the buttons wherever
you want.

o A database table? How is a database related
to any of the preceding?

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

Stefan B Rusynko

DWT - Dynamic Web Template
Is not a photo gallery web component

Do you mean Interactive Buttons?
Explain what you are doing/using



| ok, how can i associate my buttons with a dwt? i want to be able to click a different button and for each button it will bring up
a different dwt. i assume that only photo gallery is a dwt? is this right?
|
| anyway, if i were to click a button that says trucks then it will bring up trucks, if i click a button that says cars then only
cars will come up, etc. of course all of this needs to be done in the same table.
|
| so how do i do this?
|
|
| thanks in advance- james brady
 
Top