Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - web content editor
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

web content editor

 Post Reply Post Reply
Author
cuedog View Drop Down
Groupie
Groupie
Avatar

Joined: 29 December 2001
Location: United States
Status: Offline
Points: 138
Post Options Post Options   Thanks (0) Thanks(0)   Quote cuedog Quote  Post ReplyReply Direct Link To This Post Topic: web content editor
    Posted: 12 November 2003 at 12:39am
This concerns a web content editor. The problem I am having is with inserting images, to be exact smilies. I want to combine the code used by IE and the code used by Mozilla/Netscape in one function. As of right now the function to insert images with netscape is perfect but inserting messages with IE is the problem. Can anyone help?

Here is the code in the popUp showing the images.

                 <td width="17" class="text"><img src="smilies/azzangel.gif" width="20" height="20" border="0" alt="Angel" title="Angel" OnClick="AddSmileyIcon('smilies/azzangel.gif')" style="cursor: pointer; cursor: hand;"></td>

<SCRIPT LANGUAGE=JavaScript>
<!--
function AddSmileyIcon(imagePath){
    if(parseInt(navigator.appVersion) >= 5.5 && navigator.appVersion.indexOf("MSIE") != -1){
    window.returnValue = event.srcElement.title;
    window.close();
    }else{
    imagePath = '<%=ThisURL%>' + imagePath
    window.opener.document.getElementByI d("contentBody").contentWindow.focus()
    window.opener.document.getElementByI d("contentBody").contentWindow.document.execCommand('InsertI mage', false, imagePath);
    window.close();
    }
}
// -->
</SCRIPT>
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.