How to create search url and links in Java Scripts?

Asked By 290 points N/A Posted on -
qa-featured

How can I create links using Java Scripts so that the Google search URLs and links software brings out my blog on the top or should I just shift to HTML link code?

SHARE
Answered By 0 points N/A #148206

How to create search url and links in Java Scripts?

qa-featured

Hello,

JavaScript is generally a client-side scripting language. It generally used for operations which are performed before connecting to internet server like form validations, alerts etc. It can also be used to create Google search URLs and links but in my opinion it is risky because of security issues. JavaScript is not secured to send and retrieve data from server to client.

So, i suggest it will be better if you use html link code. Hope it helps you.

Related Questions