R
|
run4sbc author 2/4/2007 |
This seems to be working on the edit/add pages but not on the Registration page, anyone have any ideas on what I need to change? |
T
|
thesofa 2/4/2007 |
are you altering the global registration page, otr the add and edit page values in the visual editor? |
R
|
run4sbc author 2/4/2007 |
R
|
run4sbc author 2/4/2007 |
I have a Linked Lookup Wizard dropdown menu on the registration page that links to the Teams table. I want the data in it to set the Team Name and Team Code. Select the team name and the team code comes up. It does this in the admin add and edit user page for the protection table, but not on the registration page. |
J
|
Jane 2/5/2007 |
Hi, $includes=""; and replace it with this one: $includes=""; $includes.="<script language=\"JavaScript\" src=\"include/jsfunctions.js\"></script>\r\n"; $includes.="<script language=\"JavaScript\">\r\n". "var locale_dateformat = ".$locale_info["LOCALE_IDATE"].";\r\n". "var locale_datedelimiter = \"".$locale_info["LOCALE_SDATE"]."\";\r\n". "var bLoading=false;\r\n". "var TEXT_PLEASE_SELECT='".addslashes(##message PLEASE_SELECT##)."';\r\n". "</script>\r\n"; |
R
|
run4sbc author 2/5/2007 |
theres a incorrect ; somehwere in that code. I tried replacing some but it wouldnt fix it. I dont know which one is wrong. |
R
|
run4sbc author 2/5/2007 |
nevermind, I copied the same code from the add.php and it worked. |