leroymaroon
New Member
i am developing a website in dotnet.\[code\]//function to close SearchSchool.aspxfunction CloseSchoolSearch() { //storing values window.close(); //call function in code behind}\[/code\]This is a javascript function in an external .js file ,using this function i am storing some values in some hidden controls in an aspx page and closing pop window ,after that i want to execute a function in code behind.and remind one thing,i can't include this function .aspx page contaning that method i want to call.Can anyone guide me how to do this