- Posts: 12
- Thank you received: 0
Ask the community, share ideas, and connect with other LimeSurvey users!
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#limesurvey').attr('target', '_top'); }); </script>
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('a').attr('target', '_top'); }); </script>
tpartner wrote:
Code:<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#limesurvey').attr('target', '_top'); }); </script>
tpartner wrote: Hmm...and maybe if you are automatically loading the end URL, you can add this script to a question on the last page. It will change the target of the form to "_top". I haven't tested this but it's worth a try.
Code:<script type="text/javascript" charset="utf-8"> $(document).ready(function() { $('#limesurvey').attr('target', '_top'); }); </script>