Now featuring GoAir
After weeks of endless bugs and system integration issues, we're thrilled to announce that GoAir is now available on Cleartrip.com.
We know you've been wanting to see GoAir featured in our search for a long time, and we're glad to finally be able to give you what you wanted.
With 9 domestic airlines, Cleartrip is now the most comprehensive air search in India, with all partner airlines directly integrated -- no screen scraping whatsoever is practiced here. By virtue of this integration, we give you access to the best fares and inventory, directly from the airlines. Other than GoAir, Cleartrip also features the following airlines:
- Air Deccan
- Air India
- Air Sahara
- Indian
- Indigo
- Jet Airways
- Kingfisher
- SpiceJet
Happy flying, now featuring GoAir.

Reader Comments (15)
Unfortunately, Opera still constitutes less than 1% of our visitors. I hope we get around to it at some stage, but until then we have to keep focused on the items that have an impact on 90% of our visitors. "Tyranny of the majority," as Mr. Tocqueville so eloquently put it...
Im posting this comment using 'opera mini' btw from my mobile. Opera is the most standards compliant browser so I really dont undertand why its so difficult for your developers to fix your site.
Of late, we've noticed that it takes twice the time to make something that works across IE versions than it does to implement the feature in Firefox. That's a lot of time, but it's also over 80% of our visitors.
Unfortunately, each browser still has its own take on "web standards."
You need to understand that it is as important to attract a customer as it is to retain him and reputation travels.!!! There is no reason why your refund department should be slow on the information front.
please pull up your socks...
Also, we hope the new Cleartrip Account has made the cancellation processs easier to understand, that was one of our key goals during the redesign.
37 errors on your very front page. Nice way of "loving" web standards.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.cleartrip.com%2F
Thanks for your very "PR'd" answers/excuses. Now I kinda feel glad that you don't get my business. No hard feelings. :)
As for validation errors, while we love standards and try to keep as compliant as possible, making something work for the majority of our users is far more important than making it standards compliant.
Finally, if you've worked with front-end code for a production web application, you probably know that browsers interpret standards differently. You also probably know that IE, which is still the majority browser by far does not particularly implement the W3C standards very well.
Ok Hrush.. I finally have a productive comment for you.. Here is how you can fix your site to work in
Opera. :)
1. In your clarity.js file at http://www.cleartrip.com/javascripts/clarity.js
a. Switch line line 577 with line 578
Line 577: _71.value=_6e;
Line 578: _71.type="hidden";
b. Switch line line 582 with line 583
Line 582: _71.value=_6f;
Line 583: _71.type="hidden";
2. In filter.js file at http://www.cleartrip.com/javascripts/filter.js
a. Switch line line 707 with line 708
Line 707: _85.value=_84;
Line 708: _85.type="hidden";
3. ....that's it. Were you expecting more?
Fortunately the problem occurs only on these line numbers. The same could have happened on many other
places but luckily it didn't. Switching lines will also not cause any problems on any other browsers as
well.
Slightly detailed explanation:
Some parts of your code create new hidden fields and sets appropriate values depending on user selection .
For example:
_86.name = "price";
_86.value = "4567.32";
_86.type = "hidden";
All I am asking you is to switch two lines and make it look like:
_86.name = "price";
_86.type = "hidden";
_86.value = "4567.32";
Basically, if you set the "type" after setting the "value", the "value" is reset to empty. By making the
switch I am requesting, the "value" is not reset.
Just incase you feel this may break your site in other browsers, I must let you know that on SEVERAL other
locations in your code, the order of setting "type" and "value" is correct. This is why your site has been
partly working in Opera.
I hope you can fix your site now Hrush! :p
Q. Why should values be reset after "type" is changed?
Ans. If a website set an input elements value to lets say "C:\Windows\someCommonLogFile.log"; and then
changes the input type, dynamically, to "file"; and then submits the form automatically, it can fetch local
files from a users' computers.
Thus browsers reset the "value" attribute after the "type" attribute is changed. Security wise, this should
only be done if the "type" is changed to "file", like IE and FF do. I am not sure why Opera resets
regardless of what "type" is set to (maybe there are other security concerns). I have sent a bug report to
Opera about this. I hope I can get a proper explanation from them.
Finally, thanks for being constructive, we appreciate it.
From as much as I could test, I am *very* sure that is the problem. Its a simple and quick fix and won't hurt anything else. What could be better!? :)
Looking forward to the fix. Good luck.
http://www.cleartrip.com/forums
The Forum is monitored by our customer service teams and they will be able to help with your ticket.