search for: loadbrowsemod

Displaying 1 result from an estimated 1 matches for "loadbrowsemod".

Did you mean: loadbrowsemode
2008 Mar 24
3
this.initialize is undefined
this.initialize is undefined - prototype.js: Line 48 This error occurs with the following JS: <script src="prototype.js"></script> <script> function loadBrowseMode() { $(''browser'').update("Loading...<br/>"); Ajax.Request(''browse.php'', { method:''get'', parameters: { list: ''author'' } }); } </script> This is strange behavior. Can anyone tell me why...