| | |
Redirecting from .html page to .asp page
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Sep 2004
Posts: 89
Reputation:
Solved Threads: 1
Here is the code you need to redirect a user from one page to another using html.
Here content="0; is the time in seconds the browser will wait and then redirects the user to the next page.
html Syntax (Toggle Plain Text)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>HTML Page Title</title> <meta http-equiv="REFRESH" content="0;url=http://www.domain.com/page.asp"></head> <body> HTML Text </body> </html>
Here content="0; is the time in seconds the browser will wait and then redirects the user to the next page.
Last edited by msaqib; Oct 18th, 2008 at 12:19 am.
![]() |
Similar Threads
- Updated : Simple ASP.Net Login Page (ASP.NET)
- form submit redirect help, please (HTML and CSS)
- Creating a login page (ASP)
Other Threads in the ASP Forum
- Previous Thread: <form action.....> trouble !!!!
- Next Thread: how to include a .inc file in asppages
| Thread Tools | Search this Thread |
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





