Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2006-06-02 20:19:23

NotSteve
New member
Registered: 2006-06-02
Posts: 3

Text Area Empty?

Everything is working just peachy, but the textarea doesn't appear to be filled. I read through the forums, and:

1) It happens in IE and Gecko.
2) I'm not calling Javascript for form submission.

Any ideas?

It must be something I did...I'm an experienced PHP and Javascript programmer, but the osCommerce system is sufficiently complex as to limit me.

Notes:

- I'm using HTMLArea elsewhere on the site, but I don't see how that would be a factor.
- I'm using this in osCommerce with my own Javascript routine...but the only mod is the addition of the id tag. smile

This is an outstanding package, btw, my many thanks to all who contributed.

When I get this working, I'll post a quick guide to using it with osCommerce.

Thank you,

Bill

Offline

#2 2006-06-08 13:13:48

gogo
Xinha Leader
From: New Zealand
Registered: 2005-02-11
Posts: 1,015
Website

Re: Text Area Empty?

Ensure that your HTML is validly nested

<table>
<form>
<tr>

is invalid, as is

<tr><form><td>

invalid nesting can cause this type of problem.


James Sleeman

Offline

#3 2006-06-10 21:15:12

NotSteve
New member
Registered: 2006-06-02
Posts: 3

Re: Text Area Empty?

That was exactly it, thank you. (I actually ended up going <form><table><tr> but yeah, that was it.

Thank you,

Bill

Offline

Board footer

Powered by FluxBB