Menus and In-line frames

G

Guest

I am working with "hier menu" to open a page in an inline frame. If I set the
Target, the menue is not working. Any idea??

This is the menu - and where should I input the taget since it is not
working if I declare the target after the link:


<SCRIPT LANGUAGE="JavaScript1.2">
<!--
if (isMenu) {
document.write("<SCRIPT LANGUAGE='JavaScript1.2'
SRC='hierArrays.js'><\/SCRIPT>");
document.write("<SCRIPT LANGUAGE='JavaScript1.2'
SRC='hierMenus.js'><\/SCRIPT>");
}
//-->
</SCRIPT> <SCRIPT LANGUAGE="JavaScript">
<!--
NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));
function popUp(){return};
function popDown(){return};
function startIt(){return};
if (!ver4) event = null;

if (isMenu) {
menuVersion = 3;
menuWidth = 100;
borWid = 2;
borSty = "solid";
borCol = "#00008B";
separator = 2;
separatorCol = "#FFFFFF";
fntFam = "sans-serif";
fntBold = false;
fntItal = false;
fntSiz = 7;
fntCol = "#0000FF";
overFnt = "#800000";
itemPad = 3;
backCol = "#D3D3D3";
overCol = "#D3D3D3";
imgSrc = "tri.gif";
imgSiz = 10;

childOffset = 5;
childOverlap = 50;
perCentOver = null;

clickStart = true;
clickKill = false;
secondsVisible = 0.2;

keepHilite = false;
NSfontOver = false;

isFrames = false;
navFrLoc = "left";
mainFrName = "main";
}
//-->
</SCRIPT> <SCRIPT LANGUAGE="JavaScript1.2">
<!--
/** It is recommended that the arrays
be saved as an external file. Start CUT here. **/
arMenu1 = new Array(
"",
"","",
"","",
"","",
"","",
"Open
Positions","../../../C.P.S.version2.04/Web_balances/Total_BIE_30_P_participant_value_43001000-6000.htm",0,
"Month activity","EmploymentRU.htm",0

);
/** End CUT here. Save as 'hierArrays.js'
then delete this <SCRIPT> tag**/
//-->
</SCRIPT>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Inline frames and menues 3

Top