Help with a popup window displaying info from a recordset

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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 =...
    2. 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...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139