Click here to Skip to main content
15,887,295 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Theme for ASP.Net MVC 3 Pin
Shahriar Iqbal Chowdhury/Galib8-Jul-11 10:55
professionalShahriar Iqbal Chowdhury/Galib8-Jul-11 10:55 
QuestionFill the Whole page background from an image Pin
Vimalsoft(Pty) Ltd6-Jul-11 2:04
professionalVimalsoft(Pty) Ltd6-Jul-11 2:04 
AnswerRe: Fill the Whole page background from an image Pin
Dalek Dave6-Jul-11 3:12
professionalDalek Dave6-Jul-11 3:12 
QuestionXAMPP or EasyPHP? Pin
Joan M29-Jun-11 0:47
professionalJoan M29-Jun-11 0:47 
AnswerRe: XAMPP or EasyPHP? Pin
enhzflep29-Jun-11 1:56
enhzflep29-Jun-11 1:56 
QuestionIFrame with javascript [modified] Pin
Mugdha_Aditya26-Jun-11 20:33
Mugdha_Aditya26-Jun-11 20:33 
AnswerRe: IFrame with javascript Pin
Not Active27-Jun-11 2:37
mentorNot Active27-Jun-11 2:37 
GeneralRe: IFrame with javascript Pin
Mugdha_Aditya27-Jun-11 3:46
Mugdha_Aditya27-Jun-11 3:46 
Hey...thnks for the reply.

I tried in different way but no use Frown | :(
on that master page i have control.. on tht control there is label. i want to disable tht label Frown | :(
from ifare call page

script language="javascript" type="text/javascript">
function setIframeHeight(iframeName) {
debugger;
var s = document.getElementById(iframeName).contentWindow.document;
var t = document.frames("iFrame").document.firstChild.childNodes[1].document.getElementsByTagName("MasterPlaceHolder");
var test = document.frames("iFrame").document.getElementId('MasterPlaceHolder');
var p = s.document.getElementById("ucModel1");

}
</script>
iFrame.Attributes.Add("onload", "setIframeHeight('iFrame');");
GeneralRe: IFrame with javascript Pin
Shameel13-Jul-11 2:33
professionalShameel13-Jul-11 2:33 
QuestionAdding Text To An Image [modified] Pin
Hetelek24-Jun-11 7:19
Hetelek24-Jun-11 7:19 
AnswerRe: Adding Text To An Image Pin
thatraja24-Jun-11 7:56
professionalthatraja24-Jun-11 7:56 
GeneralRe: Adding Text To An Image Pin
Hetelek24-Jun-11 8:32
Hetelek24-Jun-11 8:32 
AnswerMessage Removed Pin
24-Jun-11 8:42
professionalthatraja24-Jun-11 8:42 
GeneralRe: Adding Text To An Image Pin
Hetelek24-Jun-11 8:43
Hetelek24-Jun-11 8:43 
GeneralRe: Adding Text To An Image Pin
thatraja24-Jun-11 8:47
professionalthatraja24-Jun-11 8:47 
GeneralRe: Adding Text To An Image Pin
Hetelek24-Jun-11 9:00
Hetelek24-Jun-11 9:00 
GeneralRe: Adding Text To An Image Pin
thatraja24-Jun-11 9:42
professionalthatraja24-Jun-11 9:42 
GeneralRe: Adding Text To An Image Pin
enhzflep26-Jun-11 16:23
enhzflep26-Jun-11 16:23 
AnswerRe: Adding Text To An Image Pin
thatraja24-Jun-11 8:45
professionalthatraja24-Jun-11 8:45 
GeneralRe: Adding Text To An Image Pin
#realJSOP30-Jun-11 1:36
mve#realJSOP30-Jun-11 1:36 
AnswerRe: Adding Text To An Image Pin
#realJSOP30-Jun-11 1:38
mve#realJSOP30-Jun-11 1:38 
GeneralRe: Adding Text To An Image Pin
Hetelek30-Jun-11 5:35
Hetelek30-Jun-11 5:35 
GeneralRe: Adding Text To An Image Pin
GenJerDan30-Jun-11 6:03
GenJerDan30-Jun-11 6:03 
AnswerRe: Adding Text To An Image Pin
John Y.5-Jul-11 8:11
John Y.5-Jul-11 8:11 
QuestionSome questions about WebService Pin
FariyEye24-Jun-11 5:30
FariyEye24-Jun-11 5:30 

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.