Hi!
I'd like to include an inc file once a button id cliked!
I tried calling that function:
function more()
{
<?php include "sessions.inc"; ?>;
// var f=<?php include "sessions.inc"; ?>;
document.form1.action="formhtl_rd.html";document.form1.submit();
}

but it fails!
Any idea
Thanks




_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to