Top Scripts_Markup Code Interview Questions :: ALLInterview.com http://www.allinterview.com Top Scripts_Markup Code Interview Questions en-us 1)how i get the current system time using php? http://www.allinterview.com/showanswers/61489.html U can done it by using current timestamp option. How to Add Message and Confirmation Boxes Using JavaScript? http://www.allinterview.com/showanswers/18010.html public void AddConfirmMessage(WebControl ctl, string message) { ctl.Attributes.Add("onclick", "if ( ! confirm( '" + message + "' )) return false; "); } public void AddPopupMessage(WebControl c Exception in thread &quot;main&quot; java.lang.OutOfMemoryError: Java http://www.allinterview.com/showanswers/62705.html hi friends wht is my task is data is transfered one db.tables to another db.tables in tht i write a query check the backup compare to live wht ever new rows tht will be inserted into backup in tht min of data means it's wrkg .heavy data mean How to Connect and Insert Record to MYSQL using PHP? http://www.allinterview.com/showanswers/18245.html $conn = mysql_connect("localhost","root",""); mysql_select_db("database_name",$conn); // Connection.... if($hh){ $res = mysql_query("insert into `table`(`all paramaeters of table`)values write a function to validate a given date http://www.allinterview.com/showanswers/17206.html <script language = "Javascript"> // Declaring valid date character, minimum year and maximum year var dtCh= "/"; var minYear=1900; var maxYear=2100; function isInteger(s){ var i; for (i = 0; i < s.length how to use textfile for taking value for parametrization instead of http://www.allinterview.com/showanswers/32911.html open notepad enter the following: name (press tab)mark ram (presstab)45 priya(press tab) 56 save the file as .txt open the tool: right click in the first cell and select import file select the saved notepad file now the entered values The sum of three numbers is 20. The second number is 4 times the fir http://www.allinterview.com/showanswers/36856.html Three numbers are x , y , z ; So , x + y + z = 20; 4x = y; x+ z= 8; therefore , 8+y=20; y = 12, x= 3 ,z= 5; How to test whether two strings are equal or not ? http://www.allinterview.com/showanswers/17181.html Use strcmp(s1,s2) and see the corresponding int values..Its either 0 or 1. If basic HR function like recruitment, training are outsoureced then http://www.allinterview.com/showanswers/59014.html Hi, Friends HR Department is the backbone of the company. it have more importance in the company. through the HR function recruitment the company select the good employee for the organisation. without proper recruitment process recruiter c Hi I have a dynamic dropdown reading in data from a MQSql databas http://www.allinterview.com/showanswers/60067.html Hi I have a dynamic dropdown reading in data from a MQSql database, I need to refresh just the dropdown (not the whole page) for any new values in the database. I am trying to use the getElementById in javascript but I have no idea how to how to Scroll a DIV content http://www.allinterview.com/showanswers/17158.html program to show a progress bar http://www.allinterview.com/showanswers/17190.html Code for Adding Message and Confirmation Boxes Using JavaScript? http://www.allinterview.com/showanswers/18049.html <html> <head> <script> function message() { var str; str="Click Ok to continue!!!"; alert(str); } function confirmation() { var str; str="Are you sure to delete?Then click Ok or Cancel!!!"; conf could you please tell me for what javac, javax,swing,awt.*; are us http://www.allinterview.com/showanswers/58994.html javac is an copiler it compiles the actual .java file into byte code formate. javax.swing,awt those are packages the basic difference is awt using system graphical user interface but swing use it's won graphical user interface. public mea How to write a reusable function for testing an &quot;Button&quot; O http://www.allinterview.com/showanswers/35638.html use regular expressions for tht...if necessary..revert back i'll know u the code for tht