joonstar
05-08-2007, 12:31 AM
If a user visits http://aaaa.com, the browser will have the record of it.
So, if the user enters "a" into the address box of his or her browser,
The browser will suggest "http://aaaa.con" on the address box from its history.
I like to make it like the following.
(1) If a user visits http://aaaa.com which is supposed to reach my server,
The browser have the record of not only "http://aaa.com," but also "http://bbbb.com." without visiting http://bbbb.com.
(2) So if he or she enters "b" into the address box, the browser suggests "http://bbbb.com."
Is it possible with any javascipt code in index.html at http://aaaa.com?
So, if the user enters "a" into the address box of his or her browser,
The browser will suggest "http://aaaa.con" on the address box from its history.
I like to make it like the following.
(1) If a user visits http://aaaa.com which is supposed to reach my server,
The browser have the record of not only "http://aaa.com," but also "http://bbbb.com." without visiting http://bbbb.com.
(2) So if he or she enters "b" into the address box, the browser suggests "http://bbbb.com."
Is it possible with any javascipt code in index.html at http://aaaa.com?