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!

metadata

Status
Not open for further replies.

sonnos

Programmer
Mar 30, 2006
4
0
0
FR
Does anyone know how to display the description metadata of one page in another page. I think it has to do with CustomProperties but I'm not sure?
 
Hi ggriffit
It's me AGAIN!

I have a link on PAGE A to PAGE B.
I need to put a descriptive paragraph below the link on PAGE A to describe what is on PAGE B.

I need to get the 'Description' metadata of PAGE B on PAGE A.

Therefore the descriptive paragraph will be updated via the properties box.

I hope this is clear?
 
If PAGE B is a standard LL node then you can get hold of the node and get the value you need from there, its probably best to do this via OScript rather than WebLingo.
 
You could also do an xmlexport of the object and transform it with a xsl stylesheet into the page A you want.

Regards,

Koen
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top