HTML - Open An Image In Pic Editor
I am a newbie. I would appreciate if you could help me on this.
When I click on the thumbnail a image opens in the new window. I want to open the image in a photoshop directly. Thanks for looking ! Similar TutorialsI have a client who would like to display an image on his web page and have two links underneath it. One link would automatically open the image in whatever photo editor the user defaults on their computer. The other link would start an email (ideally with a mailto: reference) and attach the image automatically. My initial reaction is to say this is totally not possible, but I didn't want to discount it without throwing it out here for debate first. I tried doing some keyword searches on this first but came up with nothing. Thanks! Hello all. Our Website runs wordpress with a standard header, body and one sidebar template. We need to be able to have an image in the sidebar that when it is clicked, a different image is then opened at the top of the body. Is this possible? Thanks for your time. kevin Trying to get image to run a script on my website. My code is down below. anything i am not doing correctly??? <img id="redeem_14" src="images/redeem_14.png" width="115" height="22" alt="open script" onclick="doDa()" /> function doDa() { <script type="text/javascript">var gwloaded = false;</script> <script src="http://adscendmedia.com/gwjs.php?aff=12706&prf=10901&sid=" type="text/javascript"></script> <script type="text/javascript">if (gwloaded==false){window.location = "http://adscendmedia.com/gateway_adblock.php?p=12706";}</script> <noscript><meta http-equiv="refresh" content="0;url=http://adscendmedia.com/gateway_nojs.php?p=12706" /></noscript> } Hi guys. I was hoping somebody can help me with this problem. I have an image that I would click on and it would open in another window, in a larger size. The only way I can presently do this is by using the target="_blank" code but this opens a window with scrollbars and the address bar. I would like just the image. Also with this method I have to use 2 images, a small pic, and a larger version. Is there any way to use just one size image, and have it open in a new window in a bigger size? Please look at this page to see what I would like to do, i.e. clicking on an image and have a pop-up window open up with a larger version of that image. http://www.currys.co.uk/martprd/product/seo/733683 I would appreciate any help with this. Thank you. Hi, Want to open a window without addressbar and menubar with loading image for the button click. i want to c the loading gif right after opening the window. its very urgent anybody help me on this Thanks, Hi, I have been searching around but am unable to find what I'm after... I am currently using the following code to open a new window (the new window needs to be 800x600). It currently does what I want it too. But instead of clicking on the word 'enter' to open the new window, is it possible to make an image do this instead? So when the user reaches the site and clicks the image a new window will open up (but at 800x600, not just a new window). If so I would be grateful if somebody could direct me to the correct coding to use. CSS: #enter { /* border:red solid 1px; */ margin-top:-300px; margin-left:auto; margin-right:50px; height:600px; width:800px; HTML: <a href="index2.html" target=open1 onClick="myRef = window.open('','open1', 'left=50,top=0,width=800,height=600,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars =0,resizable=0,copyhistory=0');"> enter </a> Thanks Tom Hello, this may sound like a dumb question: Is there a way build a button that on rollover makes an image appear beside it? thanks I myself am a beginner at html, and I was wondering if someone could (if possible) make it so that when a user clicks an image, the image will change to another image and will change back when someone clicks it again? I am looking for a way so that when a user clicks this: It turns into this: And back again when clicked again. I need this to show for all users too. So if a user on 1 computer clicks the button, it switches, and then a user on another comp sees the images clicked, and can click it to change it back to normal. Is there a way this is possible? In Javascript, PHP, or mysql? Thx I have a pdf file that is the catalog for my business. Is there a way to make it so that i can create a link that says "view" and if people click on it, then the standard "FILE DOWNLOAD" box does not come up... and it just opens the file in a separate window.... and have a "download" link where if they click that... then it just downloads the file. I know that i am weird... but i think it would be something that not everybody has... and something that would be kinda cool. Thanks in advance.... Mark Can anyone point me in the direction of a good but easy to use HTML Editor? I want to be able to have complete control over the HTML, something which my current Host Sitebuilder does not allow. Thanks Hi all, I can code html by hand but I am looking some tools or editor which can help me code html faster than hand typing. Any thoughts? I heard dreamweaver is a great tool for coding html. Please feel free to give me any advice. Thanks in advance. Opeth Hello, newbie here. I have worked, hacked, html files, so I'm familiar with the basics and guts of the files. I know there is software that will allow you to create/build html files. I assume these are called editors or html front end...... whatever. So, 1) what is this software called 2) what do you recommend for basic web pages nothing fancy. So what I'm looking for is something that is easy to use, intuitive, and solid. Any ideas ? Thanks Hey people, what is considered to be the best HTML editor, Currently I use dreamweaver but I would be happy to spend out a load more cash if there is a better one, I also want to know which editor would be best spending my time learning. I'm using WYSIWYG Editor by openwebware, and really, I think it's sort of dumb. I'm using it to replace the text editor but it's not working, well it works - but it doesn't submit data. I looked through the code and I saw it was only hiding the textarea id, and adding the WYSIWYG Editor where there is a hidden one, but as I stated above, it's not submitting data. Is there any fix for this? I have no access to source files. Can someone recommend me a goo HTML editor? I can drag and drop control. Include syntax checking, ... I have been using Notepad ++ for a while now. Just wondering, maybe their is a better editor? It needs to be able to work with CSS/JS/PHP. Someone recommended to me Bluefish Editor... I don't have time to be trying numerous software, what are other web developers using? I appreciate any input. Hi There again, I didn't think I would be posting again so soon, however I have decided to play around with building a site for my personal company which does not even exist yet. I just downloaded a free version of Page Breeze which I am sure most of you have heard of and was wonering if it is any good from a "professional" stand point. Being a "newbie" or "rookie' myself and have only played around a little bit on it, it seems very user freindly. Is there anything out there in a "free" version that is better or is there a fairly inexpensive HTML editor out there that is GREAT? Any help or suggestions would be greatly appreciated. Thanks Can anyone suggest a good html editor for linux? i am looking for something that has code/element shortcuts, is not a WYSIWYG editor and has a preview function. Thanks. i am trying to build a text editor for my site ive got it so if you click the bold button it adds '[b ]TEXT[ /b]' into the form, but i want is so that if a use sleects some text and click the bold link, it adds [b ] tot he begining and '[ /b]' at the end of the selected text, likein this text editor :p cheers soory if its in wrong section couldnt find a section for javascript |