Hi,
Normally, It dosen't work if you directly use
window.opener.document.frmName.element.value="some vlue".
parentWindow=window.opener;
parentWindow.LINK_DTL.frmLINK_DTL.txtContract_No.value =temp
parentWindow is my calling window
LINK_DTL is my frame Name and its case sensetive...
Hi,
Well, If your prob is up to static long string then its better to go for Cookies. As always sending same static string to back end. At back end you can retrive the same.
Or you can put it on session. Like if you want to show the login user name in all the pages, its better to put it on...
Hi Tom,
1)Default field values will work at the time of Insertion. When you fire a insert statement, if any default value doesnt have any value then, database will insert default values.
2) Dont use select * from table. This will fetch all the underlaying data in to recordset. e.g if in that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.