[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.frontpage.programming

Java/Java Script Programmer

Greg

4/19/2004 6:45:00 PM

I have 2 java/java script questions I need to pose to a
programmer. Please respond to my email address.

Thanx
9 Answers

Steve Easton

4/19/2004 7:19:00 PM

0

Java and javascript are two different things.
Since javascript is considered "open source" please post your questions here:


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
"Greg" <gentleman_mac@yahoo.com> wrote in message
news:125c01c4263e$6e167590$a001280a@phx.gbl...
> I have 2 java/java script questions I need to pose to a
> programmer. Please respond to my email address.
>
> Thanx


Greg

4/19/2004 7:45:00 PM

0

I am trying to get a picture from a picture gallery to
open up into a new window (enlarged from a thumbnail)with
no menus at the top and when you try to download the
picture with a right mouse click, it downloads an empty
file.

I found a site that accomplishes this and this is the
code from what i can see. I changed the name of the
website to blah.

What do I need to change besides the website of course to
make this work for my site?

onClick="EnlargeImage
(&quot;http://www.blah.com/ViewImage...
EventID=1978&EventClassID=13922&ImageID=582002&sportdir=ba
seball&eVTnox=al05142001bbl502905145029&Action=2&quot;,450
,560); return false"><img title="051401_5029_0008.jpg"
src="http://www.blah.com/images/siteimages/shims...
..gif" border=0 align=center valign=center height=108
width=108></a></td>


>-----Original Message-----
>Java and javascript are two different things.
>Since javascript is considered "open source" please post
your questions here:
>
>
>--
>Steve Easton
>Microsoft MVP FrontPage
>95isalive
>This site is best viewed..................
>...............................with a computer
>"Greg" <gentleman_mac@yahoo.com> wrote in message
>news:125c01c4263e$6e167590$a001280a@phx.gbl...
>> I have 2 java/java script questions I need to pose to a
>> programmer. Please respond to my email address.
>>
>> Thanx
>
>
>.
>

Kevin Spencer

4/19/2004 7:54:00 PM

0

You can NOT prevent copying of images published to your web site. This issue
has been discussed a zillion times on this NG, and around the world, but if
you don't believe me, just send the URL of ANY web site you saw such a
technique in, and I'll send you a copy of any image in it that you can see
in your browser.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Greg" <gentleman_mac@yahoo.com> wrote in message
news:11b301c42646$c9cb3300$a601280a@phx.gbl...
> I am trying to get a picture from a picture gallery to
> open up into a new window (enlarged from a thumbnail)with
> no menus at the top and when you try to download the
> picture with a right mouse click, it downloads an empty
> file.
>
> I found a site that accomplishes this and this is the
> code from what i can see. I changed the name of the
> website to blah.
>
> What do I need to change besides the website of course to
> make this work for my site?
>
> onClick="EnlargeImage
> (&quot;http://www.blah.com/ViewImage...
> EventID=1978&EventClassID=13922&ImageID=582002&sportdir=ba
> seball&eVTnox=al05142001bbl502905145029&Action=2&quot;,450
> ,560); return false"><img title="051401_5029_0008.jpg"
> src="http://www.blah.com/images/siteimages/shims...
> .gif" border=0 align=center valign=center height=108
> width=108></a></td>
>
>
> >-----Original Message-----
> >Java and javascript are two different things.
> >Since javascript is considered "open source" please post
> your questions here:
> >
> >
> >--
> >Steve Easton
> >Microsoft MVP FrontPage
> >95isalive
> >This site is best viewed..................
> >...............................with a computer
> >"Greg" <gentleman_mac@yahoo.com> wrote in message
> >news:125c01c4263e$6e167590$a001280a@phx.gbl...
> >> I have 2 java/java script questions I need to pose to a
> >> programmer. Please respond to my email address.
> >>
> >> Thanx
> >
> >
> >.
> >


Steve Easton

4/19/2004 8:09:00 PM

0

All they have done is make the image a background image and then place a
transparent gif on top of it.
So, when you right click you download the transparent gif.

That said, check your browser cache files and you'll find the original image.


--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
"Greg" <gentleman_mac@yahoo.com> wrote in message
news:11b301c42646$c9cb3300$a601280a@phx.gbl...
> I am trying to get a picture from a picture gallery to
> open up into a new window (enlarged from a thumbnail)with
> no menus at the top and when you try to download the
> picture with a right mouse click, it downloads an empty
> file.
>
> I found a site that accomplishes this and this is the
> code from what i can see. I changed the name of the
> website to blah.
>
> What do I need to change besides the website of course to
> make this work for my site?
>
> onClick="EnlargeImage
> (&quot;http://www.blah.com/ViewImage...
> EventID=1978&EventClassID=13922&ImageID=582002&sportdir=ba
> seball&eVTnox=al05142001bbl502905145029&Action=2&quot;,450
> ,560); return false"><img title="051401_5029_0008.jpg"
> src="http://www.blah.com/images/siteimages/shims...
> .gif" border=0 align=center valign=center height=108
> width=108></a></td>
>
>
> >-----Original Message-----
> >Java and javascript are two different things.
> >Since javascript is considered "open source" please post
> your questions here:
> >
> >
> >--
> >Steve Easton
> >Microsoft MVP FrontPage
> >95isalive
> >This site is best viewed..................
> >...............................with a computer
> >"Greg" <gentleman_mac@yahoo.com> wrote in message
> >news:125c01c4263e$6e167590$a001280a@phx.gbl...
> >> I have 2 java/java script questions I need to pose to a
> >> programmer. Please respond to my email address.
> >>
> >> Thanx
> >
> >
> >.
> >


Greg

4/19/2004 8:43:00 PM

0

so its not JScript then??/ how do i do it?
>-----Original Message-----
>All they have done is make the image a background image
and then place a
>transparent gif on top of it.
>So, when you right click you download the transparent
gif.
>
>That said, check your browser cache files and you'll
find the original image.
>
>
>--
>Steve Easton
>Microsoft MVP FrontPage
>95isalive
>This site is best viewed..................
>...............................with a computer
>"Greg" <gentleman_mac@yahoo.com> wrote in message
>news:11b301c42646$c9cb3300$a601280a@phx.gbl...
>> I am trying to get a picture from a picture gallery to
>> open up into a new window (enlarged from a thumbnail)
with
>> no menus at the top and when you try to download the
>> picture with a right mouse click, it downloads an empty
>> file.
>>
>> I found a site that accomplishes this and this is the
>> code from what i can see. I changed the name of the
>> website to blah.
>>
>> What do I need to change besides the website of course
to
>> make this work for my site?
>>
>> onClick="EnlargeImage
>> ("http://www.blah.com/ViewImage...
>>
EventID=1978&EventClassID=13922&ImageID=582002&sportdir=ba
>> seball&eVTnox=al05142001bbl502905145029&Action=2",450
>> ,560); return false"><img title="051401_5029_0008.jpg"
>>
src="http://www.blah.com/images/siteimages/shims...
>> .gif" border=0 align=center valign=center height=108
>> width=108></a></td>
>>
>>
>> >-----Original Message-----
>> >Java and javascript are two different things.
>> >Since javascript is considered "open source" please
post
>> your questions here:
>> >
>> >
>> >--
>> >Steve Easton
>> >Microsoft MVP FrontPage
>> >95isalive
>> >This site is best viewed..................
>> >...............................with a computer
>> >"Greg" <gentleman_mac@yahoo.com> wrote in message
>> >news:125c01c4263e$6e167590$a001280a@phx.gbl...
>> >> I have 2 java/java script questions I need to pose
to a
>> >> programmer. Please respond to my email address.
>> >>
>> >> Thanx
>> >
>> >
>> >.
>> >
>
>
>.
>

Peter Aitken

4/19/2004 9:05:00 PM

0

"Greg" <gentleman_mac@yahoo.com> wrote in message
news:125c01c4263e$6e167590$a001280a@phx.gbl...
> I have 2 java/java script questions I need to pose to a
> programmer. Please respond to my email address.
>
> Thanx

The purpose of a newsgroup is for public postings of questions and answers
so everyone can benefit. No secrets allowed!

--
Peter Aitken

Remove the crap from my email address before using.


Steve Easton

4/19/2004 9:27:00 PM

0

They are using asp to display the large image with a transparent image on top.

The thing is Gregg, they aren't accomplishing anything other than "slightly
slowing down" someone who wants to keep the image because:
1. Print Screen still works
2. The image is in the temporary internet files on your machine.

Seriously, save yourself a lot of frustration. It's not worth the hassle and
only provides a false sense of security.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer

"Greg" <gentleman_mac@yahoo.com> wrote in message
news:136401c4264e$dd294330$a301280a@phx.gbl...
> so its not JScript then??/ how do i do it?
> >-----Original Message-----
> >All they have done is make the image a background image
> and then place a
> >transparent gif on top of it.
> >So, when you right click you download the transparent
> gif.
> >
> >That said, check your browser cache files and you'll
> find the original image.
> >
> >
> >--
> >Steve Easton
> >Microsoft MVP FrontPage
> >95isalive
> >This site is best viewed..................
> >...............................with a computer
> >"Greg" <gentleman_mac@yahoo.com> wrote in message
> >news:11b301c42646$c9cb3300$a601280a@phx.gbl...
> >> I am trying to get a picture from a picture gallery to
> >> open up into a new window (enlarged from a thumbnail)
> with
> >> no menus at the top and when you try to download the
> >> picture with a right mouse click, it downloads an empty
> >> file.
> >>
> >> I found a site that accomplishes this and this is the
> >> code from what i can see. I changed the name of the
> >> website to blah.
> >>
> >> What do I need to change besides the website of course
> to
> >> make this work for my site?
> >>
> >> onClick="EnlargeImage
> >> ("http://www.blah.com/ViewImage...
> >>
> EventID=1978&EventClassID=13922&ImageID=582002&sportdir=ba
> >> seball&eVTnox=al05142001bbl502905145029&Action=2",450
> >> ,560); return false"><img title="051401_5029_0008.jpg"
> >>
> src="http://www.blah.com/images/siteimages/shims...
> >> .gif" border=0 align=center valign=center height=108
> >> width=108></a></td>
> >>
> >>
> >> >-----Original Message-----
> >> >Java and javascript are two different things.
> >> >Since javascript is considered "open source" please
> post
> >> your questions here:
> >> >
> >> >
> >> >--
> >> >Steve Easton
> >> >Microsoft MVP FrontPage
> >> >95isalive
> >> >This site is best viewed..................
> >> >...............................with a computer
> >> >"Greg" <gentleman_mac@yahoo.com> wrote in message
> >> >news:125c01c4263e$6e167590$a001280a@phx.gbl...
> >> >> I have 2 java/java script questions I need to pose
> to a
> >> >> programmer. Please respond to my email address.
> >> >>
> >> >> Thanx
> >> >
> >> >
> >> >.
> >> >
> >
> >
> >.
> >


=?Utf-8?B?cm9kY2hhcg==?=

4/19/2004 11:06:00 PM

0

Thats ok most people arent savvy enough to figure it
out. All i want to do is like they did no menus at the
top and if they right click to save to disk it downloads
that clear gif.

>-----Original Message-----
>They are using asp to display the large image with a
transparent image on top.
>
>The thing is Gregg, they aren't accomplishing anything
other than "slightly
>slowing down" someone who wants to keep the image
because:
>1. Print Screen still works
>2. The image is in the temporary internet files on your
machine.
>
>Seriously, save yourself a lot of frustration. It's not
worth the hassle and
>only provides a false sense of security.
>
>--
>Steve Easton
>Microsoft MVP FrontPage
>95isalive
>This site is best viewed..................
>...............................with a computer
>
>"Greg" <gentleman_mac@yahoo.com> wrote in message
>news:136401c4264e$dd294330$a301280a@phx.gbl...
>> so its not JScript then??/ how do i do it?
>> >-----Original Message-----
>> >All they have done is make the image a background
image
>> and then place a
>> >transparent gif on top of it.
>> >So, when you right click you download the transparent
>> gif.
>> >
>> >That said, check your browser cache files and you'll
>> find the original image.
>> >
>> >
>> >--
>> >Steve Easton
>> >Microsoft MVP FrontPage
>> >95isalive
>> >This site is best viewed..................
>> >...............................with a computer
>> >"Greg" <gentleman_mac@yahoo.com> wrote in message
>> >news:11b301c42646$c9cb3300$a601280a@phx.gbl...
>> >> I am trying to get a picture from a picture gallery
to
>> >> open up into a new window (enlarged from a
thumbnail)
>> with
>> >> no menus at the top and when you try to download the
>> >> picture with a right mouse click, it downloads an
empty
>> >> file.
>> >>
>> >> I found a site that accomplishes this and this is
the
>> >> code from what i can see. I changed the name of the
>> >> website to blah.
>> >>
>> >> What do I need to change besides the website of
course
>> to
>> >> make this work for my site?
>> >>
>> >> onClick="EnlargeImage
>> >> ("http://www.blah.com/ViewImage...
>> >>
>>
EventID=1978&EventClassID=13922&ImageID=582002&sportdir=ba
>> >>
seball&eVTnox=al05142001bbl502905145029&Action=2",450
>> >> ,560); return false"><img
title="051401_5029_0008.jpg"
>> >>
>>
src="http://www.blah.com/images/siteimages/shims...
>> >> .gif" border=0 align=center valign=center height=108
>> >> width=108></a></td>
>> >>
>> >>
>> >> >-----Original Message-----
>> >> >Java and javascript are two different things.
>> >> >Since javascript is considered "open source" please
>> post
>> >> your questions here:
>> >> >
>> >> >
>> >> >--
>> >> >Steve Easton
>> >> >Microsoft MVP FrontPage
>> >> >95isalive
>> >> >This site is best viewed..................
>> >> >...............................with a computer
>> >> >"Greg" <gentleman_mac@yahoo.com> wrote in message
>> >> >news:125c01c4263e$6e167590$a001280a@phx.gbl...
>> >> >> I have 2 java/java script questions I need to
pose
>> to a
>> >> >> programmer. Please respond to my email address.
>> >> >>
>> >> >> Thanx
>> >> >
>> >> >
>> >> >.
>> >> >
>> >
>> >
>> >.
>> >
>
>
>.
>

Kevin Spencer

4/20/2004 12:33:00 PM

0

So, it's okay if SOME people steal your pictures, and then distribute them
to their friends, who distribute them to their friends, who...

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Greg" <anonymous@discussions.microsoft.com> wrote in message
news:13e001c42662$d0947fe0$a401280a@phx.gbl...
> Thats ok most people arent savvy enough to figure it
> out. All i want to do is like they did no menus at the
> top and if they right click to save to disk it downloads
> that clear gif.
>
> >-----Original Message-----
> >They are using asp to display the large image with a
> transparent image on top.
> >
> >The thing is Gregg, they aren't accomplishing anything
> other than "slightly
> >slowing down" someone who wants to keep the image
> because:
> >1. Print Screen still works
> >2. The image is in the temporary internet files on your
> machine.
> >
> >Seriously, save yourself a lot of frustration. It's not
> worth the hassle and
> >only provides a false sense of security.
> >
> >--
> >Steve Easton
> >Microsoft MVP FrontPage
> >95isalive
> >This site is best viewed..................
> >...............................with a computer
> >
> >"Greg" <gentleman_mac@yahoo.com> wrote in message
> >news:136401c4264e$dd294330$a301280a@phx.gbl...
> >> so its not JScript then??/ how do i do it?
> >> >-----Original Message-----
> >> >All they have done is make the image a background
> image
> >> and then place a
> >> >transparent gif on top of it.
> >> >So, when you right click you download the transparent
> >> gif.
> >> >
> >> >That said, check your browser cache files and you'll
> >> find the original image.
> >> >
> >> >
> >> >--
> >> >Steve Easton
> >> >Microsoft MVP FrontPage
> >> >95isalive
> >> >This site is best viewed..................
> >> >...............................with a computer
> >> >"Greg" <gentleman_mac@yahoo.com> wrote in message
> >> >news:11b301c42646$c9cb3300$a601280a@phx.gbl...
> >> >> I am trying to get a picture from a picture gallery
> to
> >> >> open up into a new window (enlarged from a
> thumbnail)
> >> with
> >> >> no menus at the top and when you try to download the
> >> >> picture with a right mouse click, it downloads an
> empty
> >> >> file.
> >> >>
> >> >> I found a site that accomplishes this and this is
> the
> >> >> code from what i can see. I changed the name of the
> >> >> website to blah.
> >> >>
> >> >> What do I need to change besides the website of
> course
> >> to
> >> >> make this work for my site?
> >> >>
> >> >> onClick="EnlargeImage
> >> >> ("http://www.blah.com/ViewImage...
> >> >>
> >>
> EventID=1978&EventClassID=13922&ImageID=582002&sportdir=ba
> >> >>
> seball&eVTnox=al05142001bbl502905145029&Action=2",450
> >> >> ,560); return false"><img
> title="051401_5029_0008.jpg"
> >> >>
> >>
> src="http://www.blah.com/images/siteimages/shims...
> >> >> .gif" border=0 align=center valign=center height=108
> >> >> width=108></a></td>
> >> >>
> >> >>
> >> >> >-----Original Message-----
> >> >> >Java and javascript are two different things.
> >> >> >Since javascript is considered "open source" please
> >> post
> >> >> your questions here:
> >> >> >
> >> >> >
> >> >> >--
> >> >> >Steve Easton
> >> >> >Microsoft MVP FrontPage
> >> >> >95isalive
> >> >> >This site is best viewed..................
> >> >> >...............................with a computer
> >> >> >"Greg" <gentleman_mac@yahoo.com> wrote in message
> >> >> >news:125c01c4263e$6e167590$a001280a@phx.gbl...
> >> >> >> I have 2 java/java script questions I need to
> pose
> >> to a
> >> >> >> programmer. Please respond to my email address.
> >> >> >>
> >> >> >> Thanx
> >> >> >
> >> >> >
> >> >> >.
> >> >> >
> >> >
> >> >
> >> >.
> >> >
> >
> >
> >.
> >