Skip to main content

HTML help

Forum

I haven't been here for a while, mainly cause my bandwidth is generally occupied downloading :) (that and lots of work to do)
Anyway this is a website i am doing for my cisco Threaded case study as part of a presentation of our group's network design solution.
Anyways i am having some problems.
Below is the html code which should show up as just the code as it does say to the left that html is off.
Anyway i have the pull down menu system there and the only way i could get it to work with frames was borrow this weird browser in the browser window javascript so the pull down menu would be cut off by the frame.
Anyway what i need to know is how to get a link to open up into this frame like a normal frame so the the navigation menu will also be there.
Either that or if someone can help me do a drop down menu system which doesn't get cut off by frames that would be good too. (i have downloaded about 4 different ones not including mine and all of them get cut off as well)
Anyways any help would be.... well very helpfull

Group 1 TCS

//this beith the popup menu script n stuff n00b
//this part does the showing

function showMainMenu(menu) {
if (document.all) {

eval("dropDown"+menu+".style.visibility='visible'");
} else if (document.layers) {

eval("document.layers.dropdDown"+menu+".visibility='show'");
}
}

//this part does the hiding
disappear
function
hideMainMenu(menu,givenEvent,isMain){
if (document.all) {
if
(!eval("dropDown"+menu+".contains(event.toElement)")) {

eval("dropDown"+menu+".style.visibility='hidden'");
}
} else if (document.layers) {
var
givenLayer=eval("document.layers.dropDown"+menu);
if (isMain) {

if(givenEvent.pageY

100) {
seed--;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit(100)",75);
}
}
}
// End -->

testing 1

testing 2

test link

Forum

I haven't been here for a while, mainly cause my bandwidth is generally occupied downloading :) (that and lots of work to do)
Anyway this is a website i am doing for my cisco Threaded case study as part of a presentation of our group's network design solution.
Anyways i am having some problems.
Below is the html code which should show up as just the code as it does say to the left that html is off.
Anyway i have the pull down menu system there and the only way i could get it to work with frames was borrow this weird browser in the browser window javascript so the pull down menu would be cut off by the frame.
Anyway what i need to know is how to get a link to open up into this frame like a normal frame so the the navigation menu will also be there.
Either that or if someone can help me do a drop down menu system which doesn't get cut off by frames that would be good too. (i have downloaded about 4 different ones not including mine and all of them get cut off as well)
Anyways any help would be.... well very helpfull

Group 1 TCS

//this beith the popup menu script n stuff n00b
//this part does the showing

function showMainMenu(menu) {
if (document.all) {

eval("dropDown"+menu+".style.visibility='visible'");
} else if (document.layers) {

eval("document.layers.dropdDown"+menu+".visibility='show'");
}
}

//this part does the hiding
disappear
function
hideMainMenu(menu,givenEvent,isMain){
if (document.all) {
if
(!eval("dropDown"+menu+".contains(event.toElement)")) {

eval("dropDown"+menu+".style.visibility='hidden'");
}
} else if (document.layers) {
var
givenLayer=eval("document.layers.dropDown"+menu);
if (isMain) {

if(givenEvent.pageY

100) {
seed--;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 100 && seed > 0) {
for (c=0 ; c < seed ; c++) {
out+=" ";
}
out+=msg;
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else if (seed <= 0) {
if (-seed < msg.length) {
out+=msg.substring(-seed,msg.length);
seed--;
window.status=out;
cmd="scrollit("+seed+")";
timerTwo=window.setTimeout(cmd,100);
}
else {
window.status=" ";
timerTwo=window.setTimeout("scrollit(100)",75);
}
}
}
// End -->

testing 1

testing 2

test link