Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

Reading which Character Key was pressed

1 3610

how to prevent an Event from performing its default behavior

CAE,

2040

how to copy form data between different pages

1923

maximizing the main window

1809

how to delay a function call ?

1 3125

code to get the coordinates of a Click Event

1934

How to encode and decode URL strings?

TCS,

1957

determine which Element received an Event

2066

How to test whether two strings are equal or not ?

1 4877

advance the focus to next consecutive fields when Enter Key is pressed

TCS,

1983

how to get the User's Time of Day

HCL,

1826

write a program to detect the user's browser ?

Infosys,

1 2350

how to pass data between pages using Frames

2345

how to convert between arrays and strings

2281

validation code / function to allow only NUmbers in a text box

GE,

3 10509


Un-Answered Questions { Scripts_Markup Code }

Write a python program to print table of a given number?

596


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

2399


Write a python program to check if a number is a perfect number?

660


how to Auto Scroll the page

1779


What is XML Parser?

544






determine which Element received an Event

2066


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

619


Write a program to find sum of the digits of a number in python?

621


How to access oralce10g data from server to client in LAN?

1374


What is XSNL?

435


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

1532


How can a procedure fetch data from FTP? I need a general code for this..

1365


Write a function that takes an array of integers and efficiently calculates and returns the Least Common Multiply in python.

1349


Write a python program to check if a number is a palindrome or not?

580


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

1892