Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
WinfieldFFA #1
Help with dynamic page
I am trying to make a set of pages that when clicked on a link it will access
information on a database then show it on the page. My problem is when I click
on the link it will only show the first set of information. even if the address
is different from the information shown!
WinfieldFFA Guest
-
HELP DYNAMIC Page
I have set up a dynamic page that will get information off of a database. ok my problem is when I go to the url... -
Dynamic XML page styled with XSL page
I cannot make the XSL file create dynamic links properly. I wanted to link a dynamic field to another dynamic field. I can make this much happen,... -
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.... -
Linking to a Page URL from a dynamic page
Hello I have an Access db table which contains a field called URL. I have previously <cfset display_url = #rsListHistory.URL#>. When I display... -
Dynamic page generation page examples?
Hoping to add a "generate your own web service" feature to my application. I have been searching MSDN and other places for an example of .NET code... -
EllanaB #2
Re: Help with dynamic page
You must pass the a dynamic url referencing the table. Then identify your
detail page and place a recordset with a GET command.
Your URL Should look like:
[url]http://www.yourpage.com/detail.php?id=25[/url]
Site URL / name of the page you want the info to show on / ? / id (table
name) / = /record you want to reference.
Then on the detail page ( the page you want this info to show on) should have
a recordset for the table your content is in.
set your filter for
Filter
column name = name of your column / = equals
URL parameter / name of your column
EllanaB Guest
-
WinfieldFFA #3
Re: Help with dynamic page
Well I have all that done but it always go to the default value even if it says a different number in the URL
WinfieldFFA Guest



Reply With Quote

