User Profile

Collapse

Profile Sidebar

Collapse
parthjpatel
parthjpatel
Last Activity: Feb 2 '15, 05:43 PM
Joined: Feb 2 '15
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • above code is store the ratings in one divition name(counter).
    See more | Go to post

    Leave a comment:


  • Code:
    <%@ taglib prefix="sql" uri="http://java.sun.com/jsp/jstl/sql"%>
    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
    
    <sql:setDataSource driver="com.mysql.jdbc.Driver"
         				   url="jdbc:mysql://localhost:3306/music_portal"
         				   var="localSource"
         				   user="root"
         				   password=""/>
    ...
    See more | Go to post

    Leave a comment:


  • Code:
     var a = 0;
                setInterval(function ajaxcall()
          
                {
    
                    /*< audio controls >
                         < source src = "bell-ringing-05.mp3" type = "audio/mpeg" >
                         < /audio>*/
                    var xmlhttp;
                    if (window.XMLHttpRequest) {
                        // code for IE7+, Firefox, Chrome,
    ...
    See more | Go to post

    Leave a comment:


  • parthjpatel
    started a topic My question for advance java related....
    in Java

    My question for advance java related....

    hi guys , In my case I working on one music portal..
    I have one problem guys. In my system , after some ratings by users on uploader (artist) page . I want to display one hide button which is already there.
    Ex- users are rate the particular song of artist then after I admin have satified after 3 rate out of 5 then one {send for license} button to display on artist page which is already hide.

    Code:
     #btn1
    ...
    See more | Go to post
No activity results to display
Show More
Working...