I am sorry I didn't give the username and password .
They are -->

Username: guest

Password: tmp123


On Mar 5, 9:56 am, "Pankaj" <[EMAIL PROTECTED]> wrote:
> Please click on the link to get the reproducible case -->
>
> http://netfares.skybirdfares.com/cgi-bin/tps/index.cgi
>
> Please login and then click on Search in the TopMenu .
> After that enter "yy test"(don't include double quotes) as the search
> text.
> The Search results will come and after that click anyone of the links
> on the left.
>
> You will see that the results don't come after you click the link.
> This happens only in IE.
> That is the problem .
> Please solve it.
>
> On Feb 17, 4:57 pm, Christophe Porteneuve <[EMAIL PROTECTED]> wrote:
>
> > Hey Pankaj,
>
> > First, please stop pinging people for reply.  It's annoying, and it
> > certainly won't make people who didn't reply yet want to reply more.
>
> > Second, please READ what we say.  The trouble in your function is the
> > re-declaration of num as a local variable, which obscures your
> > parameter.  Here's how it should read:
>
> > function getHTML(num) {
> >   num = num [[ $F('refid');
> >   var saf = 0;
> >   var url = '/cgi-bin/tps/search.cgi';
> >   var pars = { num: num, showallfiles: saf,
> >     act: 'showattachedfilesection' };
> >   new Ajax.Updater({ success: 'placeholder' }, url, {
> >     method: 'get', parameters: pars, evalScripts: true,
> >     onFailure: reportError });
>
> > }
>
> > Finally, don't say "it's not working."  There is no report less useful
> > than that.  We have no idea what your function should do; we have no
> > idea where and how your function is CALLED, and what's passed as the num
> > argument; we have no idea what the server-side script does, whether it
> > does return something, and then what.  We have no idea what your
> > placeholder element is, and what your reportError function does.
>
> > You're asking us to help diagnose a problem while exposing 5% of it.
>
> > Can't you PLEASE put up an online reproducible case, and clearly state
> > what's supposed to happen?
>
> > Sincerely,
>
> > --
> > Christophe Porteneuve a.k.a. TDD
> > "[They] did not know it was impossible, so they did it." --Mark Twain
> > Email: [EMAIL PROTECTED]


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to