Scripts_Markup Code Interview Questions
Questions Answers Views Company eMail

code to sorting an array of objects

2166

determine which key was pressed and its type

1 3871

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

Nest, TCS,

1880

write a function to validate a given date

1 5807

code to display a Countdown Timer (dynamic)

2 13288

how to create a Custom Scrollbar

2240

code to detect availability of cookies

1939

Code to Block submission of form by pressing Enter Key

TED,

2277

How to Add Message and Confirmation Boxes Using JavaScript?

1 8192

Code for Adding Message and Confirmation Boxes Using JavaScript?

1 5380

Create a ViewState Property?

TCS,

2447

Code for Adding Scripting Support to an Application?

1380

Code for using a Hot Key in an ActiveX Control?

1368

How to Connect and Insert Record to MYSQL using PHP?

6 14000

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

3 5706


Un-Answered Questions { Scripts_Markup Code }

Write a function that takes an array of integers and returns that array rotated by N positions. For example, if N=2, given the input array [1, 2, 3, 4, 5, 6] the function should return [5, 6, 1, 2, 3, 4]

1991


I'm calling a JS fcn that fires AJAX to a webmethod and returns a boolean. How do I retrieve the return value in the codebehind? (VB) I can set a hiddenfield value in the JS, but if it's async how can my VB know when it's changed?

670


How comment can be represented in XML?

431


How can manage theme in php?

2180


What is 301 redirects in php? When are we used 301 redirects in our projects?

2142


What are nested elements in XML?

439


what is the structure of xml document ?

451


I have a doubt regarding including tags in a function. I have written a function in javascript in a html page. The function got called by clicking a button, i want to display the results in same html page by placing tags in the function. (this hmtl page is static page) Is this possible? example: