html - How to mark POSTing URLs? -


Search engine and pre-address browser plugin & lt; A & gt; can cause considerable trouble with the elements where the destination page changes the status of the server. & lt; Form & gt; In , I mark it as modified with method = "POST" . Is there a similar way to mark regular links in a modified form?

rel = "nofollow" does not solve the problem:

By adding rel = "nofollow" to a hyperlink, pointing to a page That hyperlink destination should not be ranked by any additional weight or user agents that do link analysis on the web pages (such as search engines)

A plain old link can only be received by requests Get a request, as you The Ngit, should not trigger any destructive changes.

The solution, if you do not want to make a form in your page at that time, the link point on a page that is a form, for example, if you have a "remove" link, then It can point to the page "Are you sure you want to delete the x? [Delete]".

Then, if you do not want people, they will have to leave the page whenever they delete anything, you can implement some AJAX functionality in JavaScript.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -