SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rating: Thread Rating: 1 votes, 5.00 average. Display Modes
  #1  
Old 02-02-2006, 06:44 AM
BSolveIT's Avatar
BSolveIT BSolveIT is offline
SEO
 
Join Date: May 2005
Location: England, UK
Posts: 621 BSolveIT has a spectacular aura aboutBSolveIT has a spectacular aura about
Send a message via MSN to BSolveIT
Cool Scripting across multiple IFRAME's on one page

Hello!

I have a page with a 2 IFRAME's in it. Both have FORM's in them.

I want to replace the innerHTML of one FORM with the innerHTML of the other FORM in a different IFRAME.

I have it working fine with IE, but it's not working with Firefox.


Here's the code in question:

Code:
function setup()
{
window.parent.document.getElementById("se_name").innerHTML = '<%=request.querystring("se_name")%>';
document.rankform.action = '<%=request.querystring("q")%>';

// This is the line that doesn't work with Firefox.
document.rankform.innerHTML = window.parent.searchterms.document.setupform.inner  HTML;

document.rankform.submit();
}


Help?

Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 10:34 AM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.