what is blank.htm and do I have to keep it

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
pkpzt94
Beginner
Beginner
Posts: 4
Joined: Mon Jun 02, 2003 3:37 pm

what is blank.htm and do I have to keep it

Post by pkpzt94 »

I was told by a co worker that blank.htm would need to be kept on the root folder of the website that it would speed it up or something, is this true? :roll:
pkpzt94
Beginner
Beginner
Posts: 4
Joined: Mon Jun 02, 2003 3:37 pm

does any even know what I mean?

Post by pkpzt94 »

does any even know what I mean?
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

I have no idea. More details, please.
John
pkpzt94
Beginner
Beginner
Posts: 4
Joined: Mon Jun 02, 2003 3:37 pm

Post by pkpzt94 »

Since using the menu, a co-worker was lead to believe through some reading here that putting an empty copy of blank.htm on the web root would speed the menu generation. Last month we recorded 288,000 hits to the file. We would like to delete it if it truely does not good but 288,000 hits says something is hitting it in the background. Does the menu use a blank.htm for anything and if so how do I get around using it? Thanks
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Andy will have to take that one. I've never heard of it and do not use it myself.
John
tipster
Beginner
Beginner
Posts: 2
Joined: Tue Jun 10, 2003 5:57 pm
Location: Texas
Contact:

Post by tipster »

pkpzt94
Beginner
Beginner
Posts: 4
Joined: Mon Jun 02, 2003 3:37 pm

Post by pkpzt94 »

mmenu.js - Line 426 says

if(ie55){ifBlnk="";if(location.protocol=="https:")ifBlnk="/blank.htm";mt="<IFRAME frameborder=0 id=if"+mnu+" src=\""+ifBlnk+"\" scroll=none style=\"FILTER:progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);visibility:hidden;height:20;position:absolute;width:"+(menu[3]+ns6w)+"px;left:"+dmleft+"px;top:"+menu[1]+"px;z-index:5\"></iframe>"}

This is what I am referring to, is blank.htm required? What modifications can be made to alter this?
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

Hi,

I believe that blank.html is used to prevent a security message when the site is viewed through https in ie55. If you aren't using https, then you don't need the blank.html file on your site (and, in fact, that file should only be accessed if https is the protocol in use, as implied by the if statement). The fact that you get hits on this page suggests to me that you are using https... so you probably need the file.

Kevin
Post Reply