Highlighting + iFrame question The very same page has 2 iFrames opening another page called tripledemoduo.asp. So there are 2 tripledemoduo.asp's opening within the 2 iFrames. Within a tripledemoduo.asp page there are the textboxes for inserting the keywords. See the picture. is it possible to move out the 6 textboxes from the iFrames and make 1 set of 6 instead of 2 sets of 6? That would make my life easier because I use this to compare two texts side by side by searching keywords. For example I put one keyword in red in both iFrames. But if there is one set of six textboxes then all I need to put 1 keyword in red only once. I hope you understand what I mean.
You could move that part of the form above the IFRAMEs and use a little javascript to post to both IFRAMEs. Submit the form to the first IFRAME, then do a setTimeout to submit to the second IFRAME.