Image Appearing on a Web Page
Hi all,
I want to design a servlet for my web page. Actually I don’t know much about servlet.
Let say I have a web page and there is a button name “Image”. If I click on it an image should appear on top of the page. And also it should be movable by mouse anywhere on top of the page. Simply it looks like help assistant on Microsoft Help Assistant.
Can you guys help me on this with a code? Thanks
Re: Image Appearing on a Web Page
This has nothing or very little to do with Servlets, which are a Java technology (and should therefore be handled in the Java forum). Seems like you want some JavaScript, which is something very different.
Re: Image Appearing on a Web Page
Quote:
Originally Posted by CornedBee
This has nothing or very little to do with Servlets, which are a Java technology (and should therefore be handled in the Java forum). Seems like you want some JavaScript, which is something very different.
So I have to move Java forum?
Re: Image Appearing on a Web Page
No, because what you want is JavaScript. I was just pointing out that you're not "designing a servlet".
As for the actual problem, that's pretty advanced stuff, so either you find someone to do it for you (and you'll proabably have to pay them) or you learn HTML, CSS and JavaScript properly and thoroughly.
Re: Image Appearing on a Web Page