I'm developing a small web app for scanning parcels coming in to a 
warehouse.
I want the functionality of having a dropdownlist where I can choose 
shipping company to open a new site to scan parcels for this company.
I got 2 tables. Parcels and Carriers. In the Carriers table i got id, name.
1, Fedex
2, DHL
3, UPS
etc.
I want the dropdownlist to show the name. When choosing a name a new popup 
should open going to http://localhost:8888/Postlog/parcels/scan/<id>
How can I make a dropdown list doing this? It does'nt matter if the popup 
opens when choosing the name from the list or by pressing a button after.

-- 
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP

--- 
You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/cake-php?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to