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...
How to use print APIs in Servlets? I want to print a
web page through my servlet. This should be just like
Printable Page icon on the www.java.sun.com site.
Thanks in advance.
i have a servlet who needs to call a diferent class.
The problem is when i compile the servlet, he doesn't recognize the packages import javax.servlet.* and javax.servlet.http.*
How can i call a class
(in this case public class NameClass implements Printable) within a servlet
Thanks
I have a web report generated by servlets.
this report has more than 1 page.
How can i create a printjob that the second
or third page is the continuation of the previous.
Something like this:
name nick
John John1
Mark Mark1
...
Joshua Joshua2
-------------end of page-----------...
i have try it, but it still don´t work...
i am desperated
i have the sun/jdbc/odbc/*.class in my InetPub/wwwroot/
i have try to put the database file in InetPub/wwwroot/
i am trying to run the applet in the same computer where IIS is installed.
In Nestscape 6 the exception is...
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.