Onclick questions

Reply

Join Date: Nov 2004
Posts: 44
Reputation: nspireing is an unknown quantity at this point 
Solved Threads: 0
nspireing nspireing is offline Offline
Light Poster

Onclick questions

 
0
  #1
Sep 6th, 2005
Ive been working on adding an onclick feature to my page. i have a gallery that when you click on a picture it opens to a sized window, what i would like it to then do is close if someone viewing it clicks on the image. Ive tried to artisticly borrow it from other sites but i can never get it to work right or they have some weird script i dont understand.

if someone could help me out or point me in the right direction i would be greatfull also any one who could direct me on finding what other options the onclick feature provides i would also be greatfull.

thanks
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 514
Reputation: techniner is an unknown quantity at this point 
Solved Threads: 19
techniner techniner is offline Offline
Posting Pro

Re: Onclick questions

 
0
  #2
Sep 6th, 2005
HTML and CSS Syntax (Toggle Plain Text)
  1. <b>My Onclick Demo</b><a href="http://nerdlib.com/" target="_blank" onClick="window.open('http://nerdlib.com', 'myWin2', 'toolbar=no, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=no, width=400, height=390'); return false">Nerd Lib Software Labs</a>
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Onclick questions

 
0
  #3
Sep 6th, 2005
I think he's actually asking for a way to CLOSE the opened window. You can use the "self.close()" method in the opened window. I would not tie that to the click method of the displayed image, however. Display a "close me" button, instead.

In actuality, though, this is completely unnecessary. Everyone understands how to close an open window; there is no need to code an extraneous control.
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 44
Reputation: nspireing is an unknown quantity at this point 
Solved Threads: 0
nspireing nspireing is offline Offline
Light Poster

Re: Onclick questions

 
0
  #4
Sep 6th, 2005
the thing i was going for here is protecting the images yes i understand anyone who wants them will get them one way or another but i plan on making it as annoying as i can. so my hope was to have a user click on the window and the page will close. ive tried going to a few pages that i know do this and they have some odd script that dosent exist on the same page so i cannot 'ahem' borrow it.

the code from techniner is a little more messy than the one im using but all in all its about the same i just need the extera step. thanks for posting though.
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Onclick questions

 
0
  #5
Sep 6th, 2005
Wrap the img tag in the new window with an anchor declaration. Code the onclick handler for the anchor, using self.close:

HTML and CSS Syntax (Toggle Plain Text)
  1. <a href="javascript:self.close();"><img src="http://www.tgreer.com/tgroup.png"></a>
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 44
Reputation: nspireing is an unknown quantity at this point 
Solved Threads: 0
nspireing nspireing is offline Offline
Light Poster

Re: Onclick questions

 
0
  #6
Sep 7th, 2005
i tried using that and i cannot get it to work in firefox and i tried it in IE 6 and it kept erroring then finally worked.

(did i ever mention how much i hate sp2???)
Reply With Quote Quick reply to this message  
Join Date: Dec 2004
Posts: 1,655
Reputation: tgreer is an unknown quantity at this point 
Solved Threads: 35
Team Colleague
tgreer tgreer is offline Offline
Made Her Cry

Re: Onclick questions

 
0
  #7
Sep 7th, 2005
Make sure you do your testing from a web server, as opposed to local files.
Reply With Quote Quick reply to this message  
Join Date: May 2005
Posts: 514
Reputation: techniner is an unknown quantity at this point 
Solved Threads: 19
techniner techniner is offline Offline
Posting Pro

Re: Onclick questions

 
0
  #8
Sep 8th, 2005
That code works fine for me in FireFox and IE6 with XP SP2
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the HTML and CSS Forum
Thread Tools Search this Thread



Tag cloud for HTML and CSS
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC