Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

SAP Labs JavaScript Interview Questions
Questions Answers Views Company eMail

We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".

4 9446

Post New SAP Labs JavaScript Interview Questions


SAP Labs JavaScript Interview Questions


Un-Answered Questions

i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer

3814


How many codes are used when u design a Pressure Vessel

1595


Why is middleware important?

2260


What is the difference between couchdb and rdbms?

1


How does the normal heart work?

768


im preparing for the sbi clerical post please send me the solved questions.

2086


What is the use of rs next () in java?

711


What are the advantages of using sap hana db over other traditional database for bi reporting?

66


Name three of the features managed by the surface area configuration tool? : sql server security

789


What do we42 t-code stand for?

786


Compare dataset and fileset?

810


Is c procedural or object oriented?

820


what is entity sql?

853


What are various government schemes started by the government for youth employment?

868


#include #include #include #include void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

2363