Click here to Skip to main content
15,900,906 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Ajax and JavaScript Pin
Richard MacCutchan22-Sep-10 1:48
mveRichard MacCutchan22-Sep-10 1:48 
AnswerRe: Ajax and JavaScript Pin
thatraja22-Sep-10 1:49
professionalthatraja22-Sep-10 1:49 
Questionp3p Header Pin
salmonraju20-Sep-10 23:33
salmonraju20-Sep-10 23:33 
Questionreattaching an html element. Pin
swjam20-Sep-10 16:16
swjam20-Sep-10 16:16 
AnswerRe: reattaching an html element. Pin
Not Active21-Sep-10 2:32
mentorNot Active21-Sep-10 2:32 
GeneralRe: reattaching an html element. Pin
swjam21-Sep-10 4:14
swjam21-Sep-10 4:14 
GeneralRe: reattaching an html element. Pin
Not Active21-Sep-10 4:57
mentorNot Active21-Sep-10 4:57 
QuestionIndicating a button has been pushed Pin
bklerner14-Sep-10 8:29
bklerner14-Sep-10 8:29 
Hi,

Working in Acrobat 9.0 forms (not LiveCycle). Have a push button ("MKTGlaunch") to launch a new form from the currently open form. I want to make a check box on the 'parent' form to indicate that the button has been pushed. (i.e. If the button is pushed, program puts a check in the box.)

What is the best way to indicate the action of the button? On the "Mouse Up" there’s already a JS to tell the program to launch the new form, using the "Open a Web Link."

I tried adding a "Run JavaScript" onto another Mouse Up, but nothing happens. I've also tried putting it on the "Mouse Down," but that doesn't work.

But perhaps I'm using the wrong syntax? I'm very much a beginner. This is what I'm using for the Mouse Up/Down:

var MKT = this.getField("MKTGlaunch");

this.getField(MKT.isBoxChecked(0) == true);


Can you give me a push in the right direction?









Is there a better way to do this?
AnswerRe: Indicating a button has been pushed Pin
Skippums22-Sep-10 4:15
Skippums22-Sep-10 4:15 
Questiondynamic event - pass value Pin
Hanzaplast14-Sep-10 2:29
Hanzaplast14-Sep-10 2:29 
AnswerRe: dynamic event - pass value [modified] Pin
daveyerwin14-Sep-10 5:47
daveyerwin14-Sep-10 5:47 
GeneralRe: dynamic event - pass value Pin
Hanzaplast14-Sep-10 23:34
Hanzaplast14-Sep-10 23:34 
QuestionjQuery/jTemplate question [Solved] Pin
RCoate9-Sep-10 18:52
RCoate9-Sep-10 18:52 
AnswerRe: jQuery/jTemplate question Pin
Pete O'Hanlon15-Sep-10 0:47
mvePete O'Hanlon15-Sep-10 0:47 
GeneralRe: jQuery/jTemplate question Pin
RCoate21-Sep-10 18:33
RCoate21-Sep-10 18:33 
GeneralRe: jQuery/jTemplate question Pin
Pete O'Hanlon22-Sep-10 2:27
mvePete O'Hanlon22-Sep-10 2:27 
AnswerRe: jQuery/jTemplate question [Solved] Pin
Sunasara Imdadhusen4-Oct-10 1:49
professionalSunasara Imdadhusen4-Oct-10 1:49 
Questionprotecting javascript IP Pin
swjam3-Sep-10 17:24
swjam3-Sep-10 17:24 
AnswerRe: protecting javascript IP Pin
DaveAuld4-Sep-10 4:16
professionalDaveAuld4-Sep-10 4:16 
GeneralRe: protecting javascript IP Pin
NeverHeardOfMe4-Sep-10 5:47
NeverHeardOfMe4-Sep-10 5:47 
GeneralRe: protecting javascript IP Pin
DaveAuld4-Sep-10 5:49
professionalDaveAuld4-Sep-10 5:49 
QuestionclearInterval Not working on IE Pin
greendragons3-Sep-10 3:46
greendragons3-Sep-10 3:46 
AnswerRe: clearInterval Not working on IE Pin
Not Active3-Sep-10 4:11
mentorNot Active3-Sep-10 4:11 
GeneralRe: clearInterval Not working on IE Pin
greendragons3-Sep-10 4:16
greendragons3-Sep-10 4:16 
GeneralRe: clearInterval Not working on IE Pin
phil.o3-Sep-10 4:23
professionalphil.o3-Sep-10 4:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.