On 3/17/06, jaimz murray <[EMAIL PROTECTED]> wrote:
> yeah you can check it out now, lol i feel like an idiot, i had put some
> JS that relies on php in a .JS file because i forgot the php was in the
> JS
>
> it works now

Swap your <form> and <table> tags.  A form isn't a valid descendent of a table.

<div id="18" class="content"><table width="100%" border="0"
cellspacing="0" cellpadding="0">
<form action="index.php?page=pickup_send" id="myform" method="post">
  <tr>

Also, you never close your <form>.

Todd
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to