Welcome! Log In Create A New Profile

Advanced

Scrolling Message

Posted by SteveG 
Announcements Last Post
Announcement SoC Curricula 09/30/2017 01:08PM
Announcement Demarcation or scoping of examinations and assessment 02/13/2017 07:59AM
Announcement School of Computing Short Learning Programmes 11/24/2014 08:37AM
Announcement Unisa contact information 07/28/2011 01:28PM
Scrolling Message
September 24, 2008 09:59PM
I cannot solve the problem with my scrolling message - works perfectly at home but no joy when uploaded to osprey. I have the following code in the <Head> section:

var msg = "Welcome to Steve's Assignment Two Web Page.........."
function showMsg()
{
window.status = msg
msg = msg.substring(1, msg.length) + msg.substring(0,1)
scrollmsgID = setTimeout("showMsg()",150)
}

and the following in the <body>

<body onLoad = "showMsg()">

Comments, particularly any that would make it work would be appreciated

Rgds

steveG
TvD
Re: Scrolling Message
September 25, 2008 10:24AM
I think you missed the hint in assignment2.pdf:

NB: After you uploaded your assignment you may find that your scrolling message no longer works. Your scrolling message will work on the osprey server when viewed using IE7 but you have to put its security settings to medium and not medium high. It also works in Firefox provided you go to the settings and for JavaScript advanced check the box that says allow "change status bar text"

http://osprey.unisa.ac.za/toby/gracie/Assignment2.htm

works fine for me using IE7
Re: Scrolling Message
September 25, 2008 12:30PM
thanks Toby, will try that later.
Sorry, only registered users may post in this forum.

Click here to login