Click here to Skip to main content
15,896,118 members
Home / Discussions / Java
   

Java

 
QuestionDifferent between JRE 1.6 and JRE 1.5 Pin
utnqbao22-Oct-08 18:53
professionalutnqbao22-Oct-08 18:53 
AnswerRe: Different between JRE 1.6 and JRE 1.5 Pin
toxcct22-Oct-08 21:27
toxcct22-Oct-08 21:27 
GeneralRe: Different between JRE 1.6 and JRE 1.5 Pin
utnqbao22-Oct-08 22:23
professionalutnqbao22-Oct-08 22:23 
GeneralRe: Different between JRE 1.6 and JRE 1.5 Pin
toxcct22-Oct-08 22:33
toxcct22-Oct-08 22:33 
GeneralRe: Different between JRE 1.6 and JRE 1.5 Pin
utnqbao23-Oct-08 0:06
professionalutnqbao23-Oct-08 0:06 
GeneralRe: Different between JRE 1.6 and JRE 1.5 Pin
toxcct23-Oct-08 2:22
toxcct23-Oct-08 2:22 
GeneralRe: Different between JRE 1.6 and JRE 1.5 [modified] Pin
utnqbao23-Oct-08 16:29
professionalutnqbao23-Oct-08 16:29 
QuestionAfter update of fix Windows Update: KB956390, in HTML buttons are developed in VML are not working Pin
ezhil2421-Oct-08 0:03
ezhil2421-Oct-08 0:03 
We have developed a web-based application with JSP as front-end. Recently we observed that after taking one of the Windows Updates, few buttons in our application are not working. If I uninstall this particular update, buttons are working fine. When I say it is not working, it means that onclick action is not taking place.

Windows Update: KB956390

Also, our buttons are developed in VML.

I've given below some code snippets:

JSP
===
<html xmlns:zoniac="ZON">
.............
.............
.............
<zoniac:roundrect class="zoniac_roundButton" arcsize="0.9" fillcolor="#245f91" style='width:95px;cursor:hand' href="javascript:btnLinkClick('accountsNewCompany',document.accfrm)" strokecolor="#245f91" onselectstart="return false">New Account</zoniac:roundrect>
.............
.............
.............
</html>

Also, If I change the above "href" action into "onClick" event, it's working fine. But I want the action to be with href, since I cannot make this kind of change all over my application.

<zoniac:roundrect class="zoniac_roundButton" arcsize="0.9" fillcolor="#245f91" style='width:95px;cursor:hand' onClick="javascript:btnLinkClick('accountsNewCompany',document.accfrm)" strokecolor="#245f91" onselectstart="return false">New Account</zoniac:roundrect>


CSS
===
zoniac\:*
{ behavior: url(#default#VML)
}
.zoniac_roundButton
{ text-align:center;
padding-top:3px;
color:white;
font:bold 11px tahoma;
height:17px;
}
QuestionDownload JDK 1.6_04 Pin
Kevin Marois20-Oct-08 8:39
professionalKevin Marois20-Oct-08 8:39 
AnswerRe: Download JDK 1.6_04 Pin
toxcct20-Oct-08 21:24
toxcct20-Oct-08 21:24 
Questioncolumns side by side Pin
ic3e18-Oct-08 14:01
ic3e18-Oct-08 14:01 
AnswerRe: columns side by side Pin
sunil_jvfrm1-Nov-08 1:30
sunil_jvfrm1-Nov-08 1:30 
Questionwondering why it doesnt create another text field Pin
srinath158317-Oct-08 23:11
srinath158317-Oct-08 23:11 
Questionsun.net.smtp.SmtpProtocolException help Pin
davilism16-Oct-08 7:12
davilism16-Oct-08 7:12 
QuestionScanner Not Found Pin
Kevin Marois15-Oct-08 12:17
professionalKevin Marois15-Oct-08 12:17 
AnswerRe: Scanner Not Found Pin
toxcct15-Oct-08 23:16
toxcct15-Oct-08 23:16 
QuestionSQL exception Pin
An Enigma14-Oct-08 16:49
An Enigma14-Oct-08 16:49 
RantRe: SQL exception Pin
toxcct14-Oct-08 21:25
toxcct14-Oct-08 21:25 
QuestionPROCES TRASNFERRING FROM ONE CLIENT TO ANOTHER CLIENT Pin
madhump11-Oct-08 22:27
madhump11-Oct-08 22:27 
QuestionProcess tranferring from one client to another client Pin
madhump9-Oct-08 21:13
madhump9-Oct-08 21:13 
Questionadding new library to netbeans Pin
Areff8-Oct-08 12:42
Areff8-Oct-08 12:42 
QuestionConvert Fortran program to Java Pin
Trupti Mehta7-Oct-08 20:59
Trupti Mehta7-Oct-08 20:59 
AnswerRe: Convert Fortran program to Java Pin
toxcct8-Oct-08 1:03
toxcct8-Oct-08 1:03 
QuestionHelp to set apache tomcat 6.0 to netbeans Pin
hamid zamani7-Oct-08 2:12
hamid zamani7-Oct-08 2:12 
AnswerRe: Help to set apache tomcat 6.0 to netbeans Pin
Pedram Behroozi8-Oct-08 7:08
Pedram Behroozi8-Oct-08 7:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.