Login or Register

RSS IconRecent posts in this topic

avatar
Davor on Jan 16. 2008. 3:33 pm
Hello, I want to integrate surveys in the portal, but how do I integrate them in the project description? The script looks like this:

<script language="javascript" type="text/javascript">
var PDF_surveyID = 'AC0896A3F5499E7F';
var PDF_openText = 'View Survey';
</script>
<script type="text/javascript" language="javascript" src="http://www.polldaddy.com/s.js"></script>
<noscript><a href="http://www.polldaddy.com/s/AC0896A3F5499E7F/">View Survey</a></noscript>
www.synergetics.be | www.davor.be
avatar
Ilija Studen on Jan 16. 2008. 5:52 pm
Script tag cannot be used anywhere in the system (activeCollab will remove it from all user input data or escape it). Having this tags available would bring great risk from XSS attacks. You can read more about this type of attacks and what information such attack can provide to attacker on Wikipedia.

I suggest that you just post a link to the survey and ask users to fill it out.
activeCollab team member
avatar
Davor on Jan 16. 2008. 5:57 pm
Clear enough :-) Thanks.
www.synergetics.be | www.davor.be
avatar
Davor on Jan 21. 2008. 11:23 am
What about html snippets? They don't seem to show in the discussions. (just the code)
www.synergetics.be | www.davor.be
avatar
Ilija Studen on Jan 21. 2008. 12:51 pm
activeCollab does not let you use HTML. Only available HTML is for simple formatting (bold, italic, strike through, list, code...) - everything else is either stripped or escaped.
activeCollab team member

RSS IconRecent posts in this topic