Skip to content Skip to sidebar Skip to footer

Get The Value Of The Dynamic Anchor Tag And Pass It To The Next Page

I am developing a web application using Tornado framework. Currently I am working on a front end view. This page actually displays a list of ids and a small note about that id. (It

Solution 1:

Where is the database here? since you use id why not accessing a database, say, MongoDB.

You have to know, that the cookie will be sent and received with your http messages, so you have to be aware of that, unless you want to make a local storage, but here, you have to garantee that, your users use an HTML5 browser, and send the data for the first time to be stored at the client end.

So the approache i suggest, is using the database, and use a hidden <input> and the value is the id.

Post a Comment for "Get The Value Of The Dynamic Anchor Tag And Pass It To The Next Page"