May 11, 2005 #1 peacecodotnet Programmer Joined May 17, 2004 Messages 123 Location US Is there a way I can get the value of a text input box that is inside of an IFrame? Peace out, Peace Co.
Is there a way I can get the value of a text input box that is inside of an IFrame? Peace out, Peace Co.
May 11, 2005 1 #2 tsdragon Programmer Joined Dec 18, 2000 Messages 5,133 Location US Code: document.frames['[i]myframe[/i]'].document.[i]formname[/i].elements['[i]fieldname[/i]'].value Tracy Dryden Meddle not in the affairs of dragons, For you are crunchy, and good with mustard. Upvote 0 Downvote
Code: document.frames['[i]myframe[/i]'].document.[i]formname[/i].elements['[i]fieldname[/i]'].value Tracy Dryden Meddle not in the affairs of dragons, For you are crunchy, and good with mustard.
May 11, 2005 1 #3 BillyRayPreachersSon Programmer Joined Dec 8, 2003 Messages 17,047 Location GB Check out this thread: access the innerhtml of a div inside a frame (thread216-1019825) and this thread: write to an iframe (thread216-1021687) for cross-browser syntax. Hope this helps, Dan [tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt] Upvote 0 Downvote
Check out this thread: access the innerhtml of a div inside a frame (thread216-1019825) and this thread: write to an iframe (thread216-1021687) for cross-browser syntax. Hope this helps, Dan [tt]D'ya think I got where I am today because I dress like Peter Pan here?[/tt]
May 11, 2005 Thread starter #4 peacecodotnet Programmer Joined May 17, 2004 Messages 123 Location US Both of these responses helped me beyond expectations. Thank you so much. Peace out, Peace Co. Upvote 0 Downvote