You're right on the money, you need the hidden form fields in the native
document via a tag or document.write, not by dynamically inserting them.

Been there, done that, wore out the T-shirt.

-Mike

> From: Nathan Hammond
>
> - To the idea of appending, if the elements are appended to the body
> (document.body.appendChild(mytextarea);) after it has 
> finished loading the fields are not always repopulated 
> (browser dependent). There are two approaches to this task 
> found in most history managers:
> document.write(), or inclusion of the HTML in the page 
> layout. I went with the former specifically because I could 
> control it to prevent it from being executed twice (important 
> where we'll want to allow entry from any page on the site) 
> and because it seems to be the more tried and true method. 
> I'm with you, I'd love to use DOM-only methods, but I don't 
> think that is possible. (Please feel free to prove me wrong.)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to