Hi, all.

Let me first thank you all for the help I've received to date. I've
only been using RedDot for a couple years but I'm still running into
things that weren't covered in the training course and it's nice to
have this group as support.

So on to today's problem....I'm working on an asp that generates a
report that list elements and attributes of a page. I'm new to ASP
coding with RedDot and this asp that I'm using was written by a
contractor that is no longer with us. I'm modifying it to display more
information than was previously listed.

>From what I understand, the headline of the page is extracted by using
the following:
>>headline = nodeList.item(i).getAttribute("headline")<<

I'd like to be able to extract the file name from the properties of
the page and create the published URL (http://www.blah.blah.com/
<filename>.html). I figure that I should be able to get that info
using the above method with a different attribute string. I just don't
know what that string would be.

Is this the correct way to get what I'm looking for or is there a
simpler, more obvious way that I'm missing? For my future reference,
is there a list of attribute strings that are available using this
method?

Thanks in advance,
EMB

-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/reddot-cms-users?hl=en.

Reply via email to