Click here to Skip to main content
16,018,802 members

Comments by Deepthi.T (Top 7 by date)

Deepthi.T 3-Jul-12 6:45am View    
Html code:
Hollywood
Bollywood
Dutch
others
JavaScript code:

function getdata(anchor){

var type=anchor.text;

if(type=='Hollywood')
window.location="hollywood.php?cat="+type;
else if(type=='Bollywood')
window.location="bollywood.php?cat="+type;
else if(type=='Dutch')
window.locaion="dutch.php?cat="+type;
else if(type=='Others')
window.location="others.php?cat="+type;

}
Deepthi.T 28-Jun-12 5:21am View    
The value is coming as a.Id value is not coming.I got the solution.

var category=list.id;
alert(category);
Deepthi.T 28-Jun-12 5:04am View    
i tried all the solutions.Those are not working.
Deepthi.T 11-Jun-12 3:02am View    
i think some where both are crashing.

This in my link:

www.tawnihaynes.iconwebservices.com
Deepthi.T 24-May-12 3:27am View    
on single slide i have to display 4-5 images.How can i do that.