954,566 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Make An Asp Popup Window--help Me About This...

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

balor
Newbie Poster
13 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

window.open("Sample.htm","title", "height=200,width=400,status=yes,toolbar=no")

alpha_foobar
Junior Poster
182 posts since May 2005
Reputation Points: 20
Solved Threads: 5
 

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?

alpha_foobar
Junior Poster
182 posts since May 2005
Reputation Points: 20
Solved Threads: 5
 

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.

balor
Newbie Poster
13 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

no, i don't have a messenger.

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).

alpha_foobar
Junior Poster
182 posts since May 2005
Reputation Points: 20
Solved Threads: 5
 

this is my main.asp

Category AnnouncementBreaking News

balor
Newbie Poster
13 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

this is the one
main.asp

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')
}



Category AnnouncementBreaking News

balor
Newbie Poster
13 posts since Jul 2005
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You