is there any way to div or iframe don't reload at page refresh
A:
Put this in your iframe to avoid caching:
<head>
<meta http-Equiv="Cache-Control" Content="no-cache">
<meta http-Equiv="Pragma" Content="no-cache">
<meta http-Equiv="Expires" Content="0">
</head>
Trevor
2009-12-08 12:59:15
A:
normal scenerio is Refreshable part should be in div/iframe. you shoud follow that, there is no way what you are trying to do...
Lalit
2009-12-08 13:00:13