Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

how to transform XML Data into HTML

1878

How to block double clicks

1593

program to show a progress bar

Infosys,

2105

code to positioning of window in certain dimensions

1640

sample code to auto focusing the first field in a form

Wipro,

2012

how to pass data between pages using URLs

Symantec,

1 2775

how to pass data between pages using Cookies

1824

how to create an anonymous function

1708

how to create a Draggable element

TCS,

1941

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

1 12912

snippet to prevent submission of form when certain/any validations got failed

1521

communication between main window and new windows

1674

function to combine two or more arrays

Aricent,

1674

Reading which Non-Character Key was pressed

1666

how to Auto Scroll the page

Ninestars,

1609


Un-Answered Questions { Scripts_Markup Code }

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

1993


What are the disadvantages of XML?

291


Code for Adding Scripting Support to an Application?

1374


code to set the main window's size

1684


I am configuring my anaconda file in linux, i want to use as kickstart file, in post installation how can i edit file or change the content of file and save it.

1920






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

444


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

465


how to pass data between pages using Frames

2123


Can I execute a XML?

337


Can we have empty XML tags?

357


Is there any way to open notepad within php?

1681


code to positioning of window in certain dimensions

1640


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

357


code to create a new window

1728


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?

2440