Error on mouseover of menu object with inline frame

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
jbruso
Advanced
Advanced
Posts: 29
Joined: Fri Jun 17, 2005 11:13 pm

Error on mouseover of menu object with inline frame

Post by jbruso »

If you go to http://dev.sheridan.edu and mouseover the orange e-Services button in the top right, you'll notice that a script error is thrown as you mouse into the box. For the life of me, I can not debug this thing. Any ideas?

http://dev.sheridan.edu/
jbruso
Advanced
Advanced
Posts: 29
Joined: Fri Jun 17, 2005 11:13 pm

Picture of the error message

Post by jbruso »

Image
jbruso
Advanced
Advanced
Posts: 29
Joined: Fri Jun 17, 2005 11:13 pm

Netscape

Post by jbruso »

Netscape javascript console says there is no value for G??

$G has no properties??
jbruso
Advanced
Advanced
Posts: 29
Joined: Fri Jun 17, 2005 11:13 pm

menu files

Post by jbruso »

are here:
http://dev.sheridan.edu/menus/

and the code I have for that window is this...

Code: Select all

with(milonic=new menuname("eservicestop")){		
style=eservicesStyle;
top="offset=-26";
left="offset=70";
align="right";
	aI("text=`<iframe src=https://www.sheridan.edu/uportal/login/form.htm name=Portal_login width=300 marginwidth=0 height=150 marginheight=0 align=middle scrolling=no frameborder=0>';type=form;align=center;keepalive=1;onbgcolor=;onborder=;");
	}	
jbruso
Advanced
Advanced
Posts: 29
Joined: Fri Jun 17, 2005 11:13 pm

still don't know what to do with $G???

Post by jbruso »

I'm sorry to be a pest about this.. if anyone has any ideas for what $G is all about and how to get rid of this javascript error, I would really appreciate it.
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Post by Andy »

I don't see any errors at all.

What operating system and browsers are you seeing this with?

I see it's Internet Explorer but doesn't say anything about $G not being defined.

Also, have you tried updating the code files?
jbruso
Advanced
Advanced
Posts: 29
Joined: Fri Jun 17, 2005 11:13 pm

Post by jbruso »

I know.. I don't see it on my IE 6 either.. but on most of the other IE 6 apps running on other machines here at the college.

It occurs when you mouseover the orange button and then move your mouse into the yellow box...

You should see it clearly in Netscape 7.2 with the javascript console open.. you'll see it enter the debugger.

Yes, I've updated the files to the most recent version 5.747
jbruso
Advanced
Advanced
Posts: 29
Joined: Fri Jun 17, 2005 11:13 pm

Post by jbruso »

Were u able to see what I was tlaking about?
Post Reply