Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

bdl901
bdl901
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by bdl901
Customize the badges you want to showcase on your profile
Re: Reading XML Data with Javascript - Adobe LiveCycle 05-04-2011
Nevermind, I figured it out. I used FormCalc to get the url, and I assigned the content to a hidden field. I then used Javascript to pull the value from the hidden field. Here is the FormCalc script I used in case others have the same question://Get the content from a sitevar test=Get("http://www.adobe.com")//Assign the value to the hidden fieldxfa.resolveNode("form1.#subform.Text1").rawValue=testor the even shorter version://Get and Assign value in one stepxfa.resolveNode("form1.#subform.Text1"...

Views

591

Likes

0

Replies

0