Can You Navigate Multiple Web Pages Without JavaScript? How Do You Handle It? or Is It Possible to Na

14 Replies, 1752 Views

Yeah, you can navigate multiple web pages without javascript! It’s totally doable with plain HTML links and forms.

For dynamic stuff, try using `<meta http-equiv="refresh">` for simple redirects or server-side rendering (SSR) with frameworks like Next.js or Nuxt. They handle routing without relying on client-side JS.

Also, check out HTMX—it lets you do dynamic updates with just HTML attributes. Super lightweight and works even if JS is disabled.

Had to do this for an accessibility project once. Wasn’t glamorous, but it worked!

Messages In This Thread



Users browsing this thread: 1 Guest(s)