Does anybody know how to get a double quote (") in a mouse over. I want to display something like this: Select "Test" Button.
I've tried every combination of single and double quotes but I cannot get it to work. I am using the title attribute to do it. Here is what it looks like.
<input...
Is there a way I can change the size of a input text dynamically?
I have a form with the following field:
<input type="text" name="month" id="dobMonth" size = "1">
I hoped I could do something like this:
var vMonth = document.getElementById("dobMonth") vMonth.size= 8
and have the size...
Greetings,
When tabing from one text field to another in an HTML form when you land on a field all the characters are automatically selected. I have a text field that is performing some function that "unselects" the text. Is there a way in JavaScript that I can programatically reselect all the...
Hello,
I have a quick question. I am currently a Java developer with about 7 years of J2EE experience. I have been asked to go to a C# .NET environmnet and was wondering if any of you had made the transition from J2EE to .NET and what books you found the most helpful? I am not on a fast track...
Greetings.
We have about 300 reports running on BOXI. In order to set the password we have to go into the Central Management Console to set the report’s database default information for logging into the datasource. In here we set the password.
The problem is our DBA is instituting a...
Found the problem. The default domain name given in the SQLNET.ora file was being appended to my service name. It was trying to connect to CEAS_MCC.whateverthedefdomnameis.com.
When the service name has an IP address in it like M.122.22.33.123 it does not append the default domain. So...
Greetings,
I am having a strange problem with connecting to ORACLE. I have just installed the client 9.2.0.1.0.
When I use a service name like CEAS_MCC I get a 12154 error TNS Could not resolve service name. However, if I add the IP address to the service name like M_152.225.91.090 I can...
Greetings,
I am creating a hyperlink in the Format Editor.
Based on a field being 'Other' I want to either pass the value of the field or a null value. The null value will then be passed as a parameter to a stored procedure so it cannot be sent with quotes. Does anybody know how I can do...
Greetings,
Has anybody used the Apache Commons api for FTP?
I am trying to get a list of files on a unix box via ftp and by this simple method:
FTPClient ftp = new FTPClient();
try{
ftp.connect(server);
ftp.login(userId, password);
FTPFile[] files =...
sedj
The problem is that it is taking about 30 seconds on the OAS and about 2 seconds on Tomcat.
"Does anybody know why this command would take so long on an Oracle server but not Apache?"
Thanks
Jeff
Greetings,
I have a question for those of you who have worked with Apache and the Oracle 10g app server.
I am running an application on both Apache and Oracle 10g 10.1.2.0.2. I am sending a large zip file wrapped in an xml as a parameter. When executing a
Enumeration enum =...
Never Mind.
I found the answer.
Add these attributes to the javac task:
source = "1.5"
target = "1.5"
executable="${jdk5.0.bin}/javac"
where jdk5.0.bin is the the directory where the javac resides.
Thanks
I am trying to run a build file that is failing on the javac task. The problem is that my default javac.exe as defined in my Path command is a 1.4 compiler (it has to remain t his way). I am running ant in eclipse and in eclipse I am using a 1.5 sdk.
Here is my javac target:
<target name =...
Dave,
Yes, I follow. I thought that was the case but just wanted to be sure. Hoped there may be some majical way to do it.
Thanks for the quick response.
Jeff
Greetings,
Does anybody know how to put variable from JavaScript to a Java variable in a JSP?
For example, lets say I have an html select box called sBox that I want to store it in a Java String object. Is there someway to store the currently selected option in sBox to String javaSBox.?
I...
Has anybody gotten the Struts ValidatorActionForm to work?
I have two actions that use the same form and each action uses different elements of the form. From what I understand the ValidatorActionForm should take care of this by allowing me to map the action name to the validation process...
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.