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...
Type: Posts; User: KraftyDood; Keyword(s):
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...
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,...
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...
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...
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"...
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...
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...
http://24.68.128.108/select.html
Compare the difference between starting the selection box outside the image versus inside the image.
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.
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...
Cancelled