Recent content by revcent

  1. R

    Looking for some simple intro sliders...

    Hi, You might want to try a jquery plug-in. Check out this link to see some demos. http://www.tripwiremagazine.com/2012/01/jquery-slider.html
  2. R

    Where am I going wrong with this code guys?

    I see. Looking at the index source code of the site that you have provided, I saw a link to an external js file called help.js where the "popup" function was defined. You have to include it in your page so that the "popup" will work.
  3. R

    Where am I going wrong with this code guys?

    I have never come across a "popup" function in javascript before. Are you trying to accomplish a functionality similar to "alert"?
  4. R

    need help in PHP coding - double header not working if used twice??

    Removing the apostrophe in the code below might solve your problem. $time_took_sec = ($time_taken`);
Top