Re: Javascript help needed

[ Follow Ups ] [ Post Followup ] [ Palview Developers Forum ]
Posted by Dominique Laurain on October 11, 19102 at 16:45:02:

In Reply to: Javascript help needed posted by Paul Broekhuyse on October 10, 19102 at 09:32:53:

Hello,

Use setTimeout() function: call function after some delay

Example: timeoutID = window.setTimeout("window.alert('5s delay end')",5000);

See URL: http://conceptnet.online.fr/net/exscript/settimeout.htm
(in french language)

For other questions: you should modify (with text editor) HTML after Palview has been launched.

Kind Regards.


Follow Ups:
Post a Followup

Name:   
Subject:

Comments:

Optional Link URL:

Link Title:

[ Follow Ups ] [ Post Followup ] [ Palview Developers Forum ]