Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 12-22-2005, 10:29 PM   PM User | #1
mungk
New to the CF scene

 
Join Date: Dec 2005
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
mungk is an unknown quantity at this point
is this done with JS?

I've come across this cool site and at first I thought it was done w/ flash but the source code looks like it uses iframes and js. Am I right? I never knew you could do this as i've been out of web designing for awhile. So neat!

Can anyone point me to a tutorial?

http://www.plasmatic-concepts.com
mungk is offline   Reply With Quote
Old 12-22-2005, 11:08 PM   PM User | #2
canadianjameson
Senior Coder

 
Join Date: Jul 2003
Location: My pimped-out igloo in Canadia
Posts: 1,966
Thanks: 36
Thanked 0 Times in 0 Posts
canadianjameson is an unknown quantity at this point
what aspect of this do you think can't be done with js?
__________________
Before you criticize someone, you should walk a mile in their shoes. That way, when you criticize them, you're a mile away and you have their shoes :)
canadianjameson is offline   Reply With Quote
Old 12-23-2005, 12:29 AM   PM User | #3
Bolter99
New Coder

 
Join Date: Feb 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Bolter99 is an unknown quantity at this point
I think he means the redirecting...

Its either meta tags or javascript.

Javascript:
<script>
var seconds = 5;
var url = "http://www.google.co.uk";
function gotourl(){
location.href=url;
}
setTimeout("gotourl()",seconds*1000)
</script>

META:
<meta http-equiv="refresh" content="5;url=http://www.google.co.uk">
Bolter99 is offline   Reply With Quote
Old 12-23-2005, 12:53 AM   PM User | #4
Bolter99
New Coder

 
Join Date: Feb 2005
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Bolter99 is an unknown quantity at this point
ahh, It looks like a long frame with multiple tables with anchors on each... the top scroll thing is a javascript scrollbar just for that frame.
Bolter99 is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

Forum Jump


All times are GMT +1. The time now is 09:56 PM.


Advertisement
Log in to turn off these ads.