Search found 3 matches
Re: Specifics on ParametersOk, first problem fixed, taking out the spaces worked. Thank you. Now for the 2nd problem. I copied the i18n.properties file to the same folder as the .js file. // BEGIN: Update parameters below for INTERNET EXPLORER, FIREFOX, SAFARI, OPERA, MOZILLA, NETSCAPE 6+ support. document.writeln('<PARAM NAM...
Specifics on Parameters document.writeln('<PARAM NAME="whitelist" VALUE="*.pdf, *.doc, *.txt">'); This let's me FTP the .pdf files, but not the .doc or .txt. What am I doing wrong? document.writeln('<PARAM NAME="resources" VALUE="i18n">'); I have a file called i18n in the /lib folder, I also have a file called i18n.proper...
Passing ParametersI don't like using JavaScript with all the FTP credentials in it.
My website is using ASP. Is there a way to pass the parameters using ASP instead? Thanks! |