开发者

How do you save values from an autosuggest textbox on a web page?

开发者 https://www.devze.com 2023-03-11 20:28 出处:网络
I want to be able to save the values that I get from an autosuggest text box on a web page. E.g there is a website with an autosuggest text box and when I type \"A\", it throws me everything it has on

I want to be able to save the values that I get from an autosuggest text box on a web page. E.g there is a website with an autosuggest text box and when I type "A", it throws me everything it has on that starting with A in th开发者_Python百科e suggestor. I want to be able to save those values.


If you're speaking about the browser's behaviour, you can't. It's a client feature that should not be accessible by the server (e.g. through Javascript) for security reasons.

0

精彩评论

暂无评论...
验证码 换一张
取 消