Showing posts with label rschool website links. Show all posts
Showing posts with label rschool website links. Show all posts

Tuesday, January 25, 2011

How to link to PDF's (or other files) on an rschool website

Here in St. Louis Park Public Schools, we use rschool. While it does a great job of standardizing websites, it makes it hard to directly link to websites. Here are the steps to create a link (thanks Julie!):

1st. Copy the link (you have to right click on a PC or control-click on a Mac)

Here's my link that I copied:

javascript:download4('/usr2/users-v/rschooltoday/se3bin/../school461/genie231/images/files/verbal_questions_cheat_sheet_pdfmv.pdf','verbal_questions_cheat_sheet_pdfmv.pdf');

As you can tell, that is not a correct url link yet.

2nd. Delete everything after the first .pdf. In this link that means the apostrophe to the semi colon.

Here's what I deleted:

','verbal_questions_cheat_sheet_pdfmv.pdf');

3rd. Delete everything up to the /school###. In this case it starts with javascript and ends with ..

Here's what I deleted:

javascript:download4('/usr2/users-v/rschooltoday/se3bin/../

4th. Now you need to add the server name to the beginning of the link.

Here's what you have to add:

http://www.rschooltoday.com

5th. Now you've got a working link. Here's what mine looks like:

http://www.rschooltoday.com/school461/genie231/images/files/verbal_questions_cheat_sheet_pdfmv.pdf

Try it!