View Single Post
  #5 (permalink)  
Old May 5th, 2008, 20:56
marSoul's Avatar
marSoul marSoul is offline
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 29
Posts: 422
Blog Entries: 2
Thanks: 6
Thanked 4 Times in 4 Posts
Re: xml & external link

hi
Like this :

Code: Select all
url[i] = xmlNode.childNodes[i].childNodes[2].firstChild.nodeValue;
then you can create a button and put a dynamic text box into it which reads this url[i] value
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Reply With Quote