Click here to Skip to main content
15,890,282 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: IFRAME Virus code Injection : Problem Pin
Richard MacCutchan21-Sep-09 3:18
mveRichard MacCutchan21-Sep-09 3:18 
AnswerRe: IFRAME Virus code Injection : Problem Pin
gardinio21-Sep-09 13:35
gardinio21-Sep-09 13:35 
Questionhow to get the data from https for http page? Pin
sangeethanarayan20-Sep-09 18:28
sangeethanarayan20-Sep-09 18:28 
AnswerRe: how to get the data from https for http page? Pin
Christian Graus20-Sep-09 19:51
protectorChristian Graus20-Sep-09 19:51 
GeneralRe: how to get the data from https for http page? Pin
sangeethanarayan5-Dec-09 4:31
sangeethanarayan5-Dec-09 4:31 
Questionconnection string for webserver Pin
sheemap20-Sep-09 8:44
sheemap20-Sep-09 8:44 
AnswerRe: connection string for webserver Pin
Abhishek Sur20-Sep-09 8:48
professionalAbhishek Sur20-Sep-09 8:48 
GeneralRe: connection string for webserver Pin
sheemap20-Sep-09 9:04
sheemap20-Sep-09 9:04 
GeneralRe: connection string for webserver Pin
Christian Graus20-Sep-09 14:30
protectorChristian Graus20-Sep-09 14:30 
Questioncreating a webchat: help needed !!! [modified] Pin
abduscorner20-Sep-09 4:59
abduscorner20-Sep-09 4:59 
AnswerRe: creating a webchat: help needed !!! Pin
Richard MacCutchan20-Sep-09 7:28
mveRichard MacCutchan20-Sep-09 7:28 
GeneralRe: creating a webchat: help needed !!! Pin
abduscorner21-Sep-09 6:45
abduscorner21-Sep-09 6:45 
GeneralRe: creating a webchat: help needed !!! Pin
Richard MacCutchan21-Sep-09 11:09
mveRichard MacCutchan21-Sep-09 11:09 
QuestionWrite to html frame from within js file? Pin
AlainMesias19-Sep-09 4:13
AlainMesias19-Sep-09 4:13 
AnswerRe: Write to html frame from within js file? Pin
Abhishek Sur20-Sep-09 6:06
professionalAbhishek Sur20-Sep-09 6:06 
For frames or IFrames the outer page is referenced using parent. So if you call parent.banner.document it will represent the document that is named as banner.

Now tell me what error you are getting. Lets say you have a span in banner which you need to access when treeview node is clicked, use this...

onclick="javascript:parent.banner.document.getElementById('yourspanid').innerHTML = folder.desc;";

Does it works... ??

Smile | :)

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

GeneralRe: Write to html frame from within js file? Pin
AlainMesias20-Sep-09 15:56
AlainMesias20-Sep-09 15:56 
Questionpaging Pin
rajiv_kadam18-Sep-09 21:28
rajiv_kadam18-Sep-09 21:28 
AnswerRe: paging Pin
Christian Graus18-Sep-09 22:27
protectorChristian Graus18-Sep-09 22:27 
Questionasp(scripting language) Pin
rajiv_kadam18-Sep-09 19:39
rajiv_kadam18-Sep-09 19:39 
AnswerRe: asp(scripting language) Pin
Christian Graus18-Sep-09 20:20
protectorChristian Graus18-Sep-09 20:20 
AnswerRe: asp(scripting language) Pin
Expert Coming18-Sep-09 20:21
Expert Coming18-Sep-09 20:21 
GeneralRe: asp(scripting language) Pin
Christian Graus18-Sep-09 22:27
protectorChristian Graus18-Sep-09 22:27 
Questionlogic (website) Pin
rajiv_kadam18-Sep-09 19:37
rajiv_kadam18-Sep-09 19:37 
AnswerRe: logic (website) Pin
Christian Graus18-Sep-09 20:18
protectorChristian Graus18-Sep-09 20:18 
Questionhow to make a div tag transparent Pin
tagyurit18-Sep-09 14:43
tagyurit18-Sep-09 14:43 

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.