Link to home
Start Free TrialLog in
Avatar of eddyinperu
eddyinperu

asked on

NEED HELP but noone has answered me!!!please

Please I have published 3 question but no one has answered me.It already has passed 6 days. Some one please help.
This is my question:

I have this little databse in XML:  (if the construction of thise XML database is wrong please feel free to correct it)

<ROOT xmlns:sql="urn:schemas-microsoft-com:xml-sql">

  <bow_rider>
   <image>bow_rider.jpg</image>
   <caption>The Bow Rider</caption>
       <BOATS ID="9">
                <Descrition_bote>
                       <MODEL>Bot 222 MRW</MODEL>
                        <FUEL_CAP>10 Gallons</FUEL_CAP>
                       <IMAGE>picture/sportcar.jpg</IMAGE>
                <Descrition_bote>
        </BOATS>

        <BOATS ID="2">
                <Descrition_bote>
                        <MODEL>Bot 450 MRW</MODEL>
                        <FUEL_CAP>20 Gallons</FUEL_CAP>
                        <IMAGE>picture/VUE.jpg</IMAGE>
               <Descrition_bote>
        </BOATS>
    </bow_rider>

  <fun_cruiser>
        <image>cuddy_cabins.jpg</image>
        <caption>Cuddy Cabins</caption>                
        <BOATS ID="3">
                <Descrition_bote>
                        <MODEL>Bot 111 AHT</MODEL>
                        <FUEL_CAP>80 Gallons</FUEL_CAP>
                        <IMAGE>picture/TOYOTA.jpg</IMAGE>                        
               <Descrition_bote>
        </BOATS>
   </fun_cruiser>

    <cuddy_cabbin>
        <image>fun cruiser.jpg</image>
        <caption>Fun Cruiser</caption>    
        <BOATS ID="15">
                <Descrition_bote>
                        <MODEL>Bot 111 AHT</MODEL>
                        <FUEL_CAP>80 Gallons</FUEL_CAP>
                        <IMAGE>picture/TOYOTA.jpg</IMAGE>                        
               <Descrition_bote>
        </BOATS>
        <BOATS ID="10">
                <Descrition_bote>
                        <MODEL>Bot 111 AHT</MODEL>
                        <FUEL_CAP>80 Gallons</FUEL_CAP>
                        <IMAGE>picture/TOYOTA.jpg</IMAGE>                        
               <Descrition_bote>
        </BOATS>                 
    </cuddy_cabbin>

</ROOT>


This is what I have in my first frame:
 -      3 big buttons picture(teh pictures were called from xml) -----> bow_rider.jpg, cuddy_cabins.jpg, fun_cruiser.jpg     the top of this picture there are  buttons ,boton1,boton2,boton3

 -      Also, every time that I pass my mouse on top of any of the 3 big pictures a little drop menu will appear. In this drop
          menu there are little pictures that at the same time are buttons.
 -      A Dynamic text in which I display the <caption> information
   
This part is done!!!.


Now I want to go to the second frame. After select one of the little pictures I want to give it a click on that picture and sent my picture(already chosen)  to my second frame and and in my second frame I will have:
          The picture that I selected from my drop menu and different Dynamic Text where the information that is in my
          XML file under <Boat id="5"> for example will be display.


PLEASE ANY HELP WITH THE SECOND PART!!!
Eddy
         
ASKER CERTIFIED SOLUTION
Avatar of kamermans
kamermans

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial