Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+3
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for sivakumarl

Hi Friends, I want to convert given String of any language to Unicode.Please solve my porblem friends. Thank you cheers -------- siva

Member Avatar for peter_budo
-1
628
Member Avatar for Prateek Salian

Hi All, I am creating an application in JAVA EE for my company where people can upload their .xls files into the fielsystem of the server. Then an administrator can integrate all the .xls files uploaded by the people into a [B]single .xls file.[/B]I am done with the uploading part …

Member Avatar for Prateek Salian
-2
211
Member Avatar for sivakumarl

Hi Friends, I need to select browser option dynamically using javascript for handling cookies , i.e., in need select "override automatic cookie handling" checkbox dynamically. Kindly help me friends how to select this check. Tools - -> Internet Options --> Privacy (Tab) --> Advance (Button) --> Override automatic cookie handling …

Member Avatar for tinymark
0
245
Member Avatar for tcollins412

this will not work on change. also the innerhtml wont display. please help. here is the js: [CODE]function checkemail(){ if (document.suform.email.value && document.suform.emailcheck.value) { if (document.suform.email.value == document.suform.emailcheck.value) { document.suform.emailcheck.style.backgroundColor='#FFFFFF'; document.getElementById('wm').innerHTML=='Emails Match!'; }else{ document.suform.emailcheck.style.backgroundColor='#F75B53'; document.getElementById('wm').innerHTML=='Emails Dont Match!'; } } }[/CODE] and here is the html: [ICODE] Re-type Email: <input type='text' …

Member Avatar for sivakumarl
0
128
Member Avatar for sivakumarl

Dear Friends, we are facing a problem with alt attribute in Java script.While retrieving alt attribute in IE its working fine but in FireFox we are getting as undefined.Please give solution for retrieving the alt attribute in firefox. please find the below code for how i am retrieving... <html> <head> …

Member Avatar for sivakumarl
0
139
Member Avatar for sivakumarl

Hi Friends... I developed web application which contains script validations in most of the html pages in these validations i used document.forms[0] its working fine in IE , but my problem now i need to execute this application in FireFox browser,but FireFox is not supporting document.forms[0], so please tell me …

Member Avatar for essential
0
211
Member Avatar for sivakumarl

Hi Friends.. Please solve my problem, I want to display values by reading the properties files basing on locale,I known it but my problem without using unicodes, For example i want to display telugu language, [B]hello=హెల్లొ: instead on wrting unicode..(hello=\uc047)[/B]i want to read direct telugu language.. Please tell me friends …

0
57
Member Avatar for sivakumarl

Hi friends my form contains two submit buttons one is for back button and another is for submit button when the user press enter in any textbox the submit button will be .I wrote a javascript its working fine in IE but not in FireFox please help me /////////// document.onkeyup …

Member Avatar for ~s.o.s~
0
169