Review my Random Videogames Quotes Website

You like?

  • Yes! :)

    Votes: 1 100.0%
  • No... :(

    Votes: 0 0.0%

  • Total voters
    1

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
You can make this work with a button by using an AJAX GET request within a function and make a 'random quote' button that executes that function. That way, you don't need to refresh every time and it would really be awesome. :)
 

projec33

New Member
Messages
8
Reaction score
0
Points
1
@caftpx10 you wouldn't even have to do that, just do something like <a href="#">Random Quote</a> which will reload the page. Then in the css style the link as a button.
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
@caftpx10 you wouldn't even have to do that, just do something like <a href="#">Random Quote</a> which will reload the page. Then in the css style the link as a button.
You can do that too but personally, I like the URL to remain clean lol.
 

caftpx10

Well-Known Member
Messages
1,534
Reaction score
114
Points
63
Nice. BTW, it looks like it's the first time I saw a Varnish Cache Error 503 Backend fetch failed error lol.
 
Last edited:
Top