logo

New Response

« Return to the main article

You are replying to:

  1. (and with apologies for being pedantic) you need to change the HTML header equation to strip out spaces as well, or it won't find the Netscape page.

    For example, until I hashed it to:

    bt := @If(@BrowserInfo("BrowserType")="Microsoft"; "ie"; "nn"); db := @ReplaceSubstring( @Subset( @DbName; -1); "\\"; "/"); db2 := @ReplaceSubstring( db; " "; "+"); "<link rel=\"stylesheet\" type=\"text/css\" href=\"/"+ db2 +"/global_"+ bt +".css\">"

    It wouldn't find the styles in netscape.

Your Comments

Name:
E-mail:
(optional)
Website:
(optional)
Comment: