Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

How do you find out about all running processes?

1 2152

How do you stop all the processes, except the shell window?

1 2340

How do you define a function in a shell script?

1 1880

How do you read keyboard input in shell scripts?

1 2471

How does a case statement look in shell scripts?

1 2127

Consider the following markup:

London by night
A landscape of London by night
Is it valid? If not, can you explain why?

1 6982

Describe when it’s appropriate to use the small element and provide an example?

1 2084

Can you describe why hgroup was dropped and how the markup can be addressed today with an example?

1 2199

Is the alt attribute mandatory on img elements? If not, can you describe a scenario where it can be set to an empty value? Does an empty value affect accessibility in any way?

1 2142

Is it possible to express a date range using a single time element?

1 2095

What’s the difference between the meter element and the progress element?

1 2388

What is the longdesc attribute? Can you explain its purpose?

1 2028

What is the mark element? Can you describe an example of use for this element?

1 2096

How to create nest tables within tables in HTML?

1 2153

How do I link to a location in the middle of an HTML document?

1 2231


Un-Answered Questions { Scripts_Markup Code }

How do you set a global variable inside a function?

452


write a code to generate pseudorandom numbes

1783


plz tell me the exam date for clerks in sbi

1782


How can manage theme in php?

2033


can we pass variable in array to traverse it?

1947






code to get the coordinates of a Click Event

1741


determine which Element received an Event

1903


How to add flash or *.gif file in edit panel in java?

1956


What is xml schema?

338


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?

2461


What is SGML?

331


code to images to rollover

1857


how to Auto Scroll the page

1631


What is an XML Schema?

375


Reading which Non-Character Key was pressed

1687