I tried to use your SSL version according to https://www.kampyle.com/forums/viewtopi ... 2913f3d985
First - the code I got from you is buggy - it says to put in the <body> section the follwing code:
<!--Start Kampyle Feedback Form Button-->
<div id="k_close_button" class="k_float kc_bottom kc_right"></div>
<div>
<a href="https://www.kampyle.com/ target="kampyleWindow" id="kampylink" class="k_float k_bottom k_right" onclick="javascript:k_button.open_ff('site_code=**private**&form_id=9923&lang=en');return false;"><img src="/images/en-green-band-low-right.gif" alt="Feedback Form" border="0"/>
</a></div>
<script src="/js/k_button.js" type="text/javascript"></script>
<script type="text/javascript" src="/js/k_push.js"></script>
<!--End Kampyle Feedback Form Button-->
You can see in line 4 that the link https... starts with a " but is not closed.
First question? - Am I right to assume it should be: "https://https://www.kampyle.com/feedback_form" ?
Second question: The code above generates a JavaScript error:
I see in FF error console: Error: Permission denied to call method Location.toString
and in IE: Expected Identifier, String or Number
thanks,
Assaf


