i have 2 asp pages, one is an index that when you click the submit button, a pop-up window will appear. this popup window is an ASP Page that connects to a database.. how can i make this a pop-window? any help would be gratly be appreciated.. thanks
If your page cannot be displayed it may be a problem with your page specifically and not the function you try and use to open it. A page cannot be opened error? Can you navigate to the page directly?
yup.. in facct, im just using the action="URL.asp" so that i can view my window.. do you have a yahoo messenger.. coz i really need someone to help me with ithis prob.
the mechanism you are using is very different to what I described. can you post any code? actually perhaps more important is the directory structure of your project (in relation to your code).
function display()
{
window.open('ticker.asp','ticker','toolbar=no,menubar=no,location=no,resizable=no,status=no,width=850,height=10,scrollbars=no,scroll=no')
}