Off Topic
IFrame
IFrame
6 replies How can i do iframe to my site... because i want build music-player on to menu (JW Player) and if the music is playing and i click a either link on menu.. all windows will be refresh.. but i want only one part refresh.. so i mean to this.
Example...
At UnrealSoftware when you click to Games... all site will not refresh only the frame...:D <iframe>s (as frames in general) are most of the time not user-friendly, they don't allow easy access of the content in the frame via an URL (without losing the content outside of the frame at least). Most "technophobe" users are irritated by frames. As far as I know they are slower to render for browsers. Alternatives include dynamic page generation (SSI, PHP, Rails and so on) and using JavaScript / AJAX to change contents of e.g. a <div>. ok...and how can i do this with AJAX... please extend
I don't really know Ajax, sorry. No problem, anyway thx for suggetion.
Ah so the music will continue playing.
Yeah your best bet would be using a xmlhttprequest, can we see your site, maybe it's not that hard to implement.