Advanced HTML Editor 2 Support Product Page
This topic was archived
Ver 2.02 Working in IE Only
Reported 29 Oct 2004 20:23:42
1
has this problem
29 Oct 2004 20:23:42 Tony Gorball posted:
I have Editor version 2.02.Editor works great in IE 6.0.2800
But does not appear in the following:
Firefox/0.10.1
Netscape 7.1
Mozilla 1.7.3
Am I doing something wrong?
Thanks,
Replies
Replied 29 Oct 2004 21:03:59
29 Oct 2004 21:03:59 George Petrov replied:
could you check in the mozilla browsers what error are you getting? just type javascript: in the url field
It should work fine - maybe you have some weird css style sheet that causes errors?
Look at the online demo it works both on IE and Mozilla browsers
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFocus.nl
--------------------------------------------------
It should work fine - maybe you have some weird css style sheet that causes errors?
Look at the online demo it works both on IE and Mozilla browsers
Greetings,
George
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFocus.nl
--------------------------------------------------
Replied 29 Oct 2004 21:38:24
29 Oct 2004 21:38:24 Tony Gorball replied:
Error: rules.selectorText has no properties
Source File: ScriptLibrary/AdvHTMLEdit.js Line:487
Thanks,
Tony
Edited by - tgorball on 29 Oct 2004 21:47:45
Source File: ScriptLibrary/AdvHTMLEdit.js Line:487
Thanks,
Tony
Edited by - tgorball on 29 Oct 2004 21:47:45
Replied 30 Oct 2004 00:31:14
30 Oct 2004 00:31:14 Tony Gorball replied:
I am also getting javascript errors in IE on "Cleanup Word" and "Cleanup Font Tags"
FYI, I am running Norton Internet Security 2004 Pro on my machine and I didn't see the javascript errors until I disabled it, the buttons just seemed not to work prior to that.
Thanks,
Tony
FYI, I am running Norton Internet Security 2004 Pro on my machine and I didn't see the javascript errors until I disabled it, the buttons just seemed not to work prior to that.
Thanks,
Tony
Replied 30 Oct 2004 21:34:28
30 Oct 2004 21:34:28 George Petrov replied:
I'm very sorry - something must have got wrong in the extension packing procedure.
Anyway all fixed now - please just redownload.
Greetings,
george
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFocus.nl
--------------------------------------------------
Anyway all fixed now - please just redownload.
Greetings,
george
--------------------------------------------------
George Petrov - Founder of the Dynamic Zones
DMXzone.com, FWzone.net, FLzone.net, CFzone.net,
DNzone.com, FlashFocus.nl
--------------------------------------------------
Replied 01 Nov 2004 17:20:05
01 Nov 2004 17:20:05 Tony Gorball replied:
Thank you.
However, now I have the exact opposite problem.
It is working in everything EXCEPT Internet Explorer 6.0
I have tried it several times, making sure all the code from the original was removed before applying the one I downloaded this morning.
Please advise.
Thank you,
Tony
However, now I have the exact opposite problem.
It is working in everything EXCEPT Internet Explorer 6.0
I have tried it several times, making sure all the code from the original was removed before applying the one I downloaded this morning.
Please advise.
Thank you,
Tony
Replied 01 Nov 2004 17:47:17
01 Nov 2004 17:47:17 Camillah Ringes replied:
Hi Tony,
When it's not working in IE then there can only be one thing..
You have the editor placed between <p> tags?
I broke my head over it until I found a page on the microsoft site explaining why the editor is not working when its surrounded by <p> tags.
If you put javascript errors on you would get an error like:
"Can't put invalid HTML in the document"
A p element can only contain text and inline elements.
As the editor has new visual dropdownmenus and those are not inline elements, IE stops loading the editor.
Until we found a different way for the displaying of the dropdowns, just don't put the editor between p-tags...
This is another Internet Explorer thing again, mozilla doesn't have this problem.
Regards,
Camillah
--------------------------------------------------
Camillah Ringes
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
When it's not working in IE then there can only be one thing..
You have the editor placed between <p> tags?
I broke my head over it until I found a page on the microsoft site explaining why the editor is not working when its surrounded by <p> tags.
If you put javascript errors on you would get an error like:
"Can't put invalid HTML in the document"
A p element can only contain text and inline elements.
As the editor has new visual dropdownmenus and those are not inline elements, IE stops loading the editor.
Until we found a different way for the displaying of the dropdowns, just don't put the editor between p-tags...
This is another Internet Explorer thing again, mozilla doesn't have this problem.
Regards,
Camillah
--------------------------------------------------
Camillah Ringes
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 01 Nov 2004 19:06:47
01 Nov 2004 19:06:47 Tony Gorball replied:
Thanks for the quick reply Camillah.
I tried the editor on a blank form and it worked fine in IE, so the problem is being caused by the page.
However, its not between p tags in the page I'm working out.
Now I'm trying to figure out what else on the page might be causing the problem.
I've attached my source code, if you see anything that is blatant, could you please let me know.
Thanks,
Tony
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<title>International Center [About Us]</title>
<style type="text/css">
@import url(../layout.css);
/* BEGIN Advanced HTML Editor */
.dmx_btn { width: 22px; height: 22px; border: 1px solid #ECE9D8; margin: 0; padding: 0; background-color: #ECE9D8; }
.dmx_btnOver { width: 22px; height: 22px; border: 1px outset; background-color: #FCF9E8; }
.dmx_btnDown { width: 22px; height: 22px; border: 1px inset; background-color: #FCF9E8; }
.dmx_btnNA { width: 22px; height: 22px; border: 1px solid #ECE9D8; -moz-opacity:0.25; opacity:0.25; filter: alpha(opacity=25);}
.dmx_menuBar { background-color: #ECE9D8; }
/* END Advanced HTML Editor */
</style>
<link rel="stylesheet" type="text/css" media="print" href="../print.css" />
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#"
!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"
)>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function textCounter(field, maxlimit) {
if (field.value.length > maxlimit) // if too long...trim it!
field.value = field.value.substring(0, maxlimit);
}
function changePhoto(photoID) {
if (photoID==0) {
document.getElementById("PhotoID"
.value='';
} else {
document.getElementById("PhotoID"
.value=photoID;
}
}
function hideSidebar() {
document.getElementById("sideContent"
.style.display=(document.getElementById("ShowSidebar"
.checked)? "block":"none";
}
-->
/* BEGIN Advanced HTML Editor */
var BaseURL = "../";
/* END Advanced HTML Editor */
</script>
<script language="JavaScript" src="../ScriptLibrary/AdvHTMLLang.js"></script>
<script language="JavaScript" src="../ScriptLibrary/AdvHTMLEdit.js"></script>
</head>
<body onload="MM_preloadImages('../images/nav_about_over.gif','../images/nav_relocation_over.gif','../images/nav_publications_over.gif','../images/nav_visitors_over.gif','../images/nav_youth_over.gif','../images/nav_language_over.gif');hideSidebar();"><form method="POST" action="/International Center/site_admin/content_update.asp?PageID=1" name="form1">
<div id="container">
<div id="printLogo"><img src="../images/print_logo.gif" /></div>
<div id="topLinks">
<a href="../index.asp">Home</a> |
<a href="../au_event_cal.asp">Calendar</a> |
<a href="../site_map.asp">Site Map</a> |
<a href="../contact_us.asp">Contact Us</a>
</div>
<div id="topBar"></div>
<div id="borderBox">
<div id="header"><img src="../images/header_1.jpg" width="743" height="159" alt="International Center of Indianapolis" /></div>
<div id="main_navs">
<table width="743" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><a href="../about_us.asp?PageID=1" ><img src="../images/nav_about_on.gif" alt="About Us" name="about_us" width="67" height="35" border="0" id="AboutUs" /></a></td>
<td><a href="../relocation_training.asp?PageID=2" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('RelocationTraining','','../images/nav_relocation_over.gif',1)"><img src="../images/nav_relocation_off.gif" alt="Relocation/Training" name="RelocationTraining" width="136" height="35" border="0" id="RelocationTraining" /></a></td>
<td><a href="../publications.asp?PageID=3" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Publications','','../images/nav_publications_over.gif',1)"><img src="../images/nav_publications_off.gif" alt="Publications" name="Publications" width="90" height="35" border="0" id="Publications" /></a></td>
<td><a href="../visitor_program.asp?PageID=4" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('VisitorsProgram','','../images/nav_visitors_over.gif',1)"><img src="../images/nav_visitors_off.gif" alt="Visitor's Program" name="VisitorsProgram" width="121" height="35" border="0" id="VisitorsProgram" /></a></td>
<td><a href="../youth_programs.asp?PageID=5" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('YouthPrograms','','../images/nav_youth_over.gif',1)"><img src="../images/nav_youth_off.gif" alt="Youth Programs" name="Youth Programs" width="113" height="35" border="0" id="YouthPrograms" /></a></td>
<td><a href="../language_services.asp?PageID=6" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('LanguageServices','','../images/nav_language_over.gif',1)"><img src="../images/nav_language_off.gif" alt="Language Services" name="Language Services" width="127" height="35" border="0" id="LanguageServices" /></a></td>
<td><a href="../indianapolis.asp?PageID=7" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Indianapolis','','../images/nav_indianapolis_over.gif',1)"><img src="../images/nav_indianapolis_off.gif" alt="Indianapolis" name="Indianapolis" width="89" height="35" border="0" id="Indianapolis" /></a></td>
</tr>
</table>
</div>
<div id="main">
<div id="sideBar">
<div id="subNavs">
<!-- Navigation Starts Here -->
<ul>
<li><a href="../au_staff.asp?PageID=8"
class="">
Staff</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=10"
class="">
Board</a>
<ul>
</ul></li>
<li><a href="../au_news.asp?PageID=11"
class="">
News</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=13"
class="">
History</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=14"
class="">
Partners</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=15"
class="">
ICY Award Dinner</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=16"
class="">
Sponsors</a>
<ul>
</ul></li>
<li><a href="../au_event_cal.asp?PageID=17"
class="">
Calendar Of Events</a>
<ul>
</ul></li>
<li><a href="../au_volunteer_opps.asp?PageID=21"
class="">
Volunteer Opportunities</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=24"
class="">
International Events / Competitions</a>
<ul>
</ul></li>
</ul>
<!-- Navigation Ends Here -->
</div>
<input checked type="checkbox" name="ShowSidebar" id="ShowSidebar" value="Y" onclick="hideSidebar();" />
<label for="ShowSidebar">Show Sidebar</label>
<div id="sideContent" >
<h3>Sidebar Title:<br />
<input name="SidebarTitle" type="text" value="" size="20" maxlength="50" />
</h3>
<p class="didYouKnow">Sidebar Content:
<textarea name="SidebarContent" cols="18" rows="5" wrap="VIRTUAL" onKeyDown="textCounter(this.form.SidebarContent,300);" onKeyUp="textCounter(this.form.SidebarContent,300);"></textarea></p>
</div>
</div>
<div id="content">
<img src="../images/page_header_1.jpg" width="546" height="43" alt="" />
<div id="page">
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="0">
<tr valign="baseline">
<td width="19%" align="right" nowrap><div align="left">Page Title:</div></td>
<td width="81%"><input name="PageLinkTitle" type="text" value="About Us" size="32" maxlength="100">
</td>
</tr>
<tr valign="baseline">
<td nowrap align="right"><div align="left">Page Content:</div></td>
<td> </td>
</tr>
<tr valign="top">
<td colspan="2"><textarea dmxedit="true" id="PageContent" name="PageContent" style="width:490px;height:400px" css="layout.css" toolbar="H:H;T:BIU;E:SBU;J:LCRF;O:LUOI;X:SXHLTCFWM"><p>testing 123456</p>
<p>again....</p></textarea></td>
</tr>
<tr valign="top">
<td colspan="2"></td>
</tr>
<tr valign="top">
<td align="right" nowrap="nowrap"><div align="left">Meta Keywords:</div></td>
<td><textarea name="MetaKeywords" cols="32" rows="2" wrap="VIRTUAL" onKeyDown="textCounter(this.form.MetaKeywords,500);" onKeyUp="textCounter(this.form.MetaKeywords,500);"></textarea>
</td>
</tr>
<tr valign="top">
<td align="right" nowrap="nowrap"><div align="left">Meta Description:</div></td>
<td><textarea name="MetaDescription" cols="32" rows="2" wrap="VIRTUAL" onKeyDown="textCounter(this.form.MetaDescription,500);" onKeyUp="textCounter(this.form.MetaDescription,500);"></textarea>
</td>
</tr>
<tr valign="baseline">
<td align="right" valign="top" nowrap><div align="left">Photo:</div></td>
<td><input type="hidden" name="PhotoID" id="PhotoID" value="2">
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="187">
<param name="movie" value="../multimedia/admin_photo_treatment.swf?imageFilename=test_image1.jpg" />
<param name="quality" value="high" />
<embed src="../multimedia/admin_photo_treatment.swf?imageFilename=test_image1.jpg" quality="high" pluginspage="www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="187"></embed>
</object> </td>
</tr>
<tr valign="baseline">
<td align="right" valign="top" nowrap="nowrap"><div align="left">Photo Caption: </div></td>
<td valign="top"><textarea name="PhotoCaption" cols="32" rows="3" wrap="VIRTUAL" id="PhotoCaption" onkeydown="textCounter(this.form.PhotoCaption,200);" onkeyup="textCounter(this.form.PhotoCaption,200);"></textarea></td>
</tr>
<tr valign="baseline">
<td nowrap="nowrap" align="right"><div align="left" style="visibility:hidden">Active Page:</div></td>
<td><div style="visibility:hidden"><input checked type="checkbox" name="Active" value="Y" />
<br />
</div>
</td>
</tr>
<tr valign="baseline">
<td nowrap align="right"> </td>
<td><input type="submit" value="UPDATE">
</td>
</tr>
</table>
<input type="hidden" name="MM_update" value="form1">
<input type="hidden" name="MM_recordId" value="1">
<input name="URL" type="hidden" id="URL" value="about_us.asp" />
<p> </p>
</div>
</div>
<div id="footer">
<a href="../about_us.asp">ABOUT US</a> |
<a href="../relocation_training.asp">RELOCATING/TRAINING</a> |
<a href="../publications.asp">PUBLICATIONS</a> |
<a href="../visitor_program.asp">VISITOR'S PROGRAM</a> <br />
<a href="../youth_programs.asp">YOUTH PROGRAMS</a> |
<a href="../language_services.asp">LANGUAGE SERVICES</a> |
<a href="../indianapolis.asp">INDIANAPOLIS</a> <br /><br />
© 2004 International Center of Indianapolis. All Rights Reserved.
<a href="../legal.asp">Legal Terms of Use</a>
| Site design by <a href="www.globalmagic.com/" target="_blank">GlobalMagic</a>
</div>
</div>
</div>
</div>
</form>
</body>
</html>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I tried the editor on a blank form and it worked fine in IE, so the problem is being caused by the page.
However, its not between p tags in the page I'm working out.
Now I'm trying to figure out what else on the page might be causing the problem.
I've attached my source code, if you see anything that is blatant, could you please let me know.
Thanks,
Tony
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<title>International Center [About Us]</title>
<style type="text/css">
@import url(../layout.css);
/* BEGIN Advanced HTML Editor */
.dmx_btn { width: 22px; height: 22px; border: 1px solid #ECE9D8; margin: 0; padding: 0; background-color: #ECE9D8; }
.dmx_btnOver { width: 22px; height: 22px; border: 1px outset; background-color: #FCF9E8; }
.dmx_btnDown { width: 22px; height: 22px; border: 1px inset; background-color: #FCF9E8; }
.dmx_btnNA { width: 22px; height: 22px; border: 1px solid #ECE9D8; -moz-opacity:0.25; opacity:0.25; filter: alpha(opacity=25);}
.dmx_menuBar { background-color: #ECE9D8; }
/* END Advanced HTML Editor */
</style>
<link rel="stylesheet" type="text/css" media="print" href="../print.css" />
<script language="JavaScript">
<!--
function SymError()
{
return true;
}
window.onerror = SymError;
var SymRealWinOpen = window.open;
function SymWinOpen(url, name, attributes)
{
return (new Object());
}
window.open = SymWinOpen;
//-->
</script>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages() { //v3.0
var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
if (a[i].indexOf("#"
}
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_swapImage() { //v3.0
var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
function textCounter(field, maxlimit) {
if (field.value.length > maxlimit) // if too long...trim it!
field.value = field.value.substring(0, maxlimit);
}
function changePhoto(photoID) {
if (photoID==0) {
document.getElementById("PhotoID"
} else {
document.getElementById("PhotoID"
}
}
function hideSidebar() {
document.getElementById("sideContent"
}
-->
/* BEGIN Advanced HTML Editor */
var BaseURL = "../";
/* END Advanced HTML Editor */
</script>
<script language="JavaScript" src="../ScriptLibrary/AdvHTMLLang.js"></script>
<script language="JavaScript" src="../ScriptLibrary/AdvHTMLEdit.js"></script>
</head>
<body onload="MM_preloadImages('../images/nav_about_over.gif','../images/nav_relocation_over.gif','../images/nav_publications_over.gif','../images/nav_visitors_over.gif','../images/nav_youth_over.gif','../images/nav_language_over.gif');hideSidebar();"><form method="POST" action="/International Center/site_admin/content_update.asp?PageID=1" name="form1">
<div id="container">
<div id="printLogo"><img src="../images/print_logo.gif" /></div>
<div id="topLinks">
<a href="../index.asp">Home</a> |
<a href="../au_event_cal.asp">Calendar</a> |
<a href="../site_map.asp">Site Map</a> |
<a href="../contact_us.asp">Contact Us</a>
</div>
<div id="topBar"></div>
<div id="borderBox">
<div id="header"><img src="../images/header_1.jpg" width="743" height="159" alt="International Center of Indianapolis" /></div>
<div id="main_navs">
<table width="743" cellpadding="0" cellspacing="0" border="0">
<tr>
<td><a href="../about_us.asp?PageID=1" ><img src="../images/nav_about_on.gif" alt="About Us" name="about_us" width="67" height="35" border="0" id="AboutUs" /></a></td>
<td><a href="../relocation_training.asp?PageID=2" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('RelocationTraining','','../images/nav_relocation_over.gif',1)"><img src="../images/nav_relocation_off.gif" alt="Relocation/Training" name="RelocationTraining" width="136" height="35" border="0" id="RelocationTraining" /></a></td>
<td><a href="../publications.asp?PageID=3" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Publications','','../images/nav_publications_over.gif',1)"><img src="../images/nav_publications_off.gif" alt="Publications" name="Publications" width="90" height="35" border="0" id="Publications" /></a></td>
<td><a href="../visitor_program.asp?PageID=4" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('VisitorsProgram','','../images/nav_visitors_over.gif',1)"><img src="../images/nav_visitors_off.gif" alt="Visitor's Program" name="VisitorsProgram" width="121" height="35" border="0" id="VisitorsProgram" /></a></td>
<td><a href="../youth_programs.asp?PageID=5" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('YouthPrograms','','../images/nav_youth_over.gif',1)"><img src="../images/nav_youth_off.gif" alt="Youth Programs" name="Youth Programs" width="113" height="35" border="0" id="YouthPrograms" /></a></td>
<td><a href="../language_services.asp?PageID=6" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('LanguageServices','','../images/nav_language_over.gif',1)"><img src="../images/nav_language_off.gif" alt="Language Services" name="Language Services" width="127" height="35" border="0" id="LanguageServices" /></a></td>
<td><a href="../indianapolis.asp?PageID=7" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Indianapolis','','../images/nav_indianapolis_over.gif',1)"><img src="../images/nav_indianapolis_off.gif" alt="Indianapolis" name="Indianapolis" width="89" height="35" border="0" id="Indianapolis" /></a></td>
</tr>
</table>
</div>
<div id="main">
<div id="sideBar">
<div id="subNavs">
<!-- Navigation Starts Here -->
<ul>
<li><a href="../au_staff.asp?PageID=8"
class="">
Staff</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=10"
class="">
Board</a>
<ul>
</ul></li>
<li><a href="../au_news.asp?PageID=11"
class="">
News</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=13"
class="">
History</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=14"
class="">
Partners</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=15"
class="">
ICY Award Dinner</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=16"
class="">
Sponsors</a>
<ul>
</ul></li>
<li><a href="../au_event_cal.asp?PageID=17"
class="">
Calendar Of Events</a>
<ul>
</ul></li>
<li><a href="../au_volunteer_opps.asp?PageID=21"
class="">
Volunteer Opportunities</a>
<ul>
</ul></li>
<li><a href="../content.asp?PageID=24"
class="">
International Events / Competitions</a>
<ul>
</ul></li>
</ul>
<!-- Navigation Ends Here -->
</div>
<input checked type="checkbox" name="ShowSidebar" id="ShowSidebar" value="Y" onclick="hideSidebar();" />
<label for="ShowSidebar">Show Sidebar</label>
<div id="sideContent" >
<h3>Sidebar Title:<br />
<input name="SidebarTitle" type="text" value="" size="20" maxlength="50" />
</h3>
<p class="didYouKnow">Sidebar Content:
<textarea name="SidebarContent" cols="18" rows="5" wrap="VIRTUAL" onKeyDown="textCounter(this.form.SidebarContent,300);" onKeyUp="textCounter(this.form.SidebarContent,300);"></textarea></p>
</div>
</div>
<div id="content">
<img src="../images/page_header_1.jpg" width="546" height="43" alt="" />
<div id="page">
<table width="100%" border="0" align="center" cellpadding="5" cellspacing="0">
<tr valign="baseline">
<td width="19%" align="right" nowrap><div align="left">Page Title:</div></td>
<td width="81%"><input name="PageLinkTitle" type="text" value="About Us" size="32" maxlength="100">
</td>
</tr>
<tr valign="baseline">
<td nowrap align="right"><div align="left">Page Content:</div></td>
<td> </td>
</tr>
<tr valign="top">
<td colspan="2"><textarea dmxedit="true" id="PageContent" name="PageContent" style="width:490px;height:400px" css="layout.css" toolbar="H:H;T:BIU;E:SBU;J:LCRF;O:LUOI;X:SXHLTCFWM"><p>testing 123456</p>
<p>again....</p></textarea></td>
</tr>
<tr valign="top">
<td colspan="2"></td>
</tr>
<tr valign="top">
<td align="right" nowrap="nowrap"><div align="left">Meta Keywords:</div></td>
<td><textarea name="MetaKeywords" cols="32" rows="2" wrap="VIRTUAL" onKeyDown="textCounter(this.form.MetaKeywords,500);" onKeyUp="textCounter(this.form.MetaKeywords,500);"></textarea>
</td>
</tr>
<tr valign="top">
<td align="right" nowrap="nowrap"><div align="left">Meta Description:</div></td>
<td><textarea name="MetaDescription" cols="32" rows="2" wrap="VIRTUAL" onKeyDown="textCounter(this.form.MetaDescription,500);" onKeyUp="textCounter(this.form.MetaDescription,500);"></textarea>
</td>
</tr>
<tr valign="baseline">
<td align="right" valign="top" nowrap><div align="left">Photo:</div></td>
<td><input type="hidden" name="PhotoID" id="PhotoID" value="2">
<object classid="clsid
<param name="movie" value="../multimedia/admin_photo_treatment.swf?imageFilename=test_image1.jpg" />
<param name="quality" value="high" />
<embed src="../multimedia/admin_photo_treatment.swf?imageFilename=test_image1.jpg" quality="high" pluginspage="www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="187"></embed>
</object> </td>
</tr>
<tr valign="baseline">
<td align="right" valign="top" nowrap="nowrap"><div align="left">Photo Caption: </div></td>
<td valign="top"><textarea name="PhotoCaption" cols="32" rows="3" wrap="VIRTUAL" id="PhotoCaption" onkeydown="textCounter(this.form.PhotoCaption,200);" onkeyup="textCounter(this.form.PhotoCaption,200);"></textarea></td>
</tr>
<tr valign="baseline">
<td nowrap="nowrap" align="right"><div align="left" style="visibility:hidden">Active Page:</div></td>
<td><div style="visibility:hidden"><input checked type="checkbox" name="Active" value="Y" />
<br />
</div>
</td>
</tr>
<tr valign="baseline">
<td nowrap align="right"> </td>
<td><input type="submit" value="UPDATE">
</td>
</tr>
</table>
<input type="hidden" name="MM_update" value="form1">
<input type="hidden" name="MM_recordId" value="1">
<input name="URL" type="hidden" id="URL" value="about_us.asp" />
<p> </p>
</div>
</div>
<div id="footer">
<a href="../about_us.asp">ABOUT US</a> |
<a href="../relocation_training.asp">RELOCATING/TRAINING</a> |
<a href="../publications.asp">PUBLICATIONS</a> |
<a href="../visitor_program.asp">VISITOR'S PROGRAM</a> <br />
<a href="../youth_programs.asp">YOUTH PROGRAMS</a> |
<a href="../language_services.asp">LANGUAGE SERVICES</a> |
<a href="../indianapolis.asp">INDIANAPOLIS</a> <br /><br />
© 2004 International Center of Indianapolis. All Rights Reserved.
<a href="../legal.asp">Legal Terms of Use</a>
| Site design by <a href="www.globalmagic.com/" target="_blank">GlobalMagic</a>
</div>
</div>
</div>
</div>
</form>
</body>
</html>
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
Replied 01 Nov 2004 19:49:59
01 Nov 2004 19:49:59 Camillah Ringes replied:
Hi tony,
Found the problem:
<object classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" height="187">
<param name="movie" value="../multimedia/admin_photo_treatment.swf?imageFilename=test_image1.jpg" />
<param name="quality" value="high" />
<embed src="../multimedia/admin_photo_treatment.swf?imageFilename=test_image1.jpg" quality="high" pluginspage="www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="187"></embed>
</object>
As this keeps on searching for the file and trying to load it into the page(what doesn't happen because I don't have that file here), the editor doesn't execute, because the editor executes when the page is fully loaded.
Is this a big swf movie? When I remove this code from the page the editor loads normally. When I replace it with this sample swf file , the editor loads in too:
<object codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="60" width="468" classid="clsid
27CDB6E-AE6D-11cf-96B8-444553540000" wmode="opaque"><param name="_cx" value="12383" /><param name="_cy" value="1588" /><param name="FlashVars" value="" /><param name="Movie" value="www.mediaelements.nl/images/banners/me_short_nl.swf?theUrl=http://www.mediaelements.nl&theTarget=_blank" /><param name="Src" value="www.mediaelements.nl/images/banners/me_short_nl.swf?theUrl=http://www.mediaelements.nl&theTarget=_blank" /><param name="WMode" value="Window" /><param name="Play" value="-1" /><param name="Loop" value="-1" /><param name="Quality" value="High" /><param name="SAlign" value="" /><param name="Menu" value="0" /><param name="Base" value="" /><param name="AllowScriptAccess" value="always" /><param name="Scale" value="ShowAll" /><param name="DeviceFont" value="0" /><param name="EmbedMovie" value="0" /><param name="BGColor" value="" /><param name="SWRemote" value="" /><param name="MovieData" value="" /><param name="SeamlessTabbing" value="1" />
<embed wmode="opaque" src="www.mediaelements.nl/images/banners/me_short_nl.swf?theUrl=http://www.mediaelements.nl&theTarget=_blank" quality="high" menu="false" pluginspage="www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" height="60" width="468">
</object>
--------------------------------------------------
Camillah Ringes
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Found the problem:
<object classid="clsid
<param name="movie" value="../multimedia/admin_photo_treatment.swf?imageFilename=test_image1.jpg" />
<param name="quality" value="high" />
<embed src="../multimedia/admin_photo_treatment.swf?imageFilename=test_image1.jpg" quality="high" pluginspage="www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="300" height="187"></embed>
</object>
As this keeps on searching for the file and trying to load it into the page(what doesn't happen because I don't have that file here), the editor doesn't execute, because the editor executes when the page is fully loaded.
Is this a big swf movie? When I remove this code from the page the editor loads normally. When I replace it with this sample swf file , the editor loads in too:
<object codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" height="60" width="468" classid="clsid
<embed wmode="opaque" src="www.mediaelements.nl/images/banners/me_short_nl.swf?theUrl=http://www.mediaelements.nl&theTarget=_blank" quality="high" menu="false" pluginspage="www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" height="60" width="468">
</object>
--------------------------------------------------
Camillah Ringes
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
Replied 01 Nov 2004 21:11:00
01 Nov 2004 21:11:00 Tony Gorball replied:
Hi Camillah,
I tried your suggestion to no avail.
Not sure what was going on with that, but had another developer check it out and he figured out the problem.
Dreamweaver MX 2004 would not allow the following code to reside within the
javascript comment tags:
/* BEGIN Advanced HTML Editor */
var BaseURL = "../";
/* END Advanced HTML Editor */
Every time that I saved the document in DWMX, it moved the code to the bottom of the javascript,
outside the comment tags. Strange, huh?
Since the other developer does not have the extension installed on his machine, the code did not move when he saved it inside the comment tags.
Don't know if this an extension issue or a DWMX issue, but we're good now.
Thank you so much for your help and prompt responses.
Regards,
Tony
I tried your suggestion to no avail.
Not sure what was going on with that, but had another developer check it out and he figured out the problem.
Dreamweaver MX 2004 would not allow the following code to reside within the
javascript comment tags:
/* BEGIN Advanced HTML Editor */
var BaseURL = "../";
/* END Advanced HTML Editor */
Every time that I saved the document in DWMX, it moved the code to the bottom of the javascript,
outside the comment tags. Strange, huh?
Since the other developer does not have the extension installed on his machine, the code did not move when he saved it inside the comment tags.
Don't know if this an extension issue or a DWMX issue, but we're good now.
Thank you so much for your help and prompt responses.
Regards,
Tony
Replied 01 Nov 2004 22:16:15
01 Nov 2004 22:16:15 Camillah Ringes replied:
Hi Tony,
That's very strange, because the javascript should work too outside the commenttags...
But anyway, good to hear that everything works now <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>.
Regards,
Camillah
--------------------------------------------------
Camillah Ringes
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------
That's very strange, because the javascript should work too outside the commenttags...
But anyway, good to hear that everything works now <img src=../images/dmxzone/forum/icon_smile.gif border=0 align=middle>.
Regards,
Camillah
--------------------------------------------------
Camillah Ringes
Web Developer at Dynamic Zones
Manager at DMXzone.com
--------------------------------------------------

