473,802 Members | 2,026 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

HtmlArea Editor any thought

Hi EveryBody:

I want to made an e-mail system by using asp.net web application in Vb.Net
2003,
I found something of What uou see is what you get editor system that called
html area, I hope if some body know about this system help me in the
following problem:

My proble Is When I put thefollowing called in the <Head></Head> area as they

told me in readme file:

<asp:TextBox id="TextBox1" style="Z-INDEX: 101; LEFT: 56px; POSITION:
absolute; TOP: 88px" runat="server"
Width="424px" Height="152px">
</asp:TextBox>
<script language="JavaS cript1.2" defer>
editor_generate ('TextBox');
</script>

I got nothing in my form of this editor.

So any one deal with that editor befor can tell me how to handel this problem.

Any help or redirection can be appreciated

regard's

Husam
<script language="Javas cript1.2"><!-- // load htmlarea
_editor_url = "http://localhost/WebHusam/"; // URL to htmlarea files
var win_ie_ver = parseFloat(navi gator.appVersio n.split("MSIE")[1]);
if(navigator.us erAgent.indexOf ('Mac') >= 0) { win_ie_ver = 0; }
if(navigator.us erAgent.indexOf ('Windows CE') >= 0) { win_ie_ver = 0; }
if(navigator.us erAgent.indexOf ('Opera') >= 0) { win_ie_ver = 0; }
if(win_ie_ver >= 5.5) {
document.write( '<scr' + 'ipt src="'+_editor_ url+ 'editor.js"');
document.write( 'language="Java script1.2"></scr' + 'ipt>');
} else { document.write( '<scr'+'ipt>fun ction editor_generate () { return
false;}
</scr'+'ipt>'); }
// --></script>
and also when I put this code in the text area:

Apr 2 '06 #1
1 2022
Well, maybe ur supposed to pass in TextBox1 since that's ur id.

I'd also guess the <asp:textbox. .> itself is supposed to be in the
<body><form runat="server"> </form></body> not the head.

Finally, you might consider the very popular and free FreeTextBox control
which is a fully fledge ASP.NET server control:
http://freetextbox.com/default.aspx

Karl

--
http://www.openmymind.net/

"Husam" <Hu***@discussi ons.microsoft.c om> wrote in message
news:C8******** *************** ***********@mic rosoft.com...
Hi EveryBody:

I want to made an e-mail system by using asp.net web application in Vb.Net
2003,
I found something of What uou see is what you get editor system that
called
html area, I hope if some body know about this system help me in the
following problem:

My proble Is When I put thefollowing called in the <Head></Head> area as
they

told me in readme file:

<asp:TextBox id="TextBox1" style="Z-INDEX: 101; LEFT: 56px; POSITION:
absolute; TOP: 88px" runat="server"
Width="424px" Height="152px">
</asp:TextBox>
<script language="JavaS cript1.2" defer>
editor_generate ('TextBox');
</script>

I got nothing in my form of this editor.

So any one deal with that editor befor can tell me how to handel this
problem.

Any help or redirection can be appreciated

regard's

Husam
<script language="Javas cript1.2"><!-- // load htmlarea
_editor_url = "http://localhost/WebHusam/"; // URL to htmlarea files
var win_ie_ver = parseFloat(navi gator.appVersio n.split("MSIE")[1]);
if(navigator.us erAgent.indexOf ('Mac') >= 0) { win_ie_ver = 0; }
if(navigator.us erAgent.indexOf ('Windows CE') >= 0) { win_ie_ver = 0; }
if(navigator.us erAgent.indexOf ('Opera') >= 0) { win_ie_ver = 0; }
if(win_ie_ver >= 5.5) {
document.write( '<scr' + 'ipt src="'+_editor_ url+ 'editor.js"');
document.write( 'language="Java script1.2"></scr' + 'ipt>');
} else { document.write( '<scr'+'ipt>fun ction editor_generate () {
return
false;}
</scr'+'ipt>'); }
// --></script>
and also when I put this code in the text area:

Apr 3 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3007
by: Chris Cioffi | last post by:
I started writing this list because I wanted to have definite points to base a comparison on and as the starting point of writing something myself. After looking around, I think it would be a waste of time to start writing yet another IDE and so am now thinking in terms of new features/plug-ins for existing systems. Right now I mostly use Komodo Personal and it's pretty close to being what I want. They don't currently support plug-ins,...
10
3735
by: Rhino | last post by:
Can anyone recommend a good *free* XML editor? I tried a demo of Altova XMLSpy and thought it was pretty neat but I just can't afford it right now. I'd like to get something free that does a decent job, even if it isn't as slick as XMLSpy. -- Rhino --- rhino1 AT sympatico DOT ca "There are two ways of constructing a software design. One way is to make it
71
6511
by: tomy_baseo | last post by:
I'm new to HTML and want to learn the basics by learning to code by hand (with the assistance of an HTML editor to eliminate repetitive tasks). Can anyone recommend a good, basic HTML editor that's a step beyond Notepad (not a WYSIWYG tool). Thanks.
0
288
by: mykidisgollum | last post by:
Greetings, for use in my company, I've created a complete ASP.NET user control with htmlarea. The zip file contains a complete FAQ and Readme with step by step install/use instructions, as well as a sample project. If you use .NET - download it here: http://www.sweetums.net/archive/htmlareausercontrol.zip It features a seperate config file you can put in each project using the control, in which you can change the style, button...
9
1942
by: news.microsoft.com | last post by:
Dear all, I have to do a source code editor to implement syntax hilighted with special colors , IntelliSense function. Could anybody give me some tips or links? Thanks,
1
1295
by: teb | last post by:
I've downloaded htmlArea. My problem is that I have an onmouseover event within the htmlArea that needs to access objects outside of the htmlArea. Is this possible? I also need to know how to access elements within the htmlArea. Thanks for your help. http://www.interactivetools.com/products/htmlarea/
2
2216
by: laredotornado | last post by:
Hello, I had been using HTMLArea (http://www.htmlarea.com/), a wysiwyg cross-browser, browser based tool for creating HTML content. They have since discontinued support for that piece and I was wondering if anyone in the group knew of a freeware substitute that worked more or less like HTMLArea? Thanks for sharing any experiences, - Dave
1
2335
by: Scott Emick | last post by:
I am using the following code. When outlook opens the message and the Outlook HTML editor is the default editor, there is no problem. If Word is the default editor, however, it butchers up the HTML and the message looks like crap. How can I force the message to open in the Outlook HTML editor? Thanks, Scott Dim myOlApp As Object Const olMailItem As Integer = 0
1
1376
by: gudipati | last post by:
hi can u pl gime me sample code for htmlarea in classic asp. i want to change my textarea to richtextbox.how can i do pl suggest me.
0
9699
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10538
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10285
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10063
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7598
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6838
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4270
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3792
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2966
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.