Hello Chris, > Why isn't this code right for you?
Its fine for me. but for this i am using iframes and i am showing flikrs images into that div which i want refresh on click.so the flow of the images ll be increase time by time.that's the one reason.Secondly its shows me the path of link on hover which i don't want to show, i was trying to do for that is- <a href="#" id="refresh">click</a> needless to say that its not working. and third is ,oskar is saying that so wanted to know why is it so? :) On Nov 4, 3:20 pm, cbolson <[email protected]> wrote: > Hi,- > You can use the code that Piotr posted on mooshell - it does exactly > what you are requesting ie it refreshes the contents of a specific > div. > I was taking a look at it and it is really rather cool. I did > something similar myself recently but used a lot more code to achieve > the same thing :( > > Chris > > On 4 nov, 11:15, Deepali <[email protected]> wrote: > > > Hello Oskar, > > > Then what we can use to refresh only particular div on the page? > > > On Nov 4, 3:10 pm, Oskar Krawczyk <[email protected]> wrote: > > > > Using iFrames is never a good way of doing stuff... > > > > Sent from my iPhone > > > > On 4 Nov 2009, at 09:59, Deepali <[email protected]> wrote: > > > > > Thanks a lot for your reply Piotr, > > > > > Yes needless to say that its working. But as i said i just want to > > > > refresh only a particular div on my page. so i think i need to use > > > > iframe and that's what i have done. I have put up the code which i > > > > wanted to get refreshes into one file and called it into iframe. > > > > > I hope this is good way to do so. > > > > > Once again thanks a lot. :) > > > > > On Nov 4, 1:42 pm, Piotr Zalewa <[email protected]> wrote: > > > >>http://mooshell.net/bg93L/2 > > > > >> And if you want to use any page outside of your domain you'd have > > > >> to meet > > > >> the security guy from AnyBrowser(tm). > > > >> If you don't want to use iframe, you'd have use the backend code to > > > >> retrieve > > > >> the page via curl and return in the same way from your domain > > > >> (which is > > > >> fairly simple). > > > > >> zalun > > > >> -- > > > >> London, UK
