On 6/9/2011 5:37 AM, matty jones wrote:
>         formEl.action += '&title=' + formEl['_title'].value;

The only thing I see inconsistent is the above line.  But then again, it could
be right.  You might be looking for $_GET['title'] in your processing page
instead of $_GET['_title']

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

Reply via email to