search for: javascipt

Displaying 10 results from an estimated 10 matches for "javascipt".

Did you mean: javascript
2007 Nov 21
2
where do i get the return value of a javascipt method?
how do i get the value of a javascipt confirm() function? a(:href=>R(DeleteUser, @user.id), :onclick => "javascript:confirm(''You sure about this?'')"){label} any tips? thanks! -- |^^^^^^^^^^^^\ .|| |NALDEVNGELSTA.___||''""|""\___, | ________________ l | |__|__|_|) (@!)!(@...
2017 Jul 05
0
Firefox 52.2.x and javascipt issues
> Date: Wednesday, July 05, 2017 15:51:30 -0400 > From: Scott Gennari <sgennari at simons-rock.edu> > Subject: Re: [CentOS] Firefox 52.2.x and javascipt issues > > On 07/05/2017 03:27 PM, Bernard Lheureux wrote: >> Hi all, >> >> Is it me or there are a lot of troubles with Firefox ESR 52.2.x >> and javascript ??? >> I face a lot of troubles with pages I used before correctly >> running javascript, since...
2017 Jul 05
2
Firefox 52.2.x and javascipt issues
Hi all, Is it me or there are a lot of troubles with Firefox ESR 52.2.x and javascript ??? I face a lot of troubles with pages I used before correctly running javascript, since the update to firefox-52.2.0-1.el7.centos.x86_64 on my EL7 laptop -- (?- Bernard Lheureux //\ Linux System Administrator v_/_ MailTo:bernard at lheureux.be
2017 Jul 05
0
Firefox 52.2.x and javascipt issues
On 07/05/2017 03:27 PM, Bernard Lheureux wrote: > Hi all, > > Is it me or there are a lot of troubles with Firefox ESR 52.2.x and > javascript ??? > I face a lot of troubles with pages I used before correctly running > javascript, since the update to firefox-52.2.0-1.el7.centos.x86_64 on > my EL7 laptop > Not sure if this is what you are experiencing, this was taken
2006 Jun 14
3
JS variable -> ruby?
I have a little javascipt script to determine a users GMT timezone offset... is it possible to use that variable in ruby code, in the view? js script: <script type="text/javascript"> Now = new Date(); tzOff = Now.getTimezoneOffset(); tzOff = tzOff/60; </script> Thanks! -stirman -- Post...
2008 May 02
3
CruiseControlRb behind apache
...ruise running under http://myserver/cruise instead of rooting it at "/". mod_proxy only rendered the html if I did this because the stylesheets and javascripts were in "/javascript" and "/stylesheets" instead of "/cruise/javascript" and "/cruise/ javascipt". Is there a way I could run cruise under /cruise when starting it up, so that my apache acts as a dumb proxy ? Cheers, Ketan Padegaonkar http://swtbot.org/ - a functional testing tool for SWT/Eclipse
2008 Feb 13
2
javascript pop window from form how to update field back to main form
...I have question where I run web form. Now on this form I have one field with link select user. This link will pop up new window with javascript and on this window I have form with items which end user can select. Once selection is done end user press button Select User. Now I need to close that javascipt window and send back value of that selection back to form and to the field which has textbox for that value. Is this possible ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To...
2006 May 14
1
Dragable element
..., to move (using the Effect.MoveBy method) a larger image - so effective its a detail viewer. But, ive come into problems. I can get the logic to work out exactly where the box is, but when i go to movve it, it works perfectly on the first go, but on subsequent moves it goes the wrong way?! My javascipt is... var oiX = 0; var oiY = 0; function setOldVars(){ oiX = $(''squ'').style.top; oiY = $(''squ'').style.left; iX = oiX.replace(''px'', ''''); iY = oiY.replace(''px'', ''''); //$(''g...
2006 Mar 30
10
Problems upgrading to Rails 1.1
Hi All, I just tried to upgrade to Rails 1.1 on my Linux server and had the following issue when running the second part of the upgrade. [root@localhost ~]# rake rails:update rake aborted! No Rakefile found (looking for: rakefile, Rakefile, rakefile.rb, Rakefile.rb) /usr/lib/ruby/gems/1.8/gems/rake-0.7.0/lib/rake.rb:1635:in `load_rakefile'' (See full trace by running task with
2008 Dec 19
14
Can duplicate "back" browser function in Rails?
In Rails I have a DB Table index.html.erb view. It has 100''s of items. When I gen via scaffold I get index, show, edit, update, etc view. But when I page down several pages, use the "show" link and then the "back" link I do not go back to where I was on the index view. Instead, I go back to the TOP of the index not the place where I clicked on the "show"