View Single Post
  #10 (permalink)  
Old 10-07-2006, 11:44 AM
robin911 robin911 is offline
New Pligger
 
Join Date: Oct 2006
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Yes, I already set it. Here it is
$my_base_url = 'http://localhost';
$my_pligg_base = '/Pligg';
Is this right ???
When I register new User, (type username) the javascipt error was Object Excepted. The line error in html was
<input type="text" name="username" id="name" value="" onkeyup="enablebutton(this.form.checkbutton1, this.form.submit, this)" size="25" tabindex="1"/>
The problem is in enablebutton javascript function, is'n it.
Reply With Quote