penguinspeaks
Technical User
I will try to explain this as best as I can.
I am not sure if it falls under ASP, or not.
Here goes:
I am designing a site that hosts short stories. After the client does a search, the results display, let's say, 100 records (Titles). Beside each Title there is heart icon, which when clicked, it sets the story as a favorite for that client. No problem so far.
Now let's say the title is more than a page scroll down. When the icon is clicked, the data is sent to the page to process and set the title as a fav. Now when the page refreshes, it is back at the top of the page. How can I make it refocus on the title that was the source of the data being sent??
Is there an easier way to do what I am trying to do??
Thanks,
Penguin
Please keep in mind that I am using classic ASP with MySQL database.
"It's nice to be important... but it's more important to be nice.
I am not sure if it falls under ASP, or not.
Here goes:
I am designing a site that hosts short stories. After the client does a search, the results display, let's say, 100 records (Titles). Beside each Title there is heart icon, which when clicked, it sets the story as a favorite for that client. No problem so far.
Now let's say the title is more than a page scroll down. When the icon is clicked, the data is sent to the page to process and set the title as a fav. Now when the page refreshes, it is back at the top of the page. How can I make it refocus on the title that was the source of the data being sent??
Is there an easier way to do what I am trying to do??
Thanks,
Penguin
Please keep in mind that I am using classic ASP with MySQL database.
"It's nice to be important... but it's more important to be nice.