Click here to Skip to main content
15,888,027 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: valid email Pin
Michael Sync5-Dec-07 15:51
Michael Sync5-Dec-07 15:51 
GeneralChnaging language depending upon country choose in the PC - HTML Pin
Amjath Rahman4-Dec-07 17:23
Amjath Rahman4-Dec-07 17:23 
GeneralRe: Chnaging language depending upon country choose in the PC - HTML Pin
Michael Sync5-Dec-07 15:41
Michael Sync5-Dec-07 15:41 
GeneralGo to the speciifed text Pin
jebin k3-Dec-07 21:10
jebin k3-Dec-07 21:10 
GeneralRe: Go to the speciifed text Pin
Johnny ²4-Dec-07 11:54
Johnny ²4-Dec-07 11:54 
Generalresize web page 'n' menu control Pin
trilokharry3-Dec-07 18:18
trilokharry3-Dec-07 18:18 
GeneralRe: resize web page 'n' menu control Pin
Vasudevan Deepak Kumar4-Dec-07 21:50
Vasudevan Deepak Kumar4-Dec-07 21:50 
Generalcaching problem with IE Pin
JimmyRopes3-Dec-07 16:23
professionalJimmyRopes3-Dec-07 16:23 
I have a strange problem that only happens with IE. Other browsers do not exhibit this problem and it seems to be because of caching.

I am displaying a video and it plays just fine when the page is first loaded. If I refresh the page the rendering stops just after the masthead image is rendered and the rest of the page doesn't get rendered.

If I go in to internet options and delete files the page works again for the first time but if I refresh it the rendering stops again after the masthead.

I tried not caching the page, both using meta tags and HTML headers and this doesn't fix the problem.

Below is the code I am using.

<br />
<?php<br />
// Date in the past<br />
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");<br />
header("Cache-Control: no-cache");<br />
header("Pragma: no-cache");<br />
?><br />
<br />
<meta http-equiv="Pragma" content="no-cache" /><br />
<meta http-equiv="Cache-Control" content="no-cache" /><br />
<meta http-equiv="Expires" content="Mon, 26 Jul 1997 05:00:00 GMT"><br />


I don't know anything else to try. Does anyone have any idea why IE would be caching the page in spite of headers saying not to?

The website is WebNationVideo.com



Simply Elegant Designs JimmyRopes Designs
Think inside the box! ProActive Secure Systems

I'm on-line therefore I am.
JimmyRopes



Generalto chek the input data is string or integer Pin
idsanjeevjha3-Dec-07 16:12
idsanjeevjha3-Dec-07 16:12 
GeneralRe: to chek the input data is string or integer Pin
Michael Sync5-Dec-07 15:13
Michael Sync5-Dec-07 15:13 
GeneralRe: to chek the input data is string or integer Pin
Sathesh Sakthivel5-Dec-07 18:11
Sathesh Sakthivel5-Dec-07 18:11 
QuestionInsert Statement error Pin
Paul McGann1-Dec-07 5:57
professionalPaul McGann1-Dec-07 5:57 
AnswerRe: Insert Statement error Pin
Guffa1-Dec-07 6:28
Guffa1-Dec-07 6:28 
GeneralRe: Insert Statement error Pin
Paul McGann1-Dec-07 6:32
professionalPaul McGann1-Dec-07 6:32 
GeneralRe: Insert Statement error Pin
Shog91-Dec-07 10:49
sitebuilderShog91-Dec-07 10:49 
AnswerRe: Insert Statement error Pin
Paul Conrad1-Dec-07 9:54
professionalPaul Conrad1-Dec-07 9:54 
QuestionQuestion : Pin
sandeep_n1-Dec-07 3:23
sandeep_n1-Dec-07 3:23 
AnswerAnswer : Pin
Guffa1-Dec-07 5:46
Guffa1-Dec-07 5:46 
AnswerRe: Question : Pin
Paul Conrad1-Dec-07 9:55
professionalPaul Conrad1-Dec-07 9:55 
QuestionRegular Expression [modified] Pin
ganeshMohan1-Dec-07 1:01
ganeshMohan1-Dec-07 1:01 
AnswerRe: Regular Expression Pin
pmarfleet1-Dec-07 2:37
pmarfleet1-Dec-07 2:37 
Questionfixed table row or table data Pin
idsanjeevjha1-Dec-07 0:11
idsanjeevjha1-Dec-07 0:11 
AnswerRe: fixed table row or table data Pin
Johnny ²1-Dec-07 13:03
Johnny ²1-Dec-07 13:03 
QuestionUsage of "long" in oracle database Pin
gReaen30-Nov-07 21:41
gReaen30-Nov-07 21:41 
GeneralRe: Usage of "long" in oracle database Pin
Michael Sync3-Dec-07 16:12
Michael Sync3-Dec-07 16:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.