similar to: Adding oonclick handler to certaii elements

Displaying 20 results from an estimated 4000 matches similar to: "Adding oonclick handler to certaii elements"

2006 Jul 25
1
Feeling silly
I don''t know why, but I am drawing a complete blank on something that should be easy. I''ve been searching, perhaps using wrong terms, and still not coming up with anything. Here''s what I''m trying to do: <div class="button" onMouseOver=''this.className="button_hover"''; onMouseOut
2006 Mar 29
2
Multiple calls from drop_receiving_element :complete
Hi, Firstly I am very new to Ruby on Rails but think its fantastic! :o) I am trying to figure out how I can call multiple functions from the drop_receiving_element :complete. I have the following code in my index.rhtml and it works fine. It calls the javascript function "additem" that is on the page. <%= drop_receiving_element "dcwindow", :update =>
2015 Oct 28
0
net ads info: failed to get server's current time
On 28/10/15 10:09, Guy-Laurent Subri wrote: > My version of Samba is 4.1.17. I don't think this changes anything, but > I can try to upgrade if needed. OK, looks like you are running Debian, either wheezy using backports or Jessie and my old DC is running wheezy and net ads info works on that. > Here are the files: > > /etc/ntp.conf > ------------- > driftfile
2015 Oct 28
2
net ads info: failed to get server's current time
On Thu, Oct 22, 2015 at 10:53:30PM +0100, Rowland Penny wrote: >On 22/10/15 22:33, Guy-Laurent Subri wrote: >> On Thu, Oct 22, 2015 at 10:13:01PM +0100, Rowland Penny wrote: >>> On 22/10/15 21:51, Guy-Laurent Subri wrote: >>>> On Wed, Oct 21, 2015 at 07:06:33PM +0100, Rowland Penny wrote: >>>>> On 21/10/15 18:35, Guy-Laurent Subri wrote:
2015 Oct 28
0
net ads info: failed to get server's current time
On 28/10/15 13:03, Guy-Laurent Subri wrote: > On Wed, Oct 28, 2015 at 10:32:31AM +0000, Rowland Penny wrote: >> On 28/10/15 10:09, Guy-Laurent Subri wrote: >> >>> My version of Samba is 4.1.17. I don't think this changes anything, but >>> I can try to upgrade if needed. >> >> OK, looks like you are running Debian, either wheezy using backports or
2015 Oct 28
2
net ads info: failed to get server's current time
On Wed, Oct 28, 2015 at 10:32:31AM +0000, Rowland Penny wrote: >On 28/10/15 10:09, Guy-Laurent Subri wrote: > >> My version of Samba is 4.1.17. I don't think this changes anything, but >> I can try to upgrade if needed. > >OK, looks like you are running Debian, either wheezy using backports or >Jessie and my old DC is running wheezy and net ads info works on that.
2015 Oct 28
0
net ads info: failed to get server's current time
Hm, the bind setup looks ok ,to me, its a debian Jessie as far i can see. Its a default setup, almost the same im using and bind is configured to 9.9 So i think one of these 4 problems. Incorrect rights on /var/lib/samba/ntp_signd chown root:ntp /var/lib/samba/ntp_signd chmod 750 /var/lib/samba/ntp_signd OR The time on the pc is more than 5 min off. OR The pc has just joined the
2015 Oct 28
0
net ads info: failed to get server's current time
Hai Guy, Yes, it make a backup of your previous version so you can revert if needed. And review your config after your run it, you micht see a these line : restrict > -4 default kod notrap nomodify nopeer noquery mssntp mssntp ( check if you dont see mssntp 2 x, if so, remove 1 of them ) This is because normaly this is run against a "default" ntp.conf And change the variables
2006 Mar 01
0
RE: manipulate <td>''s and their content by grabbingtheir classNames
Or... var myTDs = new Array(); $A($("main").childNodes).each(function(tr) { $A(tr.childNodes).each(function(td) { myTDs.push(td); }); }); -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of troels knak-nielsen Sent: Wednesday, March
2006 Jun 28
2
Assign CSS class to Link to Remote
I''m trying to get link_to_remote to assign a CSS class to the link it generates. My code is as follows: <%= link_to_remote "Show Full Info", :update => "fullcontact" + reparray.last.to_s, :url => "/cm/full_contact/" + reparray.last.to_s, :classname => "contactlink" %> Which produces this HTML: <a href="#"
2015 Nov 06
2
[PATCH supermin] build: use a custom test driver
Use a custom test driver for running the tests: based on the test-driver provided by automake, it adds the running time of the test in each .trs file. --- configure.ac | 1 + guestfs-test-driver | 151 ++++++++++++++++++++++++++++++++++++++++++++++++++++ tests/Makefile.am | 2 + 3 files changed, 154 insertions(+) create mode 100755 guestfs-test-driver diff --git a/configure.ac
2009 Oct 26
2
R CMD check: Error in .C
Function/file names are hypothetical. Say I have written myfunction.R, which calls myfunction.c via .C("myfunction", ...). I've compiled successfully myfunction.c via R CMD SHLIB myfunction.c in the terminal. Then, in the R console: dyn.load("myfunction.so") source("myfunction.R") test <- myfunction() # works fine So everything is in order, myfunction works
2015 Oct 22
0
net ads info: failed to get server's current time
On 22/10/15 22:33, Guy-Laurent Subri wrote: > On Thu, Oct 22, 2015 at 10:13:01PM +0100, Rowland Penny wrote: >> On 22/10/15 21:51, Guy-Laurent Subri wrote: >>> On Wed, Oct 21, 2015 at 07:06:33PM +0100, Rowland Penny wrote: >>>> On 21/10/15 18:35, Guy-Laurent Subri wrote: >>>>> Hi all, >>>>> We're having issues with Samba at work.
2008 Jun 30
1
javascript onclick for thumbnails
Hi, i was struggling for a function where only 1 thumbnail should be active and others inactive when clicked on the particular thumbnail. code: 1. view: 2. <script type="javascript"> 3. function PlayVideo_options(videoFile, id) { 4. document.getElementById(id).className = ''video_option active_video''; 5. } 6. </script> 7. 8.
2009 Jun 29
1
wine/RosettaStone breakage from recent kernel commit
Hi, I've been running the foreign language training program The Rosetta Stone(TRS) on wine for months now, but a recent commit to the linux kernel has caused TRS to be unable to read the DVD drive, where the program's data files are kept. Strangely, winefile can still read the data DVD, but TRS cannot, and I'm stumped. Below is the guilty kernel commit (rather long, sorry). Can
2007 Feb 02
5
reading very large files
Hi all, I have a large file (1.8 GB) with 900,000 lines that I would like to read. Each line is a string characters. Specifically I would like to randomly select 3000 lines. For smaller files, what I'm doing is: trs <- scan("myfile", what= character(), sep = "\n") trs<- trs[sample(length(trs), 3000)] And this works OK; however my computer seems not able to handle
2006 Feb 22
2
''this.initialize'' is null or not an object
Hi, working on the accordion widget and it''s actually working nice (doesn''t seem to be jumpy) now but I am receiving a javascript error in IE 6. Does anybody have any ideas why it is happening? Thanks <script language="javascript"> sbr_stretch(el) { thisBodyId = el.parentNode.id + "_body"; thisBody = $(thisBodyId); if
2006 Jan 06
3
image replacement (new Effect.*****) problem
Here''s what I''m trying to do. I have two divs, one holds about 20 small images of products and the other holds a single large image of one of the products. I''m trying to use the jazzy "new Effect." way of changing images but I can''t seem to get it too work. My script is replacing the image and then making the element disappear. What
2015 Oct 28
6
net ads info: failed to get server's current time
Hai, Copy the code and Set these variable Run the script, restart samba and login again with an pc. Should work now, your missing something and. Your not using good ntp servers. #!/bin/bash ########## NTP Settings needed for a correct funtioning samba AD DC server ## Set to 1 installs the ntp server. (default is ok ) ## (default is ok ) NTPD_INSTALL="1" # if you run the server on a
2015 Oct 26
0
net ads info: failed to get server's current time
Hm.. both for for me.. im on samba 4.2.4 You? > -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens mathias dufresne > Verzonden: maandag 26 oktober 2015 15:13 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] net ads info: failed to get server's current time > > I had to add "-v" to testparm to get the