Hi Johnny, What are your rates?! Thanks.
I don't know what javascript API and features adobe has introduced in pdf files, but one thing I know is that you can do that in Adobe Acrobat Pro...
You can also use jQuery to easily achive this effect: $('body').css('background-color', '#ccc'); or on button click:...
Amit, you can use jQuery to do this easyli. Are you familiar with jQuery ?!
What is "Tests". Is a variable with string in it ?! If you are literally want to put string "Tests" into an element with ID x then you should...
Hi Dean, Could you elaborate more on the job/task. What is the deadline ?! Thanks.
Using jQuery that would be: $('input :first').focus(); or if u wanna be more specific then: $('input[type="text"] :first').focus(); // or...
Something like this: getElementById("yourHiddenElementId").value="somevalue";
You can also set href of the links to the images that should be replaced with. Then using jquery read the href and replace the image src with the...
To make things even easier, I would suggest using jQuery.
Separate names with a comma.