anyone good with javascript? (1 Viewer)

musik_junky

Member
Joined
Aug 27, 2005
Messages
93
Gender
Undisclosed
HSC
2003
Im asking whether you would know how to gain access to uni marks before they are officially "released". That is, if the marks have been uploaded onto the system, but uni hasn't allowed offical access.

You used to be able to type:

javascript:doSubmit('CC_RESULTS')

onto the browser and it would show marks that had been uploaded even if official access wasn't allowed yet.

But this semester, it doesn't seem to work.

Can any javascript whizzes suggest anything else?
 

goony

i am here to ride bike
Joined
Aug 4, 2005
Messages
1,043
Location
Sydney
Gender
Male
HSC
2005
Go to your uni page and load this onto the browser:

Code:
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300;
y4=200; x5=300; y5=200; DI=document.images; DIL=DI.length;
function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; 
DIS.left=Math.sin(R*x1+i*x2+x3)*x4+x5; 
DIS.top=Math.cos(R*y1+i*y2+y3)*y4+y5}R++}setInterval('A()',5); void(0);
 

kolgf

Member
Joined
Nov 24, 2005
Messages
37
Location
sydney
Gender
Undisclosed
HSC
2006
i tried it too was hoping to get them today but it wont work, any ideas anyone?
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top