Click here to Skip to main content
16,007,885 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Padding-right Problem. Pin
Edbert P13-Oct-05 17:53
Edbert P13-Oct-05 17:53 
GeneralRe: Padding-right Problem. Pin
bin_bin114-Oct-05 4:54
bin_bin114-Oct-05 4:54 
GeneralRe: Padding-right Problem. Pin
Guffa15-Oct-05 0:01
Guffa15-Oct-05 0:01 
GeneralThank you very much. Pin
bin_bin115-Oct-05 4:17
bin_bin115-Oct-05 4:17 
GeneralRe: Thank you very much. Pin
Guffa16-Oct-05 2:12
Guffa16-Oct-05 2:12 
QuestionPrinting with Watermark Pin
luritaeady13-Oct-05 10:53
luritaeady13-Oct-05 10:53 
AnswerRe: Printing with Watermark Pin
Edbert P13-Oct-05 17:55
Edbert P13-Oct-05 17:55 
QuestionIFRAME - JavaScript Pin
nagarajuepuri13-Oct-05 3:16
nagarajuepuri13-Oct-05 3:16 
hello all,
I am facing a problem while calling a function from IFRAME. Function is declared in parent window.

Parent window code is...

<code>
<html>
<head><title>step1</title>
<script>
function hideIframe()
{
document.getElementById("frame1").style.visibility="hidden";
}
</script>
</head>
<body>
<iframe style="position:absolute;topBlush | :O ;leftBlush | :O " width=200 height=200 src="http://www.myserver.com/step2.htm">
</body>
</html>
</code>

<b>"here step2.htm page is placed on a differnt server and step1.htm is placed in different server."</b>

step2.htm has containing the followinf code....

<code>
<html>
<head><title>step2</title>
<script>
function callParent()
{
window.parent.hideIframe();
}
</script>
</head>
<body>
<a href="javascript:callParent();">Close this IFRAME</a>
</body>
</html>
</code>

<b>here when I am clicking on the "Close this IFRAME" link in the step2.htm page, I am getting a scripting error with the message saying like "Permission Denied"

Please suggest me some solution for above problem

Thanks a lot in advance

Thanks & Regards
Raju
AnswerRe: IFRAME - JavaScript Pin
Guffa13-Oct-05 9:20
Guffa13-Oct-05 9:20 
GeneralRe: IFRAME - JavaScript Pin
nagarajuepuri14-Oct-05 6:25
nagarajuepuri14-Oct-05 6:25 
QuestionDownload Problem Pin
a1x112-Oct-05 21:03
a1x112-Oct-05 21:03 
Questioncharacters encoded in UTF-8 Pin
emailthiaga12-Oct-05 19:10
emailthiaga12-Oct-05 19:10 
AnswerRe: characters encoded in UTF-8 Pin
Atul Kharecha12-Oct-05 19:49
Atul Kharecha12-Oct-05 19:49 
GeneralRe: characters encoded in UTF-8 Pin
emailthiaga12-Oct-05 23:46
emailthiaga12-Oct-05 23:46 
Questionsearch engine in javascript Pin
idreesbadshah12-Oct-05 18:10
idreesbadshah12-Oct-05 18:10 
AnswerRe: search engine in javascript Pin
Guffa13-Oct-05 9:30
Guffa13-Oct-05 9:30 
QuestionHighlight Text in Safari (DHTML) Pin
bin_bin112-Oct-05 12:39
bin_bin112-Oct-05 12:39 
QuestionHow to use the DropDownList control? Pin
Anonymous12-Oct-05 7:46
Anonymous12-Oct-05 7:46 
AnswerRe: How to use the DropDownList control? Pin
Edbert P13-Oct-05 17:56
Edbert P13-Oct-05 17:56 
GeneralRe: How to use the DropDownList control? Pin
Anonymous14-Oct-05 4:35
Anonymous14-Oct-05 4:35 
QuestionWeb Service - SSL certificate Pin
Jason Weibel12-Oct-05 4:51
Jason Weibel12-Oct-05 4:51 
Questionintegrate ActiveX controls in a web page Pin
Calc2012-Oct-05 1:31
Calc2012-Oct-05 1:31 
Questionjavascrip forms fields Pin
idreesbadshah12-Oct-05 0:05
idreesbadshah12-Oct-05 0:05 
AnswerRe: javascrip forms fields Pin
JKroschel13-Oct-05 10:04
JKroschel13-Oct-05 10:04 
QuestionUrgent Help!!! Pin
Illegal Operation11-Oct-05 21:32
Illegal Operation11-Oct-05 21:32 

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.