A
Alfie
Hi.
I'm looking to learn javascript by looking at a particular website which has
a nice looking menu system.
http://tinyurl.com/yw2uc
I've saved the entire page using firefox which save the *.js files too.
Now I'm looking through the functions but cannot find the bodies of several
functions, for example domWrite() and writeItems() below called in the
script menu.js and Menu.htm.
Where are they?
Are they on the 'server' side and invisible to me?
How can I tell? Is it just through their absense?
Thanks
function switchTab(iTabID) {
if (bMenuFolded) {
foldMenu();
}
if (iTabID == 1) {
if (iCurrentTabID==1) {
allPathArray.length=0;
domWrite('menuParents1',sEmptyPathArray);
writeItems('allSkeletonArray',0,'allMarketsTreeContainer','allPathArray','me
nuParents1');
}
I'm looking to learn javascript by looking at a particular website which has
a nice looking menu system.
http://tinyurl.com/yw2uc
I've saved the entire page using firefox which save the *.js files too.
Now I'm looking through the functions but cannot find the bodies of several
functions, for example domWrite() and writeItems() below called in the
script menu.js and Menu.htm.
Where are they?
Are they on the 'server' side and invisible to me?
How can I tell? Is it just through their absense?
Thanks
function switchTab(iTabID) {
if (bMenuFolded) {
foldMenu();
}
if (iTabID == 1) {
if (iCurrentTabID==1) {
allPathArray.length=0;
domWrite('menuParents1',sEmptyPathArray);
writeItems('allSkeletonArray',0,'allMarketsTreeContainer','allPathArray','me
nuParents1');
}