Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
David Wright 61 #1
Help with a popup window displaying info from a recordset
Hi I am working on a Shopping cart web site I have set up my database and I
have created my page to display items from the database. The fields in my
database table are auto_id, category, sub_catagory, manufacture, style,
descripition, descripition2, price, image, image2, fc_id, link_id
What I am trying to do is to display this part of the info in one record .
manufacture,style,descripition , image and price there will be a link from this
page (link_id)to display a popup and in that pop up I want to display
manufacture,style,descripition2,Image2
basicly I want to now how to put a link in database so when all of the data is
displayed on the page I want to click on a link (link_id) from any record that
opens a popup to display a larger image and a longer descripition of the
product. and anything else I may need from that record.
I hope this maks sence
Cheers
Dave
David Wright 61 Guest
-
Popup menu on popup window
Hi, I want to create a popup menu when a button on a popup window is clicked. I have this in my popup window: myMenu =... -
recordset displaying 'double entry' issue.
Hi, I've run into a wall here. I am trying to display my clients transaction history. This is what I have displaying so far, notice the double... -
can a popup window return data to parent window?
Is it possible to do the following in php: I want to have a main form open. In the form I want a button that will open a popup window so the user... -
OT: Secure (?) way of displaying a popup window
Hi everybody. I have written a short perl script which reads the battery status of my laptop out of /proc/acpi/battery/BAT1/state, to be able to... -
IE 6.0 not displaying popup
Hi lethargic, There is no relationship between Java and Fireworks pop-ups. The pop-ups use JavaScript. Java and JavaScript are two different... -
Paycheck #2
Re: Help with a popup window displaying info from arecord set
Dave it sounds like you are able to view your recordset which means that you
are queing the DB and also created a session_id. In your pop up window you
should be able to simply add the recordset that you want to the html and it
should come up. If the larger image is all you want from the pop up to show
then you would need to create a larger image and store in the db as say
large_img and reference that from your link or dynamic link in your pop up.
Paycheck Guest



Reply With Quote

