Click here to Skip to main content
15,886,110 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Server header-asp.net problem Pin
Martin Jarvis13-Apr-10 10:28
Martin Jarvis13-Apr-10 10:28 
QuestionCreating a html cookie Pin
esebagel24-Mar-10 6:28
esebagel24-Mar-10 6:28 
Questionbackground thread Pin
hb5213421424-Mar-10 6:26
hb5213421424-Mar-10 6:26 
QuestionTemplates in DW CS3 Pin
Razanust24-Mar-10 3:10
Razanust24-Mar-10 3:10 
AnswerRe: Templates in DW CS3 Pin
daveyerwin24-Mar-10 4:38
daveyerwin24-Mar-10 4:38 
QuestionBrowser Compatibility Issue? Pin
Razanust24-Mar-10 3:05
Razanust24-Mar-10 3:05 
AnswerRe: Browser Compatibility Issue? Pin
daveyerwin24-Mar-10 4:08
daveyerwin24-Mar-10 4:08 
QuestionJavascript IE 8 Issue Pin
salmonraju23-Mar-10 20:35
salmonraju23-Mar-10 20:35 
Hi,

My application is having some issue with IE 8 (working fine with IE6 and IE 7).

Below is my code

My application current domain is

"Main.Sub.com"

now i am updating the domain to "sub.domain"

document.domain="sub.domain";

after this i am setting below property in child page load.

var child_window=window.opner;

document.title=child_window.title

after checking for some conditions I am againg setting domain
document.domain="Main.Sub.com"

Then I am creating popup

MyPopup = window.createPopup();

my code is looks like below


var curdomain="Main.Sub.com";
Var child_window;
document.domain="sub.domain";
child_window=window.opner;
document.title=child_window.title;
.
.
.
document.domain="Main.Sub.com";
MyPopup = window.createPopup();

Can any one please suggest how i can make this work in IE8

Thanks,
Salmon
AnswerRe: Javascript IE 8 Issue Pin
daveyerwin24-Mar-10 2:59
daveyerwin24-Mar-10 2:59 
QuestionHow to pass form data to another form. Pin
esebagel23-Mar-10 9:28
esebagel23-Mar-10 9:28 
AnswerRe: How to pass form data to another form. Pin
Not Active23-Mar-10 9:38
mentorNot Active23-Mar-10 9:38 
GeneralRe: How to pass form data to another form. Pin
esebagel23-Mar-10 11:06
esebagel23-Mar-10 11:06 
GeneralRe: How to pass form data to another form. Pin
Not Active23-Mar-10 13:30
mentorNot Active23-Mar-10 13:30 
GeneralRe: How to pass form data to another form. Pin
esebagel24-Mar-10 2:14
esebagel24-Mar-10 2:14 
Questionhelp me .. need uplaod center! Pin
PHP_Guy23-Mar-10 8:35
PHP_Guy23-Mar-10 8:35 
AnswerRe: help me .. need uplaod center! Pin
Not Active23-Mar-10 9:13
mentorNot Active23-Mar-10 9:13 
AnswerRe: help me .. need uplaod center! Pin
Jayapal Chandran4-Apr-10 7:36
Jayapal Chandran4-Apr-10 7:36 
QuestionSmileys symbols in textbox Pin
greendragons22-Mar-10 5:21
greendragons22-Mar-10 5:21 
AnswerRe: Smileys symbols in textbox [modified] Pin
daveyerwin22-Mar-10 10:13
daveyerwin22-Mar-10 10:13 
GeneralRe: Smileys symbols in textbox Pin
greendragons23-Mar-10 12:12
greendragons23-Mar-10 12:12 
QuestionBrochure design tips Pin
Madison121-Mar-10 21:10
Madison121-Mar-10 21:10 
AnswerRe: Brochure design tips Pin
Arindam Tewary21-Mar-10 22:04
professionalArindam Tewary21-Mar-10 22:04 
QuestionWebsite design problem Pin
john563221-Mar-10 21:04
john563221-Mar-10 21:04 
AnswerRe: Website design problem Pin
enhzflep21-Mar-10 22:07
enhzflep21-Mar-10 22:07 
GeneralRe: Website design problem Pin
john563221-Mar-10 22:29
john563221-Mar-10 22:29 

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.