Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 09-19-2011, 02:16 PM   #1
New Member
 
Join Date: Sep 2011
Location: Ontario Canada
Posts: 1
Default If Statements

I've searched the Forum but did not locate an answer to my query.

I've built a website and i took advantage of iframes especially with facebook and twitter like/follow buttons. But I've found that they don't display properly or at all in some older browsers such as firefox 3.6.

I wanted to write an if statement so that if a person wasn't using a "modern or current" browser it would show a separate message instead of a blank area or error message. The only if statement I've ever written was something simple like :

<script type="text/javascript">

var d = new Date();
var time = d.getHours();

if (time < 10)
{
document.write("Good morning and Welcome to my site!");
}
else
{
document.write("Good day and Welcome to my site!");
}
</script>

Any help would be greatly appreciated
Ciza is offline   Reply With Quote


Old 09-19-2011, 04:08 PM   #2
Gold Member
 
CaldwellYSR's Avatar
 
Join Date: Jun 2011
Location: Riverton, WY
Posts: 441
Send a message via AIM to CaldwellYSR Send a message via Skype™ to CaldwellYSR
Default

Check this out. Hopefully it helps, I don't have time to try to explain it right now but if you still don't get it and nobody else has explained then I'll come back tonight and do it.
CaldwellYSR is offline   Reply With Quote
Old 09-19-2011, 09:28 PM   #3
eod
New Member
 
Join Date: Sep 2011
Posts: 5
Default

Here's another complete script that does an excellent job of outlining the parts of the code: http://www.quirksmode.org/js/detect.html
eod is offline   Reply With Quote
Reply

Tags
browser compatability, firefox, if statement, iframe

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:35 PM.


Camera Forum - Computer Forum - Web Design Forum

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.