Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

code to sorting an array of objects

1978

determine which key was pressed and its type

1 3544

Create a Menu that can be activated while clicking on Right Mouse button

Nest, TCS,

1693

write a function to validate a given date

1 5186

code to display a Countdown Timer (dynamic)

2 12923

how to create a Custom Scrollbar

2040

code to detect availability of cookies

1772

Code to Block submission of form by pressing Enter Key

TED,

2057

How to Add Message and Confirmation Boxes Using JavaScript?

1 7872

Code for Adding Message and Confirmation Boxes Using JavaScript?

1 5080

Create a ViewState Property?

TCS,

2277

Code for Adding Scripting Support to an Application?

1374

Code for using a Hot Key in an ActiveX Control?

1366

How to Connect and Insert Record to MYSQL using PHP?

6 13002

how to use textfile for taking value for parametrization instead of datatable or global sheet

3 5259


Un-Answered Questions { Scripts_Markup Code }

Can Any one suggest how we connect QTP and Mainframe and do validation from Mainfram screen

1922


How can get all database name using Php and Sql?

1758


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

1361


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

361


Can you write a program to find the average of numbers in a list in python?

463






What is XML DOM?

395


Write a function to efficiently convert a floating point number to a rational number. For example, given 0.125 return "1/8"

1170


how to pass data between pages using Frames

2138


maximizing the main window

1624


How to store the iterations value in some variable/ in excel? Dim objExcel, ObjFolder, objPath, objWorkbook, objSheet, ObjFSo, ObjFolderName, strExcelPath Const xlExcel7 = 39 ObjFolderName = "Testing" & Hour(time()) & Minute(time()) &Second(time()) objPath = "D:\" strExcelPath = objPath & ObjFolderName & "\testing.xls" Set ObjFSo = CreateObject("Scripting.FileSystemObject") Set objFolder = objFSO.CreateFolder(objPath & ObjFolderName) On Error Resume Next Set objExcel = CreateObject("Excel.Application") If (Err.Number <> 0) Then On Error GoTo 0 Wscript.Echo "Excel application not found." Wscript.Quit End If On Error GoTo 0 Set objWorkbook = objExcel.Workbooks.Add() Set objSheet = objExcel.ActiveWorkbook.Worksheets(1) Dim arr1, arr2, arr3 Set outputLines = CreateObject ("System.Collections.ArrayList") arr1 = 123arr2 = 99 arr3 = 10 outputLines.Add arr1 outputLines.Add arr2 outputLines.Add arr3 outputLines.Sort() For Each outputLine in outputLines WScript.Echo outputLine ' how to store this value in excel/ variable? Next objExcel.ActiveWorkbook.SaveAs strExcelPath, xlExcel7 objExcel.ActiveWorkbook.Close objExcel.Application.Quit This above code is working fine but the qs is is there any way to store the sort data in variables / in the excel and how?

2453


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

464


Which framework is best in php among Smarty, Cakephp, Joomla, Drupal, Zend or Something else...? If any then Why?

8023


Write a python program to check if a number is an armstrong number?

459


Write a function that takes as input a binary tree, and prints out each level of the tree on a newline. For example: a / b c / / d e f will output: a b c d e f

1319


determine which Element received an Event

1894