close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

HTML5 Javascript?

Thread began 2/08/2011 10:24 am by RobertB | Last modified 11/22/2011 3:48 am by tkristy85430726 | 2671 views | 2 replies |

RobertB

HTML5 Javascript?

I just came across this website... www.wholeshare.com/
If you look look towards the bottom right.....click HOW DOES THIS WORK...and, then it pushes a page in from the left. For the right type of customer I like the fixed CSS and then just having the page move....anyone have an idea how this works?

Thanks in advance.

-Robert

Sign in to reply to this post

Dave BuchholzBeta Tester

It is a content slider you can build your own using jQuery here are a couple of links to tutorials that I have bookmarked

create-a-slick-and-accessible-slideshow-using-jquery/

coda-slider-effect/

alternatively there are commercial Dreamweaver extensions such as Project VII's Horizontal Glider

Sign in to reply to this post

tkristy85430726

Hi there!

I will be most grateful if someone can answer my two questions. The questions are after the code.

<html> <head> <title>clearInterval() Test</title>
<script> var tev; function startInt() { tev = setInterval(hello, 1000); } function hello() { document.f.secs.value = String(Number(document.f.secs.value)+1); } function stopping() { clearInterval(tev); } </script>

</head> <body>

<button onclick="startInt();">Start</button>
<form name="f"> <input type="text" name="secs" value="0"/> <button onclick="stopping();">Stop</button> </form>

</body> </html>

So, my first question is: why does the start button not work when it is set within the form ie:
<form name="f"> <input type="text" name="secs" value="0"/> <button onclick="startInt();">Start</button> <button onclick="stopping();">Stop</button> </form>

My second questions is: why will the stop button (after clicked) reset the form field to zero if it is within the form and not reset to zero if it is set outside of the form?

web site development services | Web development company

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...