PDA

View Full Version : please guys!! i need your help ...


nismo
02-12-2004, 09:58 PM
currently i'm working on flash map design .. so i've also included the button on each selected location..so my problem here is

**how do i want to transfer the data from the location to the input field(still in flash) plus after i click on the submit button , then it transfer the data to our form(in PHP) ..

^^Example:

After I click Indiana University button..



At input field area (still in flash)

Ex: You have selected : Option 1 : Indiana University(in input area)
Option 2 : bla..bla..
(and so on..)

Then, after I click on the submit button , it will appear the msg "Are you sure?"

last , it will transfer to the display form in the simple page(actually i used PHP )


please guys!! i need your help ... :(

timothye
02-15-2004, 02:10 AM
for the "are you sure"
on(release){
//your code,do something
//dymanictext field
dynamic text field ="are you sure";
}
then send
cheers