Click here to Skip to main content
15,881,877 members
Home / Discussions / Web Development
   

Web Development

 
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 
AnswerRe: how to make a div tag transparent Pin
Christian Graus18-Sep-09 15:23
protectorChristian Graus18-Sep-09 15:23 
QuestionTwo flash movies, layers/divs, how to shut one off Pin
seejay7518-Sep-09 9:05
seejay7518-Sep-09 9:05 
QuestionRollover javascript menus ... Pin
devboycpp18-Sep-09 6:07
devboycpp18-Sep-09 6:07 
AnswerRe: Rollover javascript menus ... Pin
Abhishek Sur18-Sep-09 12:02
professionalAbhishek Sur18-Sep-09 12:02 
QuestionBulk data insertion Pin
murali_utr18-Sep-09 1:46
murali_utr18-Sep-09 1:46 
QuestionTips for selecting right web development company Pin
rohittripathi18-Sep-09 0:03
rohittripathi18-Sep-09 0:03 
AnswerRe: Tips for selecting right web development company Pin
Christian Graus18-Sep-09 0:11
protectorChristian Graus18-Sep-09 0:11 

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.