how to login multiple website by one account? [closed] - javascript

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I got a question about my project.What they want me to do is:
1)Our school has 3 login panel like one of them is for library, other one is for student info and more something like that.
2)So basically, my user information which are id and password is same for all of them.( All the login panel that school has)
3)And they want me to do is to code a script to create one login panel in order to log in all of them.
Is it possible to do? And i do not know where to start? Thank you!

What you want to do is SSO (Single sign-on), google this and you will obtain a lot of informations about it

Related

How to upload html file in the google and let it view by everyone? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I have built a program using HTML, JavaScript, CSS, and PHP. I want to know how to put HTML file in the google so, people can use it or everyone can view it. I heard I need to do something with SEO then they will let mine program view by everyone.
you must buy host and domain and then upload your site in host you buy (you can search for free host and domain for first time) and then index it with the google search console

How to get correct search terms from the user [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I want to get correct search terms from the user even if the user gives incorrect spelling of the product and display products according to that. How can I do that and should I use AI for that?
You can make use of Bing spell check API.
Whenever someone types in the input field and event should be triggered which sends the request to the Bing API.
You can refer the documentation here

Website posting and login [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
How can I make website where the moderator will be able to publish a post or an image without accessing to the code. To publish something like a facebook status from some part of site. And second question, who can I make that someone can login to my site(moderator/administrator), I know how to make login form but just visualy withaout some functionality. Thanks
(I know HTML, CSS, JavaScript)
You seem to be talking about a Content Management System. I'd suggest you look at some of the (many) options out there
e.g. Wordpress or Drupal - neither is perfect but both are widely supported.

how to navigate page with voice command in javascript,php,jquery [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I want to use a voice command to navigate between webpage. I want something for example if I say "1" from the microphone it will direct me to "exp.php" and if i say "2" it will take me to index.php. I have to idea how to come up with that. Need your help. Thanks in advance
If I'm not wrong, you can do this only on Chrome 25+ right now using the Web Speech API. Check out the demonstration here:
https://www.google.com/intl/en/chrome/demos/speech.html

How can I do a if then statement in javascript between websites? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 9 years ago.
Improve this question
I am trying to make a website that depends on another website.
If this other website has a certain word written on the index page at the time, then the text on my website says Yes, if it doesn't have that word, then the font on my website says No.
How can I do this?
You'd have to do that through a server side code, which can do cross-domain GET requests for the target websites, check for your desired word and then display the result on your website. You can use php, aspx.net and many more.

Categories

Resources