HELP, have a button do a key press

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default HELP, have a button do a key press

    i have a scroll=no code on my page and i need to know if i can get a code that
    would make a button simulate the key press of the up and down arrows
    (so my page will move down when you click the button)
    thanks

    WW2 airborne Guest

  2. Similar Questions and Discussions

    1. Soft key press
      Is it possible to force a keypress using actionscript? I have an object which deletes itself from the stage when the delete key is pressed. I want...
    2. Button over movie still continues during 'Press'
      I have a movie running during a Button 'Over' action. I also have a movie ready to go when the button is clicked. However, I have to keep my...
    3. key press and levels
      I have a SWF form that is nested within a container SWF on a higher level. I am trying to use the keypress event to submit the form when the user...
    4. key press help
      Hello, I need something similar to this. On a keydown event (say F10) I want the movie to advacne 10 frames. Can you please help?
    5. Problem on press button
      I use server control. I have two textbox and one button in web page. How can I set that if press ENTER on each textbox, the event on button is not...
  3. #2

    Default Re: HELP, have a button do a key press

    just a wild stab in the dark but how about you use anchors in yout page and then code your buttons to go up or down to the next number anchor in your code?
    boy mackman Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139