PEAK XOOPS - How to add more help in language file. in englishin japanese

How to add more help in language file.

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - No child | Posted on 2005/11/29 13:07
GIJOE  Gunnery Sergeant   Posts: 4110
hi bezoops.
It is not a vulneable.

Though fixed JavaScript is enough secure, some users disables JavaScript for security reasons.

You'd better write both <script></script> and <noscript></noscript>
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2005/10/7 6:45
bezoops  Private From: Canary Islands-Spain  Posts: 10
How to add more help to the users or administrators.

I add this java script code into a define line in a language file. This open a popup window with a text. This can provide extra information about a item.:
define("_MYTEXTDSC",
"Description of this option<br>
<a href=\"xavascript:
newWindow=window.open('','newWindow','scrollbars,resizable,width=200,height=200');
newWindow.document.open();
newWindow.document.write(
'This text appears into a popup window'
)\">+ info</a>");
(I change java for xava for security reasons.)

I probe it and works properly, but... is it secure?

Moreover, i can open a html file, not a text, and make a more big help file, with bookmarks thats makes easy to read and more completed.

This problem happened me because i am making a traslation to spanish of Protector module, and there are very much thinks to explain about the several options.
Votes:8 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!