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 Scroll a DIV content

SoftSquare,

2524

how to create Expandable and Collapsible Menus

3180

how to determine which Mouse Button was pressed

1 3141

create a slide show

Genpact,

1 4570

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

HCL,

2104

code to images to rollover

2313

code to create a new window

2135

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

1974

code to Hide and Show form controls

2235

write a code to generate pseudorandom numbes

ABC,

2301

code to set the main window's size

2195

code to calculate the number of days between two dates

2 10715

program to bring a window to the front

1969

code to keep a page Out of the browser history

1990

create Drop-Down Navigation Menus

TCS,

2105


Un-Answered Questions { Scripts_Markup Code }

What is a well formed XML document?

503


Given a N by N matrix of both negative and positive integers. Write an efficient algorithm to find the sub-matrix with the largest sum of all the contained elements.

1663


how to create a Draggable element

2355


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

837


program to bring a window to the front

1969


Given a string=”me,I,myself”; .Using javascript only create an array out of this string and then send a POST request to the url “record.php” without reloading the page. The post key parameters should be n1,n2 and n3 respectively.

2677


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

1520


What is CDATA?

577


can we pass variable in array to traverse it?

2359


what is the structure of xml document ?

562


What is a markup language?

642


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?

2788


Code for using a Hot Key in an ActiveX Control?

1370


how to create Expandable and Collapsible Menus

3180


Why XML has been used for development?

529