Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
en:create:frameset [21.09.2015 12:22] mkgkielen:create:frameset [21.09.2015 12:36] mkgkiel
Line 19: Line 19:
   <head>   <head>
     <meta http-equiv="content-type" content="text/html; charset=utf-8">     <meta http-equiv="content-type" content="text/html; charset=utf-8">
-    <title>Fragebogen</title>+    <title>Questionnaire</title>
   </head>   </head>
   <frameset rows="99%, 1%">   <frameset rows="99%, 1%">
-    <frame src="https://www.soscisurvey.de/PROJEKT/" name="survey"> +    <frame src="https://www.soscisurvey.de/PROJECT/" name="survey"> 
-    <frame name="Beispielframe">+    <frame name="Exampleframe">
   </frameset>   </frameset>
 </html> </html>
Line 36: Line 36:
   * Using the command  ''%%border="0"%%''  borders around the frames can be deleted.   * Using the command  ''%%border="0"%%''  borders around the frames can be deleted.
  
-After creating and working on the file it can be loaded up in **pics and media** to the project directory. The result will be visible by attaching ''/start.html'' e.g. ''%%https://www.soscisurvey.de/PROJEKT/start.html%%'' to the project’s URL.+After creating and working on the file it can be loaded up in **pics and media** to the project directory. The result will be visible by attaching ''/start.html'' e.g. ''%%https://www.soscisurvey.de/PROJECT/start.html%%'' to the project’s URL.
  
 **Important**: Do __not__ upload the protected filestorage! **Important**: Do __not__ upload the protected filestorage!
Line 67: Line 67:
 ===== Load frame contents ===== ===== Load frame contents =====
  
-Probably the audio file is not meant to play from the beginning but rather start at some point later on. For this purpose copy the file ''play.html'' via JavaScript to the little frame. This is achieved by creating a new text fragment in **Textbausteine und Beschriftung** containing the following:+Probably the audio file is not meant to play from the beginning but rather start at some point later on. For this purpose copy the file ''play.html'' via JavaScript to the little frame. This is achieved by creating a new text fragment in **Text fragments and Labelling** containing the following:
  
 <code html> <code html>
 <script type="text/javascript"> <script type="text/javascript">
 <!-- <!--
-top.Beispielframe.location.href = "play.html";+top.Exampleframe.location.href = "play.html";
 // --> // -->
 </script> </script>
Line 87: Line 87:
 <script type="text/javascript"> <script type="text/javascript">
 <!-- <!--
-top.Beispielframe.location.href = "empty.html";+top.Exampleframe.location.href = "empty.html";
 // --> // -->
 </script> </script>
Line 95: Line 95:
 ===== Limitations ===== ===== Limitations =====
  
-  * During loading the frame set it is not possible to transmit variables (e.g. reference or serial number) to the questionaire, as mentioned here: [[:en:survey:url]].+  * While loading the frame set it is not possible to transmit variables (e.g. reference or serial number) to the questionaire, as mentioned here: [[:en:survey:url]].
   * Using this solution fading the music is not feasible. It is cut out abruptly loading the empty file.   * Using this solution fading the music is not feasible. It is cut out abruptly loading the empty file.
en/create/frameset.txt · Last modified: 01.06.2022 19:57 by admin
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
Driven by DokuWiki