Search found 3 matches

by mjordan
Wed Jan 07, 2004 6:39 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IFRAME question
Replies: 6
Views: 5214

Thanx John (another "quality" M$ product) ;-)

Andy, I did check your code before I posted and it looked like my example 4
aI("text=myfile;url=me.htm;target=tempiframe");
was the same as yours so I couldn't understand why mine was loading a new frame

Cheers
Mick
by mjordan
Tue Jan 06, 2004 12:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IFRAME question
Replies: 6
Views: 5214

Thanx Andy, Just thought I could target the Iframe directly...obvioulsy not...thanx for you assistance BTW...I use Frontpage to do my design and have noticed that the third menu aI("text=iframe myfile;url=javascript:openIFrame('tempiframe','me.htm')"); doesnt display the contents of the iF...
by mjordan
Mon Jan 05, 2004 8:08 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IFRAME question
Replies: 6
Views: 5214

IFRAME question

Hi Have some JS with(milonic=new menuname("Links")){ style=menuStyle; aI("text=NEW Apache;url=http://www.apache.org;target=_new"); aI("text=iframe Apache;url=javascript:openIFrame('tempiframe','http://www.apache.org/')"); aI("text=iframe myfile;url=javascript:openI...