How to Redirect to Another Page Using Javascript & HTML

How to Redirect to Another Page Using Javascript & HTML

KodeBase

4 года назад

76,619 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@goodchoice5104
@goodchoice5104 - 03.11.2023 09:13

Thanks for the video. It added a lot.

Dude, I added the iframe code next to the redirect, but on the next page the iframe cookie has not been marked.
In the address bar it shows the website ending no_cookies_from_redirect=1
How can I fix this?
Thank you in advance for your return.

Ответить
@batyrashyrov9917
@batyrashyrov9917 - 10.01.2023 02:37

thanks

Ответить
@rushimatele3968
@rushimatele3968 - 02.12.2022 11:47

function login_check()
{
var uname=document.getElementById("user").value;
var pass=document.getElementById("pass").value;


if(uname=="admin" && pass=="admin123")
{


alert("Login Successfully...");
f1.setAttribute('action', 'dashboard.html');


}
else
{
alert("Invalid User...");

}

return true;


}

// try this!!!(<form name="f1">)

Ответить
@supermacman
@supermacman - 28.09.2022 02:58

How do you open the code in browser?

Ответить
@jaykakadiya2808
@jaykakadiya2808 - 05.09.2022 11:52

Good one! subscribed!

Ответить
@godsent3284
@godsent3284 - 28.04.2022 05:45

Are you on icq or WhatsApp I need your help to show me something I don’t mind paying

Ответить
@sarankmathscsc-html3965
@sarankmathscsc-html3965 - 29.11.2021 11:20

what is the app name

Ответить
@amardeepkumar565
@amardeepkumar565 - 27.11.2021 10:57

One site to another third party site redirect and between five seconds hide
Please make it

Ответить
@webali2358
@webali2358 - 24.08.2021 18:13

Using js when I click on login it should forward to a link, how it will be done? Can you help me in this?

Ответить
@aymencherif984
@aymencherif984 - 21.08.2021 09:23

What app are you using to write Javascript?

Ответить
@Chetan16jul
@Chetan16jul - 23.07.2021 09:43

We have JS code that fires on our thank you page, that we would like moved to our submit button on our form.
how we can do it

Ответить
@somalasrestha1283
@somalasrestha1283 - 19.07.2021 17:17

Thank you very much!!!

Ответить
@skeletonroast3614
@skeletonroast3614 - 15.07.2021 16:57

Please can i get Source code

Ответить
@MrAnderson610
@MrAnderson610 - 14.06.2021 01:27

Thank you very much I think I would use this to try to automatically redirected user to websites.

Ответить
@MeetDaveG
@MeetDaveG - 01.06.2021 01:58

This is great. To remove the visibility of the counter without having to use css, what do you recommend?

Ответить
@sacchaikirah9132
@sacchaikirah9132 - 28.05.2021 11:53

How to open this link in a new tab?

Ответить
@abdulhairawan1049
@abdulhairawan1049 - 02.05.2021 13:56

thank you a lot.

Ответить
@angsaterbang4477
@angsaterbang4477 - 11.02.2021 13:18

How to back redirect using javascript?

Ответить
@rishabhtripathi3569
@rishabhtripathi3569 - 11.12.2020 18:23

Thanks bro

Ответить
@melvynemmanuel6826
@melvynemmanuel6826 - 26.08.2020 13:00

Hi bro, I need to know something urgently. How can I contact u? Can u send me ur email or phone number ?

Thanks

Ответить
@samsong8001
@samsong8001 - 01.07.2020 02:21

When I did the ‘url=/fileName’ it gave me a your file was not found error. My file name was right.

Ответить
@tanvirashraf728
@tanvirashraf728 - 12.04.2020 18:55

can we directly go to a specific div/id of new url? great video btw

Ответить
@kjetilbergjord5890
@kjetilbergjord5890 - 12.04.2020 02:33

how do i make basic structure

Ответить
@amolmore4914
@amolmore4914 - 28.11.2019 10:58

Display i want current time

I select some exp 8 pm that time i want to redirect next page selected url using current

Plz sir

Solution

Ответить
@PurnomoAji62
@PurnomoAji62 - 28.10.2019 23:40

Upload code to drive google ty

Ответить