Just a rhetorical question...but sometimes when I'm looking for the correct code, things get so convoluted! When I figure it out, like how to stop a timer with the clear interval...face palm! It was so easy! I feel like there is something missing from my understanding or just my novice status, needing more experience. Thanks all for listening/reading my "moment".
U
User 11803394
@User 11803394
Posts
-
Sometimes I make something simple into something difficult -
How to send to another web page in a new tab?How do I send a user to another webpage by opening it up in a new tab? Here's what I know so far: location.href="addurlhere" I am at the very beginnings of learning, but I do not want people leaving my page completely to check out another, does that make sense? Thank you!
-
functionsI created a simple function Greet (), What goes inside the ()? If I leave it blank, when I call the function it works great. If I put something inside then it stops working altogether, even when I put the same thing inside. I'm happy it worked, but I'm very new to this and want to understand fully the basics. Thank you so much for your help!