User Profile

Collapse

Profile Sidebar

Collapse
rakeshvthu
rakeshvthu
Last Activity: Oct 15 '08, 05:04 AM
Joined: May 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rakeshvthu
    started a topic XML Parse Exception
    in XML

    XML Parse Exception

    Hi All,

    I am trying to parse the xml which is shown below but i am getting following exception, is there any wrong in format of xml.

    [code=xml]
    <abo:CodeCombin ationsResponse xmlns:abo="http ://xmlns.oracle.co m/ApplicationObje cts/Ebiz/Core/ABO/ChartOfAccounts/V1"><abo:CodeCo mbinationId>111 11</abo:CodeCombina tionId><abo:Rea sonCode>111 segment 1</abo:ReasonCode> <abo:ReasonCode >...
    See more | Go to post
    Last edited by jkmyoung; Oct 15 '08, 06:29 PM. Reason: code tags

  • rakeshvthu
    started a topic Namespace prefix used but not declared
    in XML

    Namespace prefix used but not declared

    Hi All,

    I am trying to parse the xml.

    <ns1:ProcessGLA ccountValidatio nRequestABM xmlns:ns1="http ://xmins.oracle.co m/ApplicationObje cts/Ebiz/Core/ABM/ChartOfAccounts/V1">
    <ns2:ChartOfAcc ountsName xmlns:ns2="http ://xmlns.oracle.co m/ApplicationObje cts/Ebiz/Core/ABO/ChartOfAccounts/V1">Netherlan ds Accounting Flex</ns2:ChartOfAcco untsName>
    <ns2:ChartOfAcc ountsId>50560</ns2:ChartOfAcco untsId>...
    See more | Go to post

  • Sorry it is not working :( , is there any other different way to solve this problem....
    See more | Go to post

    Leave a comment:


  • Code:
    		function shiftEnter(e) {
    			if(navigator.userAgent.indexOf("MSIE") >= 0) { 
    				if ( event.shiftKey || event.ctrlKey ) {
    					alert("MSIE");
    				  var msg = "<bean:message key='home.player.operationNotAllowed' />";
    				  alert(msg);
    			 	  return false;
    				}
    			} else if(navigator.userAgent.indexOf("Firefox") >= 0) {
    				if(!e){
    ...
    See more | Go to post

    Leave a comment:


  • Thanks for quick reply but It doesnt worked, can you suggest some other way of handling this, detecting event.shiftKey/event.ctrlKey events in Fire Fox....
    See more | Go to post

    Leave a comment:


  • rakeshvthu
    started a topic event.shiftKey is not detected in Fire fox

    event.shiftKey is not detected in Fire fox

    hi all,

    we have a requirement to disable shift click and ctrl click.

    i have code:

    [CODE=javascript]document.onmous edown = shiftEnter;

    function shiftEnter(e) {
    if (event.shiftKey ) {
    alert("shift key is disabled");
    return false;
    }
    }
    [/CODE]
    this code is not working in Fire fox, please help.

    thanks,
    rakesh...
    See more | Go to post
    Last edited by acoder; Jan 31 '08, 10:26 AM. Reason: Added code tags

  • rakeshvthu
    started a topic How to override javascript function

    How to override javascript function

    hi,

    i have a javascript function in baselayout.jsp for document.onkeyd own

    i want to override it in my other jsp.

    how can i do that, pls help

    thanks,
    Rakesh
    See more | Go to post

  • rakeshvthu
    replied to window.onunload does not work in IE6
    please find the code which i am using.

    [HTML]<%@ taglib uri="/WEB-INF/struts-html.tld" prefix="html" %>
    <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %>
    <%@ taglib uri="/WEB-INF/struts-logic.tld" prefix="logic" %>
    <%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
    <%@ taglib uri="/WEB-INF/app.tld"...
    See more | Go to post
    Last edited by acoder; Nov 26 '07, 12:20 PM. Reason: Added code tags

    Leave a comment:


  • rakeshvthu
    replied to window.onunload does not work in IE6
    Ya, we have our application deployed there and we are accessing that from our system.


    Rakesh...
    See more | Go to post

    Leave a comment:


  • rakeshvthu
    replied to window.onunload does not work in IE6
    Since it is a straight forward example it is working fine.. in IE6, in local for me it is working but when it goes to Linux Environment it is failing.

    My Script is placed in Head tags only... does it have any effect... where we need to define such kind of scripts....

    i repeat it is not at all calling onunload function also...
    since i have tested it by keeping simple alert statement in it, but it is not working...
    See more | Go to post

    Leave a comment:


  • rakeshvthu
    replied to window.onunload does not work in IE6
    var flag = false;

    Yes the Value of Flag is set to false initially and based on condition we are setting that as true.

    Even when i kept simple alert statement it is not working.
    I suppose the event is not getting triggered.

    pls suggest.

    thanks,
    Rakesh....
    See more | Go to post

    Leave a comment:


  • rakeshvthu
    replied to window.onunload does not work in IE6
    i have used the same code for onbeforeunload which i have used for onunload...
    See more | Go to post

    Leave a comment:


  • rakeshvthu
    started a topic Handling Shift and click

    Handling Shift and click

    hi all,

    i have a requirement,

    we need to handle the event when user presses shift and then clicks on the link
    how to handle this event.

    pls suggest.

    thanks,
    Rakesh
    See more | Go to post

  • rakeshvthu
    replied to window.onunload does not work in IE6
    Thanks for Quick Reply

    i am using flash content in my jsp onbeforeunload is getting fired when my flash is loading why i havent understood that.

    how can i use onunload, what are the possible causes for getting not executed.

    urgent :(

    thanks,
    rakesh....
    See more | Go to post

    Leave a comment:


  • rakeshvthu
    started a topic window.onunload does not work in IE6

    window.onunload does not work in IE6

    hi all,

    i am using window.onunload () method in IE6, it works fines in local, but it does not work in Integration Box(Linux Environment), i have written a simple alert() statement to check whether it does really trigger that event alert() statement is also not working it seems event it self is not triggering. But it works fine in IE7 and FireFox.

    here is my code snippet:
    [CODE=javascript]<script>
    ...
    See more | Go to post
    Last edited by acoder; Nov 20 '07, 11:47 AM. Reason: Added code tags

  • rakeshvthu
    replied to How to Detect Browser Zoom Event
    Thanks for Quick Reply,

    Exact problem is in my page i have images when user clicks on Zoom button they are misplaced and they are disturbed so my customer does not want that to be happen :(

    pls provide solution

    thanks in advance,

    Rakesh N....
    See more | Go to post

    Leave a comment:


  • rakeshvthu
    started a topic How to Detect Browser Zoom Event

    How to Detect Browser Zoom Event

    Hi All,

    I have a requirement my Customer doesn't want to see any changes in the page when user clicks on Zoom button in IE7 or in any other browser that supports Zoom option. Can you please help to find solution for this problem.

    It is Urgent

    thank you in advance,


    Rakesh N.
    See more | Go to post

  • thanks for reply
    that is the email and confirm email text boxes
    he wants me to disable all the options for copying and pasting the email in confirm email box

    thank u...
    See more | Go to post

    Leave a comment:


  • can we disable the copy & paste option in edit menu bar of browser

    hi all,

    can we disable the copy and paste option in edit menu bar of browser my customer does not want copying using any technique so can any one help

    how to disable that options copy and paste in menu bar using java script


    urgently required

    loooking for quick response

    pls

    bye
    rakesh
    See more | Go to post

  • how to turn off autocomplete using java script for Struts html:text tag

    hi all,

    i am using struts for my presentation and i use html:text for my text boxes

    the issue is i want to disable autocomplete option for that i tried in so many different ways but it has not worked..


    can any one give suggestion by writing javascript for that it is very urgent......... ....




    pls thanku
    See more | Go to post
No activity results to display
Show More
Working...