Refinance - Web Advertising - Mortgage insurance - Credit Report - Actress

PDA

View Full Version : Highlighting + iFrame question


gilgalbiblewheel
Oct 12th 2005, 10:04 am
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.

iShopHQ
Oct 17th 2005, 3:46 am
I don't really understand what you are trying to do....

You only want 1 iframe on the page?

durango
Oct 18th 2005, 10:20 pm
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.