cesarcesar
Programmer
- Mar 5, 2003
- 30
hello all,
this is the important part of my script:
-----------------------------------------
function matrix(){
browserVersion = 'idf_loader.htm';
f = browserVersion;
document.write('<a href="javascript:launchCenter('+f+');">High</a>');
}
('+f+') only see's 'idf_loader'
not the '.htm'
the dot is killing it?
why o masters of coding?
this is the important part of my script:
-----------------------------------------
function matrix(){
browserVersion = 'idf_loader.htm';
f = browserVersion;
document.write('<a href="javascript:launchCenter('+f+');">High</a>');
}
('+f+') only see's 'idf_loader'
not the '.htm'
the dot is killing it?
why o masters of coding?