J
|
Jane 12/3/2010 |
Hi, <INPUT class=button onclick="var form = $('#frmAdmin1')[0];form.a.value='email'; openwin(form); return false;" value="Email selected" type=button> openwin is a custom function to open new window. //define preWin function
|
K
|
karmacomposer author 12/6/2010 |
OK. In the following script, how do you tell PHPRunner the path to the _add file? I keep getting errors. I think it is assuming that the database is located on the root of the server (ie: /database) when in reality it is located at a different path (ie: /public_html/server/database/) |
![]() |
Sergey Kornilov admin 12/7/2010 |
You need to post exact error message here. Impossible to tell what is wrong without seeing the error message. |
K
|
karmacomposer author 12/7/2010 |
You need to post exact error message here. Impossible to tell what is wrong without seeing the error message.
|
![]() |
Sergey Kornilov admin 12/7/2010 |
You need to make sure file name is spelled correctly (case-sensitive) and this file is actually there. |