Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Get Meta Tag Content

Status
Not open for further replies.

yogi77

Programmer
Oct 12, 2001
25
0
0
GB
Hi,
Can anyone help me? I am using query string to pass parameters, from a page called getlist.asp, to an .asp page, something like this;


I get a page of html returned something like this;

<HTML>
<HEAD>
<TITLE>Page for electronic post-processing</TITLE>
<META NAME=&quot;Total&quot; Content=&quot;2&quot;>
<META NAME=&quot;WO&quot; Content=&quot;WO123&quot;>
<META NAME=&quot;Status&quot; Content=&quot;Opened&quot;>
<META NAME=&quot;WO&quot; Content=&quot;WOB456&quot;>
<META NAME=&quot;Status&quot; Content=&quot;Accepted&quot;>
</HEAD>
</HTML>

It is worth pointing out that I don't have direct access to the query.asp, I just make reference to it as shown above.

Can someone tell me how I can read these values back out of the page, i.e. the meta tag names and content?

I know I could do something like this;

total=document.all(&quot;total&quot;).content

but I can't do that if I don't have direct access to the code in query.asp? Can I get these values from my getlist.asp?

Confused...any help would be great.

Thanks in advance;
Yogi
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top