Search found 7 matches

by f11at125
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

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 ...
by f11at125
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 ...
by f11at125
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

Hi Kevin,

The code you listed is for opening an html page inside an iframe on the same page; I am asking how to open an iframe on a remote page.

Andy,
the Javascript may not be DHTML-menu related, but the question (which remains unanswered): "Is it possible to use Milonic's DHTML menu to open a ...
by f11at125
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
by f11at125
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 ...
by f11at125
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 ...
by f11at125
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 ...