All Questions
Tagged with data-collection html
3 questions
1
vote
1
answer
1k
views
Scrape image url
I am trying to scrape image source links using beautiful soup from the amazon but not getting the right output, link from where I am scraping is : https://www.amazon.in/s?bbn=1389401031&rh=n%...
0
votes
1
answer
294
views
How to save and view a text entry made by a user in HTML
I have a website where I want users to be able to submit text that I can review and later post as text that people cannot edit. I have the feature of writing and saving the information for later, but ...
3
votes
0
answers
2k
views
What is the standard way to implement a clickstream today?
Let us assume we have a website and, for the sake of argument, that the back end is written in Java.
Let us also assume that we would like to capture clickstream data for users on our website.
We ...