Page 1 of 1

Can't Load Long Script ( and also can't encode some chars )

PostPosted: Mon Jul 30, 2007 10:57 am
by binbash
Hi, ... again ...

Noticed when i tried to punch in a long script, it gets concatenated. Something i missed? and also, .. some characters .. like (apostrophe) is not encoded. It gets a weird character . Something wrong w/ the encoding (DB) ? or ... is it some parts in the scratch install i missed ?


Thanks

PostPosted: Tue Jul 31, 2007 11:25 am
by mflorell
I'm not sure I understand your problem, could you be a bit more specific?

PostPosted: Mon Aug 06, 2007 1:51 pm
by binbash
oh i just noticed. Special characters like bullets, and apostrophe are replaced w/ invalid characters.

PostPosted: Tue Aug 07, 2007 4:26 am
by mflorell
The SCRIPT tab contents are filtered because they have to pass through AJAX and I wanted to remove any possibility of intentional or unintentional DHTML/Javascript incompatibilities and exploits. If you want to use a special SCRIPT with a lot of customization I would suggest using an IFRAME which would actually load a web page inside the SCRIPT tab with all of the variables.

PostPosted: Tue Aug 07, 2007 10:57 am
by binbash
Understood. Thanks a lot. Got that part on the Iframe.