Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

how to Scroll a DIV content

SoftSquare,

2126

how to create Expandable and Collapsible Menus

2634

how to determine which Mouse Button was pressed

1 2258

create a slide show

Genpact,

1 3248

code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc

HCL,

1717

code to images to rollover

1827

code to create a new window

1728

write a code that user can choose/alter Body Text Size

1583

code to Hide and Show form controls

1786

write a code to generate pseudorandom numbes

ABC,

1755

code to set the main window's size

1684

code to calculate the number of days between two dates

2 9689

program to bring a window to the front

1541

code to keep a page Out of the browser history

1631

create Drop-Down Navigation Menus

TCS,

1678


Un-Answered Questions { Scripts_Markup Code }

How can manage theme in php?

2005


What software is available for XML?

355


Code for using a Hot Key in an ActiveX Control?

1366


how to get the User's Time of Day

1647


create Drop-Down Navigation Menus

1678






can everyone explain this code Private Sub DrawRect(rectSource As RECT, lngColour As Long) Line (rectSource.Left, rectSource.Top)-(rectSource.Left, rectSource.Bottom), lngColour Line (rectSource.Left, rectSource.Top)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Right, rectSource.Top), lngColour Line (rectSource.Right, rectSource.Bottom)- (rectSource.Left, rectSource.Bottom), lngColour End Sub

2235


Which tag is used to find the version of XML and the syntax?

357


How can call any javascript function without saying onclick, onchange, onblur etc events in php?

4141


How to encode and decode URL strings?

1766


Can someone please explain more about how the XML Gateway works and what its purpose is?

1993


how to transform XML Data into HTML

1878


program to bring a window to the front

1541


Write a python program to find the second largest number in a list?

458


i have some csv files in a directory which have sub-directories also. now how can i merge all .csv files in to one with a single header. for example: have some 4 files. 1.csv--------name,age,sal abc,25,4000 2.csv--------name,age,sal vgd,32,3500 3.csv--------name,age,sal hfg,20,5000 4.csv--------name,age,sal asd,15,2000 now my output file should be like 5.csv----------name,age,sal abc,25,4000 vgd,32,3500 hfg,20,5000 asd,15,2000 and please explain the code for me. as i am new to scripting. thank you in advance

1395


Write a python program to count the number of vowels in a string?

470