What is a Plastic Card and name some plastic cards?
What is polymorphism in php?
What is bom?
What is the difference between comparable and comparator in java.util pkg?
What is Harmonics how it is produced and what is the method to control the same
How to pass an array in insert query using node js?
What is the distinction between apache driver and apache spark’s mllib?
Do you know what is dry-out test in x'mer
How does api connect to database?
Can anybody explain to me why the work scheduling view is required for semi-finished and finished products?
State sufficient condition for differentiability of a function f(x,y) at a point (a,b)
What are the different types of reports you can create?
How do I start html coding?
Which are the dialog boxes supported by android platform?
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this