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...
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...
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-----------...
No suitable driver appers when i try to connect to database.
I don´t know how to resolve it.
I use JdbcOdbcDriver with MS Access.
I have IIS installed in my computer.
I want to connect an applet to my local MS Access database
using JDBC. When i run the applet with applet viewer, everything is Ok, the problem is when a try it in a browser.
He can't load the JdbcOdbcDriver.
Everything is in my computer, i´m not trying to connect to a web server or database...
I have a SQL query logging to an IBM AS400 Client Access using Client Access ODBC Driver.
This query works with parameters and performs well.
The problem starts when, in Crystal Report Designer i try to use this query.
Trying refresh the error "Xbase error: Could not open file"...
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.