You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Es prácticamente para JS del lado del cliente. Pero es mejor usar el hashtag, porque así se puede modificar la URL y darle enter sin que el navegador recargue la página.
Se puede acceder a la URL de la página mediante:
document.location.href
Y también se puede acceder directamente al contenido del hashtag (con el símbolo "#" incluído) mediante:
document.location.hash
Accept input from request parameters, both text and codes.
Could be something like
/?text=Hello
or/?codes=40,19,17,7,7,21
, or using#
instead of?
(I don't know what's best for JS).The text was updated successfully, but these errors were encountered: