Archived Comments (locked)

in
Subscribe to Archived Comments 6 posts, 6 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
neko Scriptwright

doesn't work again, even after putting in the corrections described below.

 
Mango Scriptwright

Wow, it works. After you make the necessary corrections. Replace the last two lines with the below (replace ~ with <)

b = x('Filename:~/font>~/b> ', '~/div>');
if (a && b) document.location = a + b;

 
smacked Scriptwright

after looking at the code, the only thing that seems to be incorrect is the following 2 lines:

Currently:
b = x('Description: ', '');
Change To:
b = x('Filename: ', '');

Currently:
if (a && b) document.location = a + b + ".rar";
Change To:
if (a && b) document.location = a + b;

it's a direct link to the file, although it still seems only one file can be downloaded from MU at a time. Good job though - much better than many of the other similar scripts i've come across

 
Arthur900 User

i didn't see anything

 
Cory Roberts User

This doesn't work for me.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel