to pass variable to form
|
|
hello I am making an application free of invoicing. i like to open a window with a page inside and to be able to pass the data of that window to mother page but not by where to begin this it is code that it opens the page to me in a window function abreVentana2(){
var win = new Window({className: “alphacube”, title: “Buscar articulo”,
top:70, left:100, width:600, height:400,
url: ”../articulos/listado_articulos.php”, showEffectOptions: {duration:1.5}}) the project this in www.factusyn.es and it is called factusyn if this wants to see one demo in www.factusyn.es/programa and user name and password is admin. thank you very much by everything and sorry for my english |