IIS ASP - sending my page title to another page

This is Interesting: Free IT Magazines  
Home > Archive > IIS ASP > June 2004 > sending my page title to another page





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

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......
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com