Re: dynamic boxes problem... JS and PHP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Ryan S wrote:
Hey Pete,


**
First, you should reply to the list - that way more people could see the links you posted and help out.
**
Oops, my mistake, I thought I did that. Will add a snip at the bottom of this email.

**
It looks like there may be a problem with the form tags - when I look at this code I see
<form action="process_ecard1.php" method="post" name="mainform"></form>

That looks like you've closed your "mainform" before defining the inputs
**

can you tell me which line you see this? I did a search using that string on top and I couldnt find it... I even did a "form" search and still didnt find both of the form tags side by side..

Thanks again,
R

While we are on the topic of the <form...>...</form> tags, just a side note. It is invalid HTML syntax to have any tag between your

<table><ILLEGAL><tr><ILLEGAL><td> ok here </td><ILLEGAL></tr><ILLEGAL></table>

As a note: the only legal tag that I know of that can be placed in between the above tags is the <caption> tag. oh and the <thead>, <tbody>, and <tfoot> tags.


/// Snip of other mail with links ///
....but looks like posting links is the best option so will do:

http://www.coinpass.com/test/step2.php (to run the script)
http://www.coinpass.com/test/step2.phps (View the source, its just a html file really)
All Javascript and CSS is in the "http://www.coinpass.com/test/scripts/"; directory

The processing script just has
print_r($_REQUEST);
so its useless pointing you to the actual file source.

///// End snip///




__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com


--
Jim Lucas

   "Some men are born to greatness, some achieve greatness,
       and some have greatness thrust upon them."

Twelfth Night, Act II, Scene V
    by William Shakespeare


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux