Hi,
i want to write a Single Sign On for a WebApp. My problem is i don't have a good knowledge about Intranets. The aim of this tool is to allow a user in network (intranet) to access this App...
Type: Posts; User: alim27; Keyword(s):
Hi,
i want to write a Single Sign On for a WebApp. My problem is i don't have a good knowledge about Intranets. The aim of this tool is to allow a user in network (intranet) to access this App...
Hello,
does someone know a good bigenner's tutorial for OFBiz (Apache Open For Business). Please no google suggestions, cause i did. Thanks for any help.
hello,
what does the web.xml file exactly in a web-App ? can someone describe how does an web-App use the config or xml map files ?
Hello,
can someone tell me what tomcat valve and Realm are and what they are good for ? Thanks
E.g. To be a dynamicdrive.com member, i have to be registred. My register data wil be saved in a database (e.g MySql). But in order to post i have to log on, because post is a "protected resource" (i...
Hi,
again a :o question. Where will the user credentials by a web-app be saved ? and from which software-component they will be managed :confused: ?
if someone knows a link where this is...
a good Link.
Thanks codeexploiter ! you are alawys there wenn i need help ; -)
Hi,
I'm trying to write an tool or application that implement a SSO (Single Sign On) and i'm at the begining if someone know a link that explain somehow what is it or how to do it, post please....
It was great ! Many Thanks
Not exactlly. When i edit the element it should be updated, the new context should be shown. Thanks
Hi all,
i'm trying to edit texts in place every thing goes well without saving the new texts (have no knowledge in PHP).
Had anyone an idea what should i change to make this work ?
<html>...
Hi,
i'm trying to draw a line that bind two objects in fixed points and when those objects moves around by drag & drop, should the line follow them. does anybody have an idea. I found a solution but...
OK. I've got it.
Thanks for your reply,
did it draw anything ?
Hi ,
i'm trying to bind Walterzorn Graphic library and use it. Link to the lib : http://www.walterzorn.de/jsgraphics/jsgraphics.htm
i've tried this :
<html>
<head>
<script...
Thanks.
can someone use Tomcat for other App that dosn't written in JAVA ?
i have a :confused: .
Is Tomcat only for WbbApp that was written with java ?
Where else does someone need Tomcat ?
with help this command i can put a string insted of a selected one :
tinyMCE.execCommand('mceInsertRawHTML', false, "blabla");
but i can delete this string insinde the Tiny editor with the Del...
hello,
i have a little problem here and i ask those who can for help.
I'm adding an element with help this command like this :
tinyMCE.execCommand('mceInsertRawHTML', false, "<span id="test"...
Thanks Guys ;- )
here is the command :
tinyMCE.execCommand('mceInsertContent',false,"NewText" +tinyMCE.selectedInstance.selection.getSelectedHTML()+"NewText");
I found it :
CODE :
var anySelection = false;
var inst = tinyMCE.getInstanceById(editor_id);
var focusElm = inst.getFocusElement();
var selectedText =...
Hello,
i have a function, that gives me a selected String in a Textareas. CODE :
function moveSelectedWord()
{
var selectedString = ' ';
if (window.getSelection) { // recent Mozilla...
i found a solution .. thanks
hello,
how can i replace a selected wod in a text with other one ???
thanks