Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Moragreid #1
dynamic menu system going to dynamic page
please can someone help me - im at the end of my tether!
ive got an access db. Its got a list of words that is to be a menu system
stored in it.
This menu system gets pulled through onto a page and a repeat region is put
onto it so the full set of records is displayed.
So now ive set the scene...how do i make these words (menu) into links that go
to a detail page that pulls through only the records relevant to the clicked
word? make sense? no...probably not...
here is my page [url]http://www.artdemo.co.uk/anniemos/content/jew_ears.asp[/url]
on the left there are a normal html links. when the white links are clicked it
goes into the db and finds only the records to do with "ears" and diplays them
all...then another db displays the sub menu system - which is the one im
finding problems with...where/ how do i get the sub menu linked and to the
detail page and how does the detail page know that it is to display only the
records for "ear4"???!
argh!!!! HELP!
Moragreid Guest
-
Help with Dynamic Menu
Hey everyone, I'm developing a piece right now and have come to a stand still. The menu part of the project will contain a number of "Business... -
dynamic menu...again
Hey, it's me again, and it did work, but now I'm having trouble, yet again, as my SN states, I'm still a rookie at this, and learning this as I go,... -
Build a dynamic menu for asp.net page
Hi. I will do a dynamic menu for a asp.net app.. I don't know yet if how I will get the data for populate this menu: from a sql server database,... -
Dynamic Menu...is it possible?
I'm new with Flash and I need to know if it is possible with Flash to get a menu created dynamically where the information is coming from a database.... -
Dynamic Menu Help
Hello, I have a written a simple dynamic menu seen here (http://www.digitaris.com). It uses an xml file to create the categories and... -
Paul Whitham TMM #2
Re: dynamic menu system going to dynamic page
Create your menu so that it passes the name being searched as part of the
querystring, and then you can use this as a filter on the subsequent page.
For example your link would look like this
[url]http://www.artdemo.co.uk/anniemos/content/jew_ears.asp?submenu=ears[/url]
Then on the page it goes to simply filter the submenu recordset by a URL
parameter called "submenu"
--
Regards
Paul Whitham
Macromedia Certified Professional for Dreamweaver MX2004
Valleybiz Internet Design
[url]www.valleybiz.net[/url]
Team Macromedia Volunteer for Ultradev/Dreamweaver MX
[url]www.macromedia.com/support/forums/team_macromedia[/url]
"Moragreid" <webforumsuser@macromedia.com> wrote in message
news:d2k38j$d46$1@forums.macromedia.com...put> please can someone help me - im at the end of my tether!
>
> ive got an access db. Its got a list of words that is to be a menu system
> stored in it.
>
> This menu system gets pulled through onto a page and a repeat region isthat go> onto it so the full set of records is displayed.
>
> So now ive set the scene...how do i make these words (menu) into linksclicked> to a detail page that pulls through only the records relevant to theclicked it> word? make sense? no...probably not...
>
> here is my page [url]http://www.artdemo.co.uk/anniemos/content/jew_ears.asp[/url]
>
> on the left there are a normal html links. when the white links arethem> goes into the db and finds only the records to do with "ears" and diplaysthe> all...then another db displays the sub menu system - which is the one im
> finding problems with...where/ how do i get the sub menu linked and to the
> detail page and how does the detail page know that it is to display only> records for "ear4"???!
>
> argh!!!! HELP!
>
Paul Whitham TMM Guest
-
The Wackonerd #3
Re: dynamic menu system going to dynamic page
This is very close to my question at
[url]http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=263&thre[/url]
adid=984023&enterthread=y
but does not answer the second part of the question about the detail page.
How does the record get passed? I can do the menu section with the links but I
allways get the first record inserted.
The Wackonerd Guest
-
Moragreid #4
Re: dynamic menu system going to dynamic page
Fab - ok - so ive got the menu passing url parameters - but the detail page is
pulling though all records instead of just the specified one i clicked...
i put a move to specific record on the detail page but it seems to be ignoring
it. So this is the URL im passing...
[url]http://localhost/anniemos/content/furniture_d_b.asp?RHMtitle=spoons[/url]
and i want only records with rhm_code to be equal to "spoons" to be pulled
though - any ideas?
Moragreid Guest



Reply With Quote

