User Profile

Collapse

Profile Sidebar

Collapse
shyamsunder
shyamsunder
Last Activity: Jun 11 '07, 07:47 AM
Joined: Jun 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shyamsunder
    started a topic how to pass the session value jsp to javascript
    in Java

    how to pass the session value jsp to javascript

    i hava to write like this but iam getting the null value .




    <%String brokerCDOP=(Str ing)session.get Attribute("brok erCDOP");
    out.print(broke rCDOP);%>

    <script language="javas cript">
    var alertValue = '<%=brokerCDOP %>';
    </script>
    See more | Go to post

  • shyamsunder
    started a topic oracle statement

    oracle statement

    how to get more than one sum from same table.



    Field Type & Length Table DB Field Condition
    Cash In Flow (actual) char(18) ifschd sum(txamt) type = 'A' and crdb = '2'
    Cash Out Flow (actual) char(18) ifschd sum(txamt) type = 'A' and crdb = '1'
    Cash In Flow (Forecasted) char(18) ifschd sum(txamt) type = 'S' and crdb = '2'
    Cash Out Flow (Forecasted) char(18_ ifschd sum(txamt) type...
    See more | Go to post
No activity results to display
Show More
Working...