943,469 Members | Top Members by Rank

Ad:
  • ASP Discussion Thread
  • Unsolved
  • Views: 5415
  • ASP RSS
Mar 2nd, 2005
0

Remove Pop Up

Expand Post »
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")&"');"
Similar Threads
Reputation Points: 10
Solved Threads: 1
Newbie Poster
raywood5 is offline Offline
10 posts
since Jan 2005
Mar 2nd, 2005
0

Re: Remove Pop Up

Here si the code:

<a href="msg.asp?msgcode=<%=Request.QueryString("msgcode")%>&amp;titleno=<%=Request.QueryString("titleno")%>">text</a>
Reputation Points: 10
Solved Threads: 3
Junior Poster in Training
dexterz is offline Offline
86 posts
since Feb 2005
Mar 6th, 2005
0

Re: Remove Pop Up

You may use redirection:

Response.redirect "'msg.asp?msgcode=" & Request.QueryString("msgcode") & "&titleno=" & Request.QueryString("titleno")
Reputation Points: 10
Solved Threads: 7
Posting Whiz in Training
zippee is offline Offline
294 posts
since Jan 2005

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in ASP Forum Timeline: combo box
Next Thread in ASP Forum Timeline: " ' " and post method : use of replace function ?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC