Hi,
My customer wants to prevent people from downloading, printing or bookmarking his logo which is downloaded from the server and displayed on the webpage.
Is there any way this can be done? If yes, how?
Thanks everybody for your time and help
Hi,
I have to send email containing German characters (e.g. umlauts). I already had a script which worked with English characters, but it would mess up the German ones.
So, I decided to use encoding in the header, and encoded it to UTF-8 as text/html (using text/plain does not work). Now, the...
Hi,
I am trying to position images, 4 to a row in 3 rows. I have defined the following divs:
container {width:800px; height:450px;position:relative}
firstrow {width:600px; height:130px;position:relative;top:0px}
secondrow {width:600px; height:130px;position:relative;top:140px}
thridrow...
Hi,
I posted this some minutes ago, but it seems to have diappeared, so here I go again.
As far as I know, one can open a new window using window.open using javascript, and the new window opens in another window, unless _parent is specifically given.
However, when I use window.open, the new...
Hi,
I am relatively new to Javascript, but I think it is possible to do the following, but I don't know exactly how.
I have a screen with 10 images in screen A. When the user clicks an image, a file upload box needs to pop up (screen B) where the user can change the image (<input type="file")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.