Search:

Type: Posts; User: KraftyDood; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    7,810

    Thanks for the feedback. I am thinking you are...

    Thanks for the feedback. I am thinking you are right, and that in the end the way to go is just providing on-screen instructions for printing/saving images for those who don't know how.

    Some of...
  2. Replies
    3
    Views
    7,810

    Is no-one going to offer any thoughts on this? I...

    Is no-one going to offer any thoughts on this? I would have expected someone at least to tell me "NO - NOT POSSIBLE" - which is what I am currently thinking.

    If what I am looking for is possible,...
  3. Replies
    1
    Views
    3,733

    Adding autocomplete="off" to the form tag seems...

    Adding autocomplete="off" to the form tag seems to have stopped the unwanted behaviour.

    I had thought you actually had to start typing something for 'autocomplete' to do something. I didn't...
  4. Replies
    1
    Views
    3,733

    Firefox Form Problem

    I am having a problem with Firefox (1.0.7). A simple page, with a text input control on it, with a preset value of "5".

    The first time I bring up the page, the "5" is showing. If I go into the...
  5. Replies
    3
    Views
    7,810

    Javascript to Trigger Print/Save Images

    Is it possible to request a print or save operation for an image on the page via Javascript, just as if the user has right-clicked on the image and selected the "Print Image" or "Save Image As"...
  6. Replies
    7
    Views
    4,180

    I tried adding the onmousedown="return false;" to...

    I tried adding the onmousedown="return false;" to the image tag. This worked for FireFox (1.0.7), but not under IE6. Under IE6 I found I also needed to add onmousemove="return false;" to the image...
  7. Replies
    7
    Views
    4,180

    Thanks for the suggestion. I had thought about...

    Thanks for the suggestion. I had thought about putting a div over the image, but thought that might interfere with being able to right-click on the image to bring up the context menu (for printing...
  8. Replies
    7
    Views
    4,180

    Here is a link to my test page

    http://24.68.128.108/select.html

    Compare the difference between starting the selection box outside the image versus inside the image.
  9. Replies
    1
    Views
    4,030

    Please ignore this item - I think I should have...

    Please ignore this item - I think I should have posted it in the Javascript forum instead. I'll delete this thread if I can figure out how.
  10. Replies
    7
    Views
    4,180

    Images and Mouse Events

    Hi.

    I am trying to impement a draw-a-seletion-box-on-an-image-with-the-mouse thing, to allow the user to zoom into a specific rectangle of a picture.

    So, I have written javascript to process...
  11. Replies
    1
    Views
    4,030

    Images and Mouse Events

    Cancelled
Results 1 to 11 of 11