PDA

View Full Version : Enlaring images and retrieval of data problems



Jack
04 Jan 2009, 08:57 PM
I have 2 problems currently and any help help would be greatly appriciated.

Ok, so I am building a flash site for a family member on a house they are renting out. I have a map which is in quite a bit of detail so it cannot take up the whole of the location "page". What I am wanting is that when someone either hovers their mouse or clicks on (I don't mind) the image, a very big image of it displays. Please can anyone give me a detailed description on what I need to do?

Also, my second problem is a booking form I have for the site. Currently I have it programmed so that when someone clicks Submit the details gets emailed to me - everything works except drop down boxes - it cannot retrieve the information from drop down boxes only text boxes. I have 6 drop down boxes I called them box1, box2 etc. and I based the retrieval of drop down boxes information on text boxes but oviously it is not working Currently I have for the submit button this:

on (release) {
_parent.getURL("booking.php","_blank","GET");
_parent.name=" Your Name";
_parent.email=" Your Email";
_parent.phone=" Your Phone";
_parent.numadults=" Num of Adults";
_parent.numchildren=" Num of Children";
_parent.comments=" Comments";
_parent.box1="Arrival";
_parent.box2="Departure";
_parent.box3="Arrival";
_parent.box4="Departure";
_parent.box5="2009";
_parent.box6="2009";
}



Any help please? Thanks