please i need help. i have a page that has a delay of 5 seconds and after that i want

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tunsnel
    New Member
    • Jul 2015
    • 1

    please i need help. i have a page that has a delay of 5 seconds and after that i want

    please i need help. i have a page that has a delay of 5 seconds and after that i want it to load a page but i want both the html code to be on the same page where the delay is. i want to write them together
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    i want to write them together
    don’t. modular code is always easier to create, test, and maintain.

    in the end that makes it more complicated and error prone than what it looks like at first.

    one single page makes testing and development more difficult (e.g. you would always have to wait for the delay until you can see the preview if a new feature in the second page works)

    Comment

    Working...