Accueil arrow Support arrow Forums
LimeSurvey Forums
Welcome, Guest
Please Login or Register.    Lost Password?
[done] Hide/Remove javascript Close this Window (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: [done] Hide/Remove javascript Close this Window
#19651
jeygifford (User)
Fresh Lemon
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
[done] Hide/Remove javascript Close this Window 1 Month, 2 Weeks ago Karma: 0  
I know this is an old question, but I needed the answer and couldn't find an acceptable solution, so I figured it out.

1) Backup question.php
2) Find the lines (322 & 323 in 1.71+ (5599))that have the javascript call and the one just below that reads:
Code:


.$clang->gT("Close this Window")."</a></font><br /><br />n";



3) Comment out those lines and add a semicolon on a new line to close the statements.

4) Save, upload

This basically comments out the call to print the Close This Window tag and javascript. If you want to comment them out yourself, REMEMBER TO CLOSE THE STATEMENT WITH A SEMICOLON on a non-commented line.
 
Logged Logged  
 
Last Edit: 2008/10/06 12:25 By Mazi.
  The administrator has disabled public write access.
#19658
ElMatador69 (Moderator)
LimeSurvey Team
Posts: 1574
graphgraph
User Offline Click here to see the profile of this user
Re:Hide/Remove javascript Close this Window 1 Month, 2 Weeks ago Karma: 31  
 
Logged Logged  
 
Get in touch with the LimeSurvey Development Team via IRC
If our informations and answers were useful to you, please consider a donation to the LimeSurvey Project!
  The administrator has disabled public write access.
Go to top