Click here to Skip to main content
15,917,795 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Display redirecting page. Pin
mydogisblue2-Oct-08 4:10
mydogisblue2-Oct-08 4:10 
QuestionHow can we prevent Search Engines Caching or indexing ? Pin
Mohammad Dayyan1-Oct-08 15:59
Mohammad Dayyan1-Oct-08 15:59 
AnswerRe: How can we prevent Search Engines Caching or indexing ? Pin
Christian Graus1-Oct-08 16:06
protectorChristian Graus1-Oct-08 16:06 
GeneralRe: How can we prevent Search Engines Caching or indexing ? Pin
Mohammad Dayyan1-Oct-08 16:12
Mohammad Dayyan1-Oct-08 16:12 
GeneralRe: How can we prevent Search Engines Caching or indexing ? Pin
Christian Graus1-Oct-08 16:38
protectorChristian Graus1-Oct-08 16:38 
AnswerRe: How can we prevent Search Engines Caching or indexing ? Pin
Philip.F14-Oct-08 23:13
Philip.F14-Oct-08 23:13 
GeneralRe: How can we prevent Search Engines Caching or indexing ? Pin
Mohammad Dayyan14-Oct-08 23:17
Mohammad Dayyan14-Oct-08 23:17 
QuestionIE7 rendering bug Pin
Christian Graus1-Oct-08 15:35
protectorChristian Graus1-Oct-08 15:35 
So, I have to update my company website. I worked on it extensively while I was away. The new design calls for two frames, with all the links in the top frame, which then cause pages to appear in the bottom one. So, I have a method like this:

function
navigateFrame2(path, id)
{
if (parent.frames.length > 1)
{
clearStyles();
var el = document.getElementById(id);
if (el)
{
el.style.fontWeight =
"bold";
}
// parent.frames[0].location = "header.aspx";
parent.frames[1].location = path;
}
return false;
}

and links like this:

<
a class="menuLink" runat="server" href="javascript:void(0);" onclick="javascript:navigateFrame2('iPhone.aspx', iPhoneId);" ID="iphone" style="paddingBlush | :O 5 0 5" >iPhone/iPod</a> |

This all worked great in IE6. In IE7, a couple of my pages come up fine, but the rest either do not come up, come up after I've clicked the link a few times ( only one page does this ), or appear only to disappear again in a split second. When I right click on the lower frame, and view source, the source is there, and if I save it as a html file, IE7 can view it. If I open two pages in two tabs, then if I go to a link in my page, go to the other tab, then go to another program, and back, and click the tab, the page is shown. So, it appears to be some sort of rendering bug ?

Christian Graus

No longer a Microsoft MVP, but still happy to answer your questions.

QuestionHow to Avoid session Pin
suresh_0011-Oct-08 12:03
suresh_0011-Oct-08 12:03 
AnswerRe: How to Avoid session Pin
Christian Graus1-Oct-08 15:13
protectorChristian Graus1-Oct-08 15:13 
AnswerRe: How to Avoid session Pin
Jaffer Mumtaz2-Oct-08 0:33
Jaffer Mumtaz2-Oct-08 0:33 
GeneralRe: How to Avoid session Pin
Christian Graus2-Oct-08 0:54
protectorChristian Graus2-Oct-08 0:54 
QuestionA DHTML question ? Pin
Mohammad Dayyan1-Oct-08 11:32
Mohammad Dayyan1-Oct-08 11:32 
AnswerRe: A DHTML question ? Pin
Shog91-Oct-08 11:50
sitebuilderShog91-Oct-08 11:50 
GeneralRe: A DHTML question ? Pin
Mohammad Dayyan1-Oct-08 12:00
Mohammad Dayyan1-Oct-08 12:00 
Questioni need a simple piece of code [modified] Pin
brimbis1-Oct-08 7:15
brimbis1-Oct-08 7:15 
AnswerRe: i need a simple piece of code Pin
User 17164921-Oct-08 8:06
professionalUser 17164921-Oct-08 8:06 
GeneralRe: i need a simple piece of code Pin
brimbis1-Oct-08 9:21
brimbis1-Oct-08 9:21 
QuestionJavaScript using Client-Side FSO CopyFile Pin
jonatec1-Oct-08 5:08
jonatec1-Oct-08 5:08 
AnswerRe: JavaScript using Client-Side FSO CopyFile Pin
Ashfield2-Oct-08 3:47
Ashfield2-Oct-08 3:47 
GeneralRe: JavaScript using Client-Side FSO CopyFile Pin
jonatec2-Oct-08 6:07
jonatec2-Oct-08 6:07 
GeneralRe: JavaScript using Client-Side FSO CopyFile Pin
Ashfield2-Oct-08 8:36
Ashfield2-Oct-08 8:36 
QuestionPDF content not rendering Pin
kc_krishnan30-Sep-08 22:56
kc_krishnan30-Sep-08 22:56 
AnswerRe: PDF content not rendering Pin
kc_krishnan1-Oct-08 4:59
kc_krishnan1-Oct-08 4:59 
QuestionASP .net app, and server side assembly that needs to read an XSL resource Pin
Braulio Dez30-Sep-08 19:57
Braulio Dez30-Sep-08 19:57 

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.