Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...



Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

how to transform XML Data into HTML

2382

How to block double clicks

2112

program to show a progress bar

Infosys,

2625

code to positioning of window in certain dimensions

2128

sample code to auto focusing the first field in a form

Wipro,

2473

how to pass data between pages using URLs

Symantec,

1 3756

how to pass data between pages using Cookies

2452

how to create an anonymous function

2167

how to create a Draggable element

TCS,

2432

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

1 13590

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

1930

communication between main window and new windows

2177

function to combine two or more arrays

Aricent,

2145

Reading which Non-Character Key was pressed

2246

how to Auto Scroll the page

Ninestars,

2062


Un-Answered Questions { Scripts_Markup Code }

What is SAX in XML?

590


create Drop-Down Navigation Menus

2183


How can get all database name using Php and Sql?

2191


iam getting keyword or delimiter error while executing ICETOOL,provide me solution.

1388


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

1801


how to Auto Scroll the page

2062


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

2042


Code to Block submission of form by pressing Enter Key

2507


Write a python program to swap the first and last value of a list?

900


How to call JavaScript Function from Code-behind in asp.net?

659


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

2260


What is an attribute?

677


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

2332


What is the meaning of version in XML?

661


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?

2837