views:

399

answers:

2

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
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