Results 1 to 5 of 5
Thread: Globally disable onclick
- 10-12-2008, 02:17 AM #1
Globally disable onclick
I'm using a third-party software provider's calendar program. The program is designed to produce both a mouseover, "title" window, and an onclick, pop up window tied to dates where events are scheduled. The calendar(s) produce(s) a mini, month-at-a-glance view.
My web site has both a member (private) and public section. I am happy to have the onclick feature active in the member section, but don't want it to work in the public section. That calendar is displayed to show non-members what great events they are missing to generate sales. All I want for the public calendar is the "title" window. Anything more would give away the farm, so to speak.
So... the php code that makes up each calendar page is called from multiple files, and inserts the onclick code during the process. What I want to do is insert a master or global java script on these "parent" pages, that blocks any and all onclick commands that may have been inserted there. Suggestions?
Thanks in advance.
Barbara
- 10-12-2008, 03:32 AM #2
Sounds like javascript, not java.
You'll probably get better answers on a javascript forum.
- 10-12-2008, 06:15 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Yes it is, more like to JS. This is a Java forum, not JS forum. So, I'm waiting few days and if some can give a help it's fine, unless I have to close this thread. Sorry about that.
- 10-12-2008, 07:58 PM #4
JS not Java
Yup, you both are right. My mistake. I am looking for JS not Java. Feel free to close out, and thanks for the goodwill.
Best,
B
- 10-13-2008, 03:45 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Thanks for your response here too. I'm sure if someone knows about JS to answer your question it will, but I don't think anyone here. Anyway I'll keep this thread open for today as well and closing it end of the day. :)
Similar Threads
-
How to disable the form
By lukky in forum JavaServer Pages (JSP) and JSTLReplies: 2Last Post: 08-05-2008, 02:00 PM -
JButton onClick change color background
By behrk2 in forum AWT / SwingReplies: 6Last Post: 07-09-2008, 04:54 PM -
use of onclick function
By m4tt in forum New To JavaReplies: 1Last Post: 02-16-2008, 03:03 AM -
JButton onClick?
By Joe2003 in forum AWT / SwingReplies: 2Last Post: 01-06-2008, 03:04 PM -
How to change TXT color Onclick
By dave700800 in forum New To JavaReplies: 1Last Post: 12-08-2007, 01:39 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks