Displaying 20 results from an estimated 40000 matches similar to: "ajax problem in mozilla"
2006 Jun 18
3
on change of drop down a textfield emerging
hi,
i have a situation where i have a list of options from which a user selects
his options if its not in the list he/she selects Others/Not Present and a
new textfield should pop up and the data entered there should be considered
instead of  dropdown.
i have done this using javascript/dhtml but i was wondering how this can be
done using pure rails i.e using some of the RoR apis?.
i would
2006 Jun 18
5
on change of drop down showing a new textfield
hi,
i have a situation where i have a list of options from which a user selects
his options if its not in the list he/she selects Others/Not Present and a
new textfield should pop up and the data entered there should be considered
instead of  dropdown.
i have done this using javascript/dhtml but i was wondering how this can be
done using pure rails i.e using some of the RoR apis?.
i would
2006 Nov 04
4
live search
hi all,
  i have implemented live search using scriptulous and i am getting the list
 the problem is that when i select an item from the list white spaces gets
appended in front "  item" of the selection in firefox and in opera
 front and behind "  item  "
i printed the value in console and saw it gives "item" but in textbox after
selection whitespaces gets appended
2006 Jul 21
10
why validation on server side
hi,
i have noticed that the validations in RoR happen at server side
mostly what sites do is using javascript they validate user information
there...
whats the point of doing it at the server side
is it that loading of javascript file in a browser makes a response to
client slow
and validation at server side offsets that....?????
any sugeestions????
is it that i am missing something as
2006 Jun 29
3
stylesheets
hi,
all
i have been playing around with rails for sometime,
i have seen most not all of the rails sites have similar look and feel (good
one)
i want to know how to use the stylesheets provided by the RoR framework if
any
or is it that we have to define on our own from scratch.
basiclly i need information regarding how can i make my view better
looking(the visuals)
Thanks in advance
warm
2006 Jul 25
2
web services client problem
hi all,
 i have been trying to study web services using rails so far i succesful
with server implementations in REST,SOAP,XML-RPC but the client code is
troubling me.
i have done most of the coding as per the rails book agile web development
i.e implementations of the servers and when i invoke them they give result
but when i try to acces them through another controller it gives time out
error
2006 Nov 04
0
RJS .....
hi all,
  i have been hearing lot of RJS stuff,
 can you people guide me by giving links which give good information
regarding RJS.
thanks in advance
regards
gaurav v bagga
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060907/c7cefb01/attachment.html
2006 Nov 04
2
sql query in active record
hi all,
  if i want to write a query select * from a,b where a.b_id=b.id in active
record
  using joins,condition how can i write that
  in docs i found for conditions you do by giving "?" and then the parameter
eg. a.b_id=?
  but it takes b.id as string i.e a.b_id=''b.id''
  i dont want that
  any suggestions
  thanks in advance
regards
gaurav
-------------- next
2006 Jul 21
20
Struts vs RoR
hi,
I recently attended one of the ruby meetings that we have in my city.
There one of the speaker said that google,amazon .. are working on RoR
but still the performance of RoR is not at par with J2EE others....
he meant that though google,amazon working o it they will not bring it as
front applications only parts
the reason ruby is slow in comparison to other languages....
and in real time
2006 May 04
4
Ajax spinners
Hi all, I''ve been looking for these for quite some time now and I
couldn''t find them with a transparent background and a neutral color,
so here they are, just baked from the oven:
The Mac OS X and Mozilla Spinners (Grayscal and Transparent)
Enjoy
Gael
-------------- next part --------------
A non-text attachment was scrubbed...
Name: spinner_mac.gif
Type: image/gif
Size: 2530
2006 Apr 19
1
AJAX, Response codes and Opera.
Hello all.
I am in the following situation. I page made up of a few divs and a form 
using
form_remote_tag like so:
<%= form_remote_tag :update => { :failure => ''content'', :success => 
''body'' }, :url => { :controller => ''server'', :action => ''create'', 
:client_id => params[:client_id] } -%>
<%=
2006 Mar 21
1
Konqueror Ajax update
I had been comparing IE and Firefox Ajax performance, and since I have a
couple of Unix boxes in my workshop, I threw Konqueror into the mix, and
reported here earlier today (or yesterday) that Konqueror ( 3.4.3) could
handle Ajax perfectly, at least as far as the simplest AWDWR Ajax example
(./example/index) was concerned.
It occurred to me to do a more grueling test.
I took the
2006 Jan 16
2
Problem with AJAX not working on IE
I''m having a problem making this code to work on IE:
var Permit = {
  // Expand permit information
  onMore: function(id) {
    new Ajax.Updater(''pm-''+id+''-lg'', ''/employees/sign_permit_lg/''+id,
      {asynchronous:true, evalScripts:true,
        onLoading:function(request){
2006 May 09
1
AJAX request not setting Accept header
I''m trying to stay DRY and use respond_to as I move to AJAX in my apps, but
I''m getting some mysterious behavior. Here''s a simple form I''m testing with:
<%= form_remote_tag :url => {:action => ''submit''} %>
  <%= submit_tag ''Go'' %>
<%= end_form_tag %>
When I submit the following HTTP request is sent:
2006 Mar 20
0
Re: Problem with AJAX not working on IE
I am running the simplest web2 demo from  AWDWR (./example/index) on a
slackware box running WEBrick on RadRails;  with firefox and Konqueror (!)
3.4.2 anyway) everything fine; on laptop talking to my linux box, firefox
does it instantaneously; but... IE DOES DO it, but takes a full 31
seconds!!! (The RadRails WEBrick console shows the POST immediately, but IE
trundles for a full 31 seconds to
2005 Sep 29
1
Ajax in the Aguile Web Development... book
I have bought the book, and are working with chapter 18 (about Ajax).
I don''t get the List application example to function as expected. When
i fill inn a name, and presses "Add Item". The button gets gray, the
text "Adding..." is coming up, and the item is being written in the
top of the page, but then it freezes here.
I uses the newest rails, installed with Gem, and
2006 Apr 16
2
AJAX update of <img> element?
Hi,
I''ve been trying to do AJAX updates of an <img> element, but I can''t seem to make it work. 
Should it be possible to do something like this...?
[View]
<%= form_remote_tag :url => {:action => ''sendplot''}, :update => ''plot'' %>
<%= submit_tag %>
<%= end_form_tag %>
<img id="plot"
2007 May 11
2
Ajax, buttons, and firefox
I created a button_to_remote function that I use to call :toggle_blind
visual_effect :toggle_blind, ''div_id''
It works great on Safari, Opera, IE, but in firefox the button does
nothing.  Is there a problem with firefox.  I can''t seem to find much
online about this issue.
-- 
Amos King
Ramped Media
USPS
Programmer/Analyst
St. Louis, MO
Looking for something to do?
2003 Feb 24
1
Opera 7
Hi guys,
I was just surprised to see that the Opera 7 Installer (without Java) runs 
perfectly and installs Op7. After that I was even  more surprised to see that 
also Opera itself starts without any modifications needed as wine opera.exe. 
But surfing a little around I found some problems, for which perhaps anyone 
here has a solution?
- sadly it crashes every now and then. I suspect something
2006 Nov 04
0
Using collection_select and ajax
(I posted this earlier but it doesn''t appear on the group, so I''m
writing it again, If it appears twice, I apologize.)
I have a drop-down box that allows the user to select a language. I
want to use Ajax to render a filtered list of items based on the
language selected. I don''t want the user to press a Submit button nor
refresh the page, of course.
I''m using