Quick Login   
 
Register AdminFusion Tutorials
 
Featured Sponsors


One.com Domain and Hosting


Register
Forum of the Month
Australian Webmaster
fotm

A webmaster forum specifically catering for Australian site owners. We discuss site development, marketing and management issues.

Tag Cloud
Latest Threads
Forum Stats
8,063 Members
165,817 Posts
28 Users Online

Please welcome our newest member, conorod!

Affiliates
Go Back AdminFusion » The Break Room » Off Topic » How to Get this in Firefox?
Welcome to the AdminFusion. AdminFusion is the ultimate resource for forum administrators and moderators. With exclusive articles, interviews with the experts, free downloadable skins, and the revolutionary post exchange system - PostFusion, AdminFusion is the place to go for all of your forum needs.  By joining AdminFusion, you will become part of a thriving admin community and immediately gain access to all of these resources. Registration is fast, simple and absolutely free so please join us today!
Want more than our forums? Try these: Post Fusion Forum Matrix
Old 01-18-2006, 05:49 PM   #1

amitpatel_3001's Avatar

Title: Member

Points: 1,920, Level: 12Points: 1,920, Level: 12Points: 1,920, Level: 12
Level up: 13%, 230 Points neededLevel up: 13%, 230 Points neededLevel up: 13%, 230 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Jan 2006

Posts: 111

Location: India

amitpatel_3001 is on a distinguished road
Send a message via MSN to amitpatel_3001 Send a message via Yahoo to amitpatel_3001  
 
Post How to Get this in Firefox?

Hello Friends i have just put up Status Message scrolling in my site.
Well its working fine for me in Internet Explorer.
But i want the Code with which it also Runs in Firefox.

Quote:
Code -

<head>
<SCRIPT language=JavaScript>
<!--
var timerId;
var msg = ""
var newMsg = ""
var counter = 0;
var nWait = 0.1
if (timerId != null) // is the timer already running?
clearTimeout(timerId);

function pad() {
var padding = "";
for (var n=0; n<=(89); n++)
padding += " ";
return(padding);
}

function scroll() {
window.status = newMsg.substring(counter,newMsg.length);
if (counter == newMsg.length) {
counter = 0;
}
counter ++;
timerId = setTimeout("scroll()",nWait * 1000);
}

function startScroll(cMsgIn,nWaitIn) {
msg = cMsgIn
nWait = nWaitIn
newMsg = pad() + msg + " ";
scroll()
}
// -->
</SCRIPT> </head>
Quote:
<body>
<Body onload="startScroll('Your Mesage Here',0.1)"> </body>
This works fine in Internet Explorer - www.hiifii.com check it here
But What changes have to be done to get it in Firefox.
Reply With Quote
Old 01-18-2006, 06:08 PM   #2

Will's Avatar

Title: Forum Enthusiast

Points: 9,794, Level: 29Points: 9,794, Level: 29Points: 9,794, Level: 29
Level up: 30%, 156 Points neededLevel up: 30%, 156 Points neededLevel up: 30%, 156 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Oct 2005

Posts: 2,139

Location: Maryland, US

Will has a brilliant futureWill has a brilliant futureWill has a brilliant futureWill has a brilliant futureWill has a brilliant futureWill has a brilliant futureWill has a brilliant futureWill has a brilliant futureWill has a brilliant futureWill has a brilliant futureWill has a brilliant future
Send a message via AIM to Will Send a message via MSN to Will  
 
I dont think you can do that in FF sorry
__________________
Will Stumpf - TalkNikon
Submit your sites -> Quality Link Directory
Reply With Quote
Old 01-18-2006, 06:11 PM   #3

amitpatel_3001's Avatar

Title: Member

Points: 1,920, Level: 12Points: 1,920, Level: 12Points: 1,920, Level: 12
Level up: 13%, 230 Points neededLevel up: 13%, 230 Points neededLevel up: 13%, 230 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Jan 2006

Posts: 111

Location: India

amitpatel_3001 is on a distinguished road
Send a message via MSN to amitpatel_3001 Send a message via Yahoo to amitpatel_3001  
 
Oh,
Well i will wait for others to reply.
Thanks Will.

Well i have made my site in Frontpage and its in 1024x768 FOrmat
And now people are saying it to optimize for 800x600 so that everyone can access it.
But how to do that?
Reply With Quote
Old 01-18-2006, 06:49 PM   #4

LarryB's Avatar

Title: AF Lead Developer

Points: 6,450, Level: 23Points: 6,450, Level: 23Points: 6,450, Level: 23
Level up: 24%, 100 Points neededLevel up: 24%, 100 Points neededLevel up: 24%, 100 Points needed
Activity: 0%Activity: 0%Activity: 0%

Join Date: Sep 2005

Posts: 1,186

Location: OHIO, US

LarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud ofLarryB has much to be proud of
Send a message via MSN to LarryB  
 
This is a security feature in FireFox. The end user would have to enable the browser to allow your script to make that change. There is no way around this.
__________________
Do not post your PF private key in public.

Did I help you with this post? If so, pls click the rep button or send money.
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

 
Posting Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
Firefox Users Won't Be Buying On Windows Live Shopping shellspeare Off Topic 0 05-08-2006 04:06 PM
Google Ships Upgrade Of Firefox Toolbar shellspeare Off Topic 0 04-10-2006 01:51 PM
Mozilla claims Firefox 1.5 hole poses minor risk shellspeare Off Topic 0 12-09-2005 10:20 AM
Firefox fanbase reaches new high shellspeare Off Topic 4 11-25-2005 07:02 PM

AdminFusion

All times are GMT +1. The time now is 04:49 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0 © 2005-2008 AdminFusion - All Rights Reserved


From:
Title:

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72