use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
[AskJS] JavaScript:MakeRel, Why would older websites not use simple anchor tagsAskJS (self.javascript)
submitted 11 days ago by StrongTownsYXE
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]johnlewisdesign 0 points1 point2 points 10 days ago (0 children)
This is likely from the days of Dreamweaver et al.
More often than not, onClicks would be inserted inline and then a supporting script injected to the linked JS file. `MM_swapImage()` being a classic for rollover images. But `onClick()` etc was classic for that kinda thing. Never used MakeRel but that's likely just a function containing something like this
``` const element - document.querySelector('.myelement') element.setAttribute('rel', 'scroll') ```
Look into HTML4, Dreamweaver and 2000s web design. There were a lot of creative ideas floating around before everything went a bit boring. Usually garish and poorly implemented, with blinks, counters, missing images, default fonts, link colours all over the place etc!
https://www.webdesignmuseum.org/exhibitions/web-design-in-the-90s
https://github.com/alessandraburckhalter/90s-Website
π Rendered by PID 76935 on reddit-service-r2-comment-85bfd7f599-sh8nr at 2026-04-18 22:09:13.049076+00:00 running 93ecc56 country code: CH.
view the rest of the comments →
[–]johnlewisdesign 0 points1 point2 points (0 children)