Skip to main content
Participant
July 2, 2007
Question

URL parameter display text and linking on same page

  • July 2, 2007
  • 1 reply
  • 251 views
i want to know if it is possible to have have one page web page that displays button from a database table (IE button1, button2) and pass the id of the buttons (id1, id2), to displays text information to the same page from a database table (article).

does that make sense?

basically one page that generates all the information from the database a displays it on one page

web page example

button 1 button2

text information

thanks


This topic has been closed for replies.

1 reply

Inspiring
July 3, 2007
Sure it's possible, it's actually pretty easy to do.

Just point the link back to the same page. When I do something like this I
make sure the region that is going to display the dynamic info is "wrapped"
in a do not show region and then make sure the default for the recordset has
a value that will never return a record.

"shan123456" <webforumsuser@macromedia.com> wrote in message
news:f6bntp$c9h$1@forums.macromedia.com...
>i want to know if it is possible to have have one page web page that
>displays
> button from a database table (IE button1, button2) and pass the id of the
> buttons (id1, id2), to displays text information to the same page from a
> database table (article).
>
> does that make sense?
>
> basically one page that generates all the information from the database a
> displays it on one page
>
> web page example
>
> button 1 button2
>
> text information
>
> thanks
>
>
>
>


Participant
July 3, 2007
Thanks for the info but still cannot make it work dont know what i am doing wrong?