| Author |
sending my page title to another page
|
|
| Savas Ates 2004-06-30, 7:50 am |
| can i send my page title to another page.... like this response.redirect
"xx.asp?title"&mytitle
mytitle= what can bee... i dont want to write manually my title
any method to learn title in asp......
| |
| Maarten 2004-06-30, 7:50 am |
| Page1: xx.asp?title="My Title"page2: document.title =
Request.QueryString("title")
| |
| Ray at 2004-06-30, 6:01 pm |
| <html>
<head>
<title><%=Request.Querystring("title")%></title>
</head>
Ray at home
"Savas Ates" <savas@indexinteractive.com> wrote in message
news:uU7j6moXEHA.3044@TK2MSFTNGP09.phx.gbl...
> can i send my page title to another page.... like this response.redirect
> "xx.asp?title"&mytitle
>
> mytitle= what can bee... i dont want to write manually my title
>
> any method to learn title in asp......
>
>
|
|
|
|