Title: link without refresh.
Last modified: August 20, 2016

---

# link without refresh.

 *  Resolved [cmdalhog](https://wordpress.org/support/users/cmdalhog/)
 * (@cmdalhog)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/link-without-refresh/)
 * Hello everybody.
 * i just want to know how to have a `<a href="#">` wihtout refreshing the page.
 * Thank You.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [Ipstenu (Mika Epstein)](https://wordpress.org/support/users/ipstenu/)
 * (@ipstenu)
 * 🏳️‍🌈 Advisor and Activist
 * [13 years, 10 months ago](https://wordpress.org/support/topic/link-without-refresh/#post-2952563)
 * Where do you want the URL to go?
 * An anchor URL (like `#`) has to go somewhere, but it should refresh the page.
 *  Thread Starter [cmdalhog](https://wordpress.org/support/users/cmdalhog/)
 * (@cmdalhog)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/link-without-refresh/#post-2952682)
 * nothing. i incorporated the link to a jss toggle effect so that when you hover
   the word, it appears to be clickable, and when you click it, it triggers the 
   toggle effect..
 * i already found the solution. it looks like this:
 *     ```
       <html>
       <script>
       function func(){
       }
       </script>
       <body>
       <a href="" onclick="func(); return false;">asdf</a>
       </body>
       </html>
       ```
   

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘link without refresh.’ is closed to new replies.

## Tags

 * [link](https://wordpress.org/support/topic-tag/link/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 2 replies
 * 2 participants
 * Last reply from: [cmdalhog](https://wordpress.org/support/users/cmdalhog/)
 * Last activity: [13 years, 10 months ago](https://wordpress.org/support/topic/link-without-refresh/#post-2952682)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
