Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by joaofgf on Sep 19, 2007 16:30
open dhtmlx forum
dhtmlXTabbar and special characters

Im using dhtmlXTabbar and when loading dynamic content through setContentHref the iframe its not loaded correctly if we use portuguese characters like çÇãé.
Answer posted on Sep 20, 2007 14:26
This is seriously related to used locale and the setting of remote server. Please try instead of

    tabbar.setContentHref(url);

use

    tabbar.setContentHref(encodeURI(url));