Visual RPG is not "Role-Playing Game", sleipnir214 is right, it refers to www.asna.com.
The visualrpg application does all the work, manipulates the information given by the database. There isn't any document or image(word, excell, gif, jpeg, tiff) present in the hard drive, this...
This is the problem:
i have a visualRPG application that querys a database. The information is composed by 0 and 1 and represents a image or a document(word, pdf, etc...). Then the application transforms this information into the image itself.
This is my question, and i really don't know if...
The address book is in the server side, and i have to install NotesSQL. I don't know if i'm write or wrong, but i believe accessing Lotus Notes Database via ODBC is the only way. vbkris thanks for the advise.
I know that i should't grant write privileges, but i need to upload a file to a directory, and my goal is to give privilege to upload the file and then take it away.
And i think the only way i can resolve is to create a connection to the ftp, change de permissions and then disconnect. I think...
I need to change the the permissions of a directory in my ftp server. I use:
$directory = "../pagescsd";
chmod ($directory, 0777);
Warning: chmod failed: Operation not permitted in ...
I read some information about this problem, the web server typically runs as a low access account...
I have several jsp's files that retrieves two external files that contains javascript code, like this:
<SCRIPT SRC="/js/Script1.js" LANGUAGE="JavaScript"></SCRIPT>
<SCRIPT SRC="/js/Script2.js" LANGUAGE="JavaScript"></SCRIPT>
On "Script2.js" i...
the code is divided in <forms>, and before the end of each form there is a <input type=hidden...> with some parameters the code always breaks there but not in the exactly same point. I checked the menunumber many times and it's always correct.
I have a simple problem...
I have an if condition to prevent a undefined eval...
something like this:
if(eval('document.all.But<%= MenuNumber %>0') != undefined){
var rightcl=eval('document.all.But<%= MenuNumber %>'+i);
}
the problem came when i run some jsp's....when the page is...
I have a simple problem...
I have an if condition to prevent a undefined eval...
something like this:
if(eval('document.all.But<%= MenuNumber %>0') != undefined){
var rightcl=eval('document.all.But<%= MenuNumber %>'+i);
}
the problem came when i run some jsp's....when the page is...
I have one big problem
i have these imports
<%@ page import="java.util.*" %>
<%@ page import="se.ibs.ns.cf.*" %>
<%@ page import="se.ibs.ccf.*" %>
<%@ page import="se.ibs.ns.icat.*" %>
<%@ page import="se.ibs.bap.*" %>
<%@ page...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.