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

Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Jul 2005
Posts: 13
Reputation: balor is an unknown quantity at this point 
Solved Threads: 0
balor's Avatar
balor balor is offline Offline
Newbie Poster

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

 
0
  #1
Aug 2nd, 2005
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
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

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

 
0
  #2
Aug 2nd, 2005
window.open("Sample.htm","title", "height=200,width=400,status=yes,toolbar=no")
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

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

 
0
  #3
Aug 2nd, 2005
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?
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 13
Reputation: balor is an unknown quantity at this point 
Solved Threads: 0
balor's Avatar
balor balor is offline Offline
Newbie Poster

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

 
0
  #4
Aug 2nd, 2005
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.
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 182
Reputation: alpha_foobar is an unknown quantity at this point 
Solved Threads: 3
alpha_foobar's Avatar
alpha_foobar alpha_foobar is offline Offline
Junior Poster

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

 
0
  #5
Aug 2nd, 2005
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).
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 13
Reputation: balor is an unknown quantity at this point 
Solved Threads: 0
balor's Avatar
balor balor is offline Offline
Newbie Poster

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

 
0
  #6
Aug 2nd, 2005
this is my main.asp
<meta HTTP-EQUIV="Refresh" CONTENT="50; URL=http://localhost/proj/balor.asp">
<script type="text/javascript" language="JavaScript">
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')
}
</script>
</head>
<BODY bgColor="#5386BD">

<FORM name="balor" method="post" action="ticker.asp" target="_blank" >
Category <SELECT id="category" name="category">
<OPTION value="Announcement">Announcement</OPTION>
<OPTION value="News">Breaking News</OPTION>
</SELECT>
<INPUT type="submit" value="Display" id="display" name="display">
</FORM>
Reply With Quote Quick reply to this message  
Join Date: Jul 2005
Posts: 13
Reputation: balor is an unknown quantity at this point 
Solved Threads: 0
balor's Avatar
balor balor is offline Offline
Newbie Poster

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

 
0
  #7
Aug 2nd, 2005
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')
}
</script>
</head>
<BODY bgColor="#5386BD">
<center>
<FORM name="balor" method="post" >
Category <SELECT id="category" name="category">
<OPTION value="Announcement">Announcement</OPTION>
<OPTION value="News">Breaking News</OPTION>
</SELECT>
<INPUT type="submit" value="Display" id="display" name="display" onclick="display();">
</FORM>
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC