thanks for the help and info
thanks for the help and info
Last edited by rsines; 02-03-2008 at 11:52 AM.
Your problem is with the syntax you are using to get and set elements of the array.
Instead of using:
Use:Code:unp.0 = "username1:/password1:user1.html";
And to help you understand the syntax of arrays in Javascript, check out this article: The JavaScript Array: Definition and SyntaxCode:unp[0] = "username1:/password1:user1.html";
Bookmarks