Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

variables

Status
Not open for further replies.

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=&quot;javascript:launchCenter('+f+');&quot;>High</a>');

}

('+f+') only see's 'idf_loader'
not the '.htm'
the dot is killing it?

why o masters of coding?
 
Works fine in IE 6 and Mozilla 1.2.1 on Windows 2000

-pete
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top