Click here to Skip to main content
15,909,898 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Trim$() in javascript Pin
Nick Parker1-Feb-04 8:34
protectorNick Parker1-Feb-04 8:34 
GeneralRe: Trim$() in javascript Pin
Hesham Amin1-Feb-04 9:52
Hesham Amin1-Feb-04 9:52 
GeneralRe: Trim$() in javascript Pin
boogs2-Feb-04 9:12
boogs2-Feb-04 9:12 
GeneralRe: Trim$() in javascript Pin
theJazzyBrain2-Feb-04 21:24
theJazzyBrain2-Feb-04 21:24 
Questionhow to adjust line spacing within text? Pin
coda_x31-Jan-04 15:39
coda_x31-Jan-04 15:39 
AnswerRe: how to adjust line spacing within text? Pin
ZoogieZork31-Jan-04 19:41
ZoogieZork31-Jan-04 19:41 
GeneralCross domain DOM access for parent.frames[0].location.href Pin
Phil G31-Jan-04 2:28
Phil G31-Jan-04 2:28 
GeneralRe: Cross domain DOM access for parent.frames[0].location.href Pin
alex.barylski31-Jan-04 9:34
alex.barylski31-Jan-04 9:34 
I believe as long as each frame has been given a name you should probably be able to manipulate the DOM.

For example I have an IFRAMEand inside my IFRAME I reference a element inside the parent document using (if I remember corretly)

window.parent.document.getElementById(test').innerHTML = 'test'

I have this code inside an anchor tag in the IFRAME document and when it's clicked a DIV's innerHTML is replaced. the DIV is in the parent document, not the IFRAME.

So I imagine if I can do this, you can do something like

window.parent.location.href

Cheers Smile | :)

The word of the day is legs, let's go back to my house and spread the word Poke tongue | ;-P
Generalembedded media player... Pin
l a u r e n30-Jan-04 11:40
l a u r e n30-Jan-04 11:40 
GeneralRe: embedded media player... Pin
alex.barylski30-Jan-04 12:21
alex.barylski30-Jan-04 12:21 
GeneralRe: embedded media player... Pin
l a u r e n30-Jan-04 12:30
l a u r e n30-Jan-04 12:30 
Generaluse XMLHTTP Pin
Nathan Ridley31-Jan-04 12:33
Nathan Ridley31-Jan-04 12:33 
GeneralAligning with CSS Pin
srt730-Jan-04 7:51
srt730-Jan-04 7:51 
GeneralRe: Aligning with CSS Pin
theJazzyBrain1-Feb-04 0:43
theJazzyBrain1-Feb-04 0:43 
GeneralRe: Aligning with CSS Pin
DFU232-Feb-04 8:28
DFU232-Feb-04 8:28 
GeneralASP Session question... Pin
theJazzyBrain30-Jan-04 4:32
theJazzyBrain30-Jan-04 4:32 
GeneralRe: ASP Session question... Pin
l a u r e n30-Jan-04 11:35
l a u r e n30-Jan-04 11:35 
GeneralRe: ASP Session question... Pin
theJazzyBrain31-Jan-04 3:48
theJazzyBrain31-Jan-04 3:48 
GeneralRe: ASP Session question... Pin
lanying_wzw26-Feb-04 1:53
lanying_wzw26-Feb-04 1:53 
GeneralPopup the entire content of a list control Pin
Anonymous30-Jan-04 1:49
Anonymous30-Jan-04 1:49 
GeneralRe: Popup the entire content of a list control Pin
Nathan Ridley31-Jan-04 12:18
Nathan Ridley31-Jan-04 12:18 
Questionhow to create email account on exchange server 2003 through programatically using asp.net,adsi,LDAP Pin
jillellamudi30-Jan-04 1:43
jillellamudi30-Jan-04 1:43 
AnswerRe: how to create email account on exchange server 2003 through programatically using asp.net,adsi,LDAP Pin
Member 36362836-Mar-11 4:34
Member 36362836-Mar-11 4:34 
GeneralResponse.Redirect problem in ASP Pin
Mohit Raj30-Jan-04 0:04
Mohit Raj30-Jan-04 0:04 
GeneralRe: Response.Redirect problem in ASP Pin
Anonymous30-Jan-04 23:54
Anonymous30-Jan-04 23:54 

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.