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

brandons777
brandons777
Offline

Badges

Badges
3

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
0

Questions

Questions
3

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by brandons777
Customize the badges you want to showcase on your profile
Re: Help Creating a button - Adobe LiveCycle 07-07-2010
Thank you so much Srini. It work perfectly.Have a wonderful dayBrandon  

Views

137

Likes

0

Replies

0
Re: Help Creating a button - Adobe LiveCycle 07-07-2010
Thank you for your reply. I beleave that this is me not understanding how or where to put this in. I have only really just started to learn scripting so i am below beginer. I did try to enter in the revised code and i could not get it to work, again thank you for your help.

Views

136

Likes

0

Replies

0
Help Creating a button - Adobe LiveCycle 01-07-2010
I am trying to create a button that when i click on it the Time shows up on the button. this is the code that i have right now and i am not sure where to go from here.buttonStamp = new Date();var Hours;var Mins;var Time;Hours = Stamp.getHours();if (Hours >= 12) {Time = " P.M.";}else {Time = " A.M.";}if (Hours > 12) {Hours -= 12;}if (Hours == 0) {Hours = 12;}Mins = Stamp.getMinutes();if {Mins 10} {Mins = "0" + Mins;} xmlDoc.getElementById("button1").value= Hours + Mins + Time;

Views

611

Likes

0

Replies

4