please search "AJAX" on google. And also google has used the same technique in "Google Sugest". They do the same thing as soon as you yype in some thing then at the same time the start to give you your results etc. check it out. I have found this link may be this can help you "http://www.google.com/webhp?complete=1&hl=en[^]" Regards, Hammad Arshad
H
Hammad Arshad
@Hammad Arshad
Posts
-
very very Urgent one plz....... -
very very Urgent one plz.......check and try some googling "AJAX", for an example simply look at google suggest.
-
Asp Pages on differnert resolutionmaybe thats because you have a stiff(fixed) layout at design time. All the pages that you might have made are for some particular resolution. And the tables on which they reside, are of fixed lengths. So, you can simply make those tables to work on %age basis rather than their widths using pixels wise.
-
Getting Window Browser SizeTry this: windowWidth = window.screen.width;