Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to call .aspx page from .asp page..?
Posted
Comments
Sergey Alexandrovich Kryukov 12-Jan-12 22:58pm    
What is "call a page"? One can only call a function, a property (getter/setter).
--SA

what do you mean about call..

you can redirect on page from 1 to another using js
JavaScript
window.location.href='pagename.aspx'
 
Share this answer
 
v2
Comments
Abhilash Gandhewar 12-Jan-12 7:10am    
but both are different engine...that time how to redirect..?
Technoses 12-Jan-12 11:18am    
you should try
Just redirect to newpage.aspx
If newpage.aspx works and your current asp page work, then any redirection to the aspx will work. Where the call comes from doesn't matter to the page receiving the request.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900