473,503 Members | 2,173 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

<textarea> bug????

Simple vbscript,html page loading into access.
Input pg posting to Confirm pg, then sending to access.

when using;

<textarea name="name" tabindex="15">
</textarea>

as an input renders tab spaces automatically.

I took out <Div> tags, and tried nowrap, and tried
reformatting data before sending to dbase (CStr, Trim),
with no answer to alleviate this problem.

Any suggestions????
Jul 19 '05 #1
5 5131
I'm confused.... are you trying to KEEP or REMOVE the tab spaces?
--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Matt" <mb*****@yahoo.com> wrote in message
news:06****************************@phx.gbl...
Simple vbscript,html page loading into access.
Input pg posting to Confirm pg, then sending to access.

when using;

<textarea name="name" tabindex="15">
</textarea>

as an input renders tab spaces automatically.

I took out <Div> tags, and tried nowrap, and tried
reformatting data before sending to dbase (CStr, Trim),
with no answer to alleviate this problem.

Any suggestions????

Jul 19 '05 #2
I don't understand. Your tabs are disappearing? When? When you later
present the data in HTML? That's because a tab in a textarea is not HTML...
and HTML doesn't recognize a tab. You will need to replace for presentation
in a web page, something along the lines of:

txt = rs("txt")
response.write replace(txt, chr(9), "&nbsp;&nbsp;&nbsp;&nbsp;")


"Matt" <mb*****@yahoo.com> wrote in message
news:06****************************@phx.gbl...
Simple vbscript,html page loading into access.
Input pg posting to Confirm pg, then sending to access.

when using;

<textarea name="name" tabindex="15">
</textarea>

as an input renders tab spaces automatically.

I took out <Div> tags, and tried nowrap, and tried
reformatting data before sending to dbase (CStr, Trim),
with no answer to alleviate this problem.

Any suggestions????

Jul 19 '05 #3
The tabs are automatically in textarea when I try to enter
data into it. Also each time I display the textarea more
tabs are automatically entered into it. The dbase shows
square blocks - 2 before and 2 after the data, whether I
have the field as text or memo.

I am trying to rid the textarea of the tabs, or whatever
the squareblocks are.
-----Original Message-----
I don't understand. Your tabs are disappearing? When? When you laterpresent the data in HTML? That's because a tab in a textarea is not HTML...and HTML doesn't recognize a tab. You will need to replace for presentationin a web page, something along the lines of:

txt = rs("txt")
response.write replace(txt, chr(9), " ")


"Matt" <mb*****@yahoo.com> wrote in message
news:06****************************@phx.gbl...
Simple vbscript,html page loading into access.
Input pg posting to Confirm pg, then sending to access.

when using;

<textarea name="name" tabindex="15">

Jul 19 '05 #4
Remove.

The tabs are automatically in textarea when I try to enter
data into it. Also each time I display the textarea more
tabs are automatically entered into it. The dbase shows
square blocks - 2 before and 2 after the data, whether I
have the field as text or memo.

I am trying to rid the textarea of the tabs, or whatever
the squareblocks are.
-----Original Message-----
I'm confused.... are you trying to KEEP or REMOVE the tab spaces?

--
----------------------------------------------------------
Curt Christianson (Software_AT_Darkfalz.Com)
Owner/Lead Designer, DF-Software
http://www.Darkfalz.com
---------------------------------------------------------
...Offering free scripts & code snippits for everyone...
---------------------------------------------------------

"Matt" <mb*****@yahoo.com> wrote in message
news:06****************************@phx.gbl...
Simple vbscript,html page loading into access.
Input pg posting to Confirm pg, then sending to access.

when using;

<textarea name="name" tabindex="15">

Jul 19 '05 #5
All fixed - thanks for help.

<textarea>
</textarea>

does not work - picking up Cr

<textarea></textarea> does

-----Original Message-----
I don't understand. Your tabs are disappearing? When? When you laterpresent the data in HTML? That's because a tab in a textarea is not HTML...and HTML doesn't recognize a tab. You will need to replace for presentationin a web page, something along the lines of:

txt = rs("txt")
response.write replace(txt, chr(9), " ")


"Matt" <mb*****@yahoo.com> wrote in message
news:06****************************@phx.gbl...
Simple vbscript,html page loading into access.
Input pg posting to Confirm pg, then sending to access.

when using;

<textarea name="name" tabindex="15">

Jul 19 '05 #6

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

Similar topics

1
4701
by: Augustus | last post by:
Hiya, I have a form with a <textarea></textarea> to receive user input. This input is then stored in a database and sent by fax... I need to be able to remove the carriage returns (enter...
4
4300
by: Dennis Allen | last post by:
Hi. I hope someone here can help. I'm webmaster for a local astronomy club. Just went over our web site. Have validated every htm file on the site except:...
2
9247
by: Jonathan Taub | last post by:
This may seem a stupid question. I've got a <textarea> element: .... <td> List of items: <textarea> 1. Apple 2. Orange 3. Box
16
2870
by: Martin Trautmann | last post by:
Hi all, I just had a problem where Mozilla 1.6 did not accept a XHTML 1.0 page that contained <p><textarea cols="50" name="prod_prob_description" rows="4" /></p> It did not accept the end...
11
13656
by: Les Paul | last post by:
I'm trying to design an HTML page that can edit itself. In essence, it's just like a Wiki page, but my own very simple version. It's a page full of plain old HTML content, and then at the bottom,...
3
6754
by: Jarek Mielcarek | last post by:
hi all, in xml file I have some fields which are source for <textarea> element. I'd like to transform this file using xslt and set the rows property of <textarea> depend of lines in some source...
8
2226
by: ASP Yaboh | last post by:
I have an ArrayList of data gathered from a database. I want to create a web page from this data by creating a <table>, each cell in each row displays the appropriate data. One of those cells in...
6
31412
by: Tony | last post by:
The w3schools HTML tag reference for <textarea> http://www.w3schools.com/tags/tag_textarea.asp says that the attributes 'cols' and 'rows' are REQUIRED attributes for the textarea tag. Looking at...
3
5621
by: FunkHouse9 | last post by:
I'm working on a form to collect data in a textarea which and am trying to keep returns and spaces. I have a couple of functions that I Frankensteined together to replace returns with <br> and to...
0
7093
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7349
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7008
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...
0
7467
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...
1
5022
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...
0
4688
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...
0
3177
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3168
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
746
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.