Search:
Type: Posts; User: accetdinesh
Search :
Search took 0.01 seconds.
Hi,
In the below code im trying to close the window using onblur event in the body,whenever the focus for the window is lost.
But i have a problem where if i click inside the table which is in...
Hi,
Im opening an excel worksheet and adding data to it using Javascript ActiveX Excel Object as below
var Excel,Book;
Excel = new ActiveXObject("Excel.Application");
Book =...
Hi,
I am using two html pages.
I am passing an argument from the first page to the second using form "get" method.
My second html page is a dynamic page.So i couldn't retain the data which im...
hi,
I need to apply a button like background image to the link tag.
Im using a <UL> and its <li> element are added dynamically.
The elements are <a href=> link tags added by inner HTML as...
hi guys,
Im using ADODB connection for connecting to a ms access db using javascript as below:
var cn = new ActiveXObject("ADODB.Connection");
var rs = new ActiveXObject("ADODB.Recordset");...
hi guys,
Please help me with the query to delete a table in ms access using a javascript function.
Im using the below function to create a table.
function fnAddTable()
{
var cn = new...
hi guys,
im using a javascript to add options to the select box as below:
function addOption(selectbox, value, text )
{
var optn = document.createElement("OPTION");
optn.text = text;...
hi guys,
im using a javascript to add options to the select box as below:
function addOption(selectbox, value, text )
{
var optn = document.createElement("OPTION");
optn.text = text;...