rafath Posted September 12, 2016 Posted September 12, 2016 i have this javascript code i want it change autoit canyone can do it for me? this javascript make remove 45sec timer when i click dotp this code remove 45sec timer Quote document.getElementById("timemove").onclick = function() { o_check = document.getElementById('timemove').value; $('.dotp').css('display', ''); $('#timemove').prop('disabled', false); $('#timer_msg').html('<input name="submit" id="btn" type="submit" class="btn-primary" value="Submit">'); document.getElementById("timemove").disabled = false; }; can anyone convert it autoit?
Moderators JLogan3o13 Posted September 12, 2016 Moderators Posted September 12, 2016 @rafath this forum is dedicated to helping people with their own scripts; it is not a buffet where you place an order and someone barfs up code for you. Why don't you show what effort you have done on your own toward converting this? rafath 1 "Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball How to get your question answered on this forum!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now