Remove Pop Up

Reply

Join Date: Jan 2005
Posts: 10
Reputation: raywood5 is an unknown quantity at this point 
Solved Threads: 1
raywood5 raywood5 is offline Offline
Newbie Poster

Remove Pop Up

 
0
  #1
Mar 2nd, 2005
I am trying to remove a function call for a pop up window because so many people have pop up blockers. The line below shows a call to have msg.asp..... shown in a pop up. However i want it to just be a normal page.

Is there a way I can change this line of code to call this page in a regular browser window to avoid problems.


Response.Write "PopUp('msg.asp?msgcode="&Request.QueryString("msgcode")&"&titleno="&Request.QueryString("titleno")&"');"
Reply With Quote Quick reply to this message  
Join Date: Feb 2005
Posts: 86
Reputation: dexterz is an unknown quantity at this point 
Solved Threads: 3
dexterz dexterz is offline Offline
Junior Poster in Training

Re: Remove Pop Up

 
0
  #2
Mar 2nd, 2005
Here si the code:

<a href="msg.asp?msgcode=<%=Request.QueryString("msgcode")%>&amp;titleno=<%=Request.QueryString("titleno")%>">text</a>
Dexter Zaf
Ex-designz.net
Reply With Quote Quick reply to this message  
Join Date: Jan 2005
Posts: 294
Reputation: zippee is an unknown quantity at this point 
Solved Threads: 6
zippee's Avatar
zippee zippee is offline Offline
Posting Whiz in Training

Re: Remove Pop Up

 
0
  #3
Mar 6th, 2005
You may use redirection:

Response.redirect "'msg.asp?msgcode=" & Request.QueryString("msgcode") & "&titleno=" & Request.QueryString("titleno")
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 ASP Forum


Views: 5002 | Replies: 2
Thread Tools Search this Thread



Tag cloud for ASP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC