Request TITLE via ASP
July 21, 2007 4:54 PM
Subscribe
ASP snippet to request contents of page's TITLE tag?
Someone gave me the following line of ASP that will write/call the URL of whatever web page it's on:
< %=Request.servervariables(" SERVER_NAME" ) & request.servervariables(url)%>
Can anyone please tell me what an equivalent line would be that will automatically pull the contents of the page's TITLE tag? Or do I need to go another route?
I want to make custom links that pass on page data, such as
Yes, I'm clearly clueless re: even the basics of ASP.>
posted by MaxVonCretin to computers & internet (6 comments total)
I meant such as:
< a href='http://BLAHBLAH.com/submit?url=http://<%= Request.servervariables("SERVER_NAME") & Request.ServerVariables("URL")%>&title=??????' >
posted by MaxVonCretin at 4:57 PM on July 21, 2007