Thanks, Kevin-
You have it right. The thing is, I have a very different graphic approach to the home page (which segments information by department) than the sub pages. There may be a way for me to make multiple iframes all on one page and acheive the approach you are talking about. That would make ...
Search found 7 matches
- Tue Oct 10, 2006 6:30 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Is there support for opening a link in a REMOTE iframe?
- Replies: 15
- Views: 14754
- Tue Oct 10, 2006 4:50 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Is there support for opening a link in a REMOTE iframe?
- Replies: 15
- Views: 14754
Oh yes, this was actually the very first thing I tried. What I found was that (in I.E. 6, anyway) it only worked if the page with the remote iframe was already open. Otherwise, it does not - and come to think of it, how could it possibly know where the remote frame is unless it was already cached in ...
- Tue Oct 10, 2006 3:11 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Is there support for opening a link in a REMOTE iframe?
- Replies: 15
- Views: 14754
- Thu Sep 28, 2006 4:41 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Is there support for opening a link in a REMOTE iframe?
- Replies: 15
- Views: 14754
Remote Iframe
Any findings on this - including "we find that it isn't possible?"
Thanks again,
Doug
Thanks again,
Doug
- Wed Sep 20, 2006 2:12 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Is there support for opening a link in a REMOTE iframe?
- Replies: 15
- Views: 14754
JS for opening remote iframe
Thanks;
I'll paste the script below. My Iframe is named "Iframe" - in the script that name must match the name of the iframe in question.
It requires that links be written as follows: <a href=iframecontentchild.html?framepage=remoteframeparent.html>link</a>. The menu doesn't seem to like the ...
I'll paste the script below. My Iframe is named "Iframe" - in the script that name must match the name of the iframe in question.
It requires that links be written as follows: <a href=iframecontentchild.html?framepage=remoteframeparent.html>link</a>. The menu doesn't seem to like the ...
- Tue Sep 19, 2006 9:40 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Is there support for opening a link in a REMOTE iframe?
- Replies: 15
- Views: 14754
support for opening a link in a REMOTE iframe
Fantastic; thanks! I'm sure this isn't easy, but I bet it's possible. I found some scripts that handle it for straight html links, but the syntax of the script doesn't sit well inside the menu data JS. But if it would help to look at the logic of the script, let me know.
Thanks again for your help ...
Thanks again for your help ...
- Tue Sep 19, 2006 3:47 pm
- Forum: Help & Support for DHTML Menu Version 5+
- Topic: Is there support for opening a link in a REMOTE iframe?
- Replies: 15
- Views: 14754
Is there support for opening a link in a REMOTE iframe?
Hello,
I have read and understand the Javascript process for linking to an Iframe ON THE SAME PARENT, but I am trying to write links that will open document.html inside an Iframe on a DIFFERENT PAGE... has anyone got any advice?
Just to re-cap: the menu on index.html needs to link to document.html ...
I have read and understand the Javascript process for linking to an Iframe ON THE SAME PARENT, but I am trying to write links that will open document.html inside an Iframe on a DIFFERENT PAGE... has anyone got any advice?
Just to re-cap: the menu on index.html needs to link to document.html ...