| | |
Remove Pop Up
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Jan 2005
Posts: 10
Reputation:
Solved Threads: 1
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")&"');"
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")&"');"
•
•
Join Date: Feb 2005
Posts: 86
Reputation:
Solved Threads: 3
Here si the code:
<a href="msg.asp?msgcode=<%=Request.QueryString("msgcode")%>&titleno=<%=Request.QueryString("titleno")%>">text</a>
<a href="msg.asp?msgcode=<%=Request.QueryString("msgcode")%>&titleno=<%=Request.QueryString("titleno")%>">text</a>
Dexter Zaf
Ex-designz.net
Ex-designz.net
![]() |
Similar Threads
- How to disable security pop ups of MS Outlook using C#? (C#)
- RUNDLL pop-up (Viruses, Spyware and other Nasties)
- Please Review my site (Website Reviews)
- Images in web pages have become pixelated (Web Browsers)
- Highjack file Ie wont download (Viruses, Spyware and other Nasties)
- Help me remove Online Poker Pop up pls (Viruses, Spyware and other Nasties)
- IE shuts down automatically- ever since I downloaded Windows XP Security Patch (Viruses, Spyware and other Nasties)
Other Threads in the ASP Forum
- Previous Thread: combo box
- Next Thread: " ' " and post method : use of replace function ?
Views: 5002 | Replies: 2
| Thread Tools | Search this Thread |
Tag cloud for ASP
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection calendar changeable connection current database databaseconnection diagnostics dreamweaver excel fso html iis microsoft msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption server single specfic sqlserver sqlserverconnection toolkit web webserver windows7





