Desperately need some assistance. I have a form with several different form elements and the ONLY elements I am concerned with are the ones that begin with "field" and the array value..so...
The following function returns true/false and I would like to obtain the value from that function. The function resides in an iframe and it submits and validates a form within that iframe....
Im looking for a JS method to do the same thing as what is below. I want to submit the values to the iframe as form values and not url but by using JS instead. Is this possible?:eek:
I have some javascript that is used to create iframes dynamically each time the user clicks the "Add" button. These iFrames are contained and displayed within a div with an id iframeContainer. I...