Ask a Question related to ASP.NET General, Design and Development.
-
Andreas Klemt #1
Fastest way to get a the string between <title> </title>
Hello,
I have in my strHtml a html page.
so what is the fastest way (with XML Read?) to get the "myValue" between
<title>myValue</title>
Thanks,
Andreas
Andreas Klemt Guest
-
title tag
Could you advise me whether in Contribute 3 or 4 there is now an editable title attribute in the link properties dialogue box? I only have... -
not able to annot title
hi, objPage = (Acrobat.CAcroPDPage)objPDDoc.AcquirePage(k); int anot = objPage.GetNumAnnots(); for (j = 0; j < objPage.GetNumAnnots() ; j++) ... -
Title bar functions
Thanks again! It worked great. The spelling is "appMinimize" - Have a good day. Scott -
<title> value from PHP
"ease" <ease@wanadoo.fr> schrieb: Not without some very complex coding with output buffering. May I suggest a simpler solution? The easiest... -
Title bar on a Pop-up form
Gidday, Does anyone know how I can 'switch off' the title bar on a form? I'm using Access2002 and I have a single form which I am using as a... -
Steve C. Orr, MCSD #2
Re: Fastest way to get a the string between <title> </title>
You can get/set the page title through code by adding the runat="server"
attribute to your title tag.
Here's a good example:
[url]http://www.aspalliance.com/kenc/faq5.aspx[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Andreas Klemt" <aklemt68@hotmail.com> wrote in message
news:%23LLPhAuXDHA.1004@TK2MSFTNGP12.phx.gbl...> Hello,
> I have in my strHtml a html page.
> so what is the fastest way (with XML Read?) to get the "myValue" between
> <title>myValue</title>
>
>
> Thanks,
> Andreas
>
>
Steve C. Orr, MCSD Guest



Reply With Quote

