Post request from javascript

I am new to javascript.here I made a signup.html whiçh calls a api in signup.js.then how can I call a OTPverifivation.html from signup.js

Hello!

You can redirect a user with window.location = 'OTPVerification.html'.

For reference: Window.location - Web APIs | MDN

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.