Brad Sumrall wrote:
I am trying to create a commonlogin.php which would perform a duel login for
phpbb and a java based FCKEditor combined

I have working code for each as an individual but not a clue how to combine
them.

Does anyone have any suggestion on where I can go for information about
this?

Firstly that's javaSCRIPT not java. Java is an entirely different beast.


Why not just copy the "validateLogin" javascript functionality and put it in a new function and then:

<form action="/phpbb/login.php" method="post" target="_top" onsubmit="return BBValidateLogin();">

--
Postgresql & php tutorials
http://www.designmagick.com/

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

Reply via email to