View Single Post
Old 12-07-2007, 08:58 PM   #3 (permalink)
Wildhoney
La Vida es Sueño
Advanced Programmer Top Contributor 
 
Wildhoney's Avatar
 
Join Date: Sep 2007
Location: Oldham
Posts: 2,258
Thanks: 90
Wildhoney is on a distinguished road
Default

Well, I don't mind dong the Javascript part of it if you want that, but just a word of advice on the Javascript side of things. When you add new elements to the form and hide them, Safari actually classes that as a breach of security and doesn't include the item when you submit the form, so the best way to do it is to simply use the position CSS attribute to place an element over the top of the other one. Therefore the one below is still technically visible to the browser, just not to the user.
__________________
The man who comes back through the Door in the Wall will never be quite the same as the man who went out.
Send a message via AIM to Wildhoney Send a message via MSN to Wildhoney Send a message via Yahoo to Wildhoney
Wildhoney is offline  
Reply With Quote