Page 1 of 1

How to Make the Link Reload the current Page

Posted: 04 Oct 2006, 11:35
by Debaser
right now, when I click on the link, it opens my gallery in another window. How can I get it to simply reload my website(like if someone wants to get back to the homepage?)

right now I have this

link1 = www.holdren.org
link1rollover = false
link1rolloverdata = false
link1click = _blank
link1clickdata = http://www.holdren.org

Posted: 04 Oct 2006, 11:58
by Christopher
Use this:
link1click = _self

Should do what you want!
Christopher

Posted: 04 Oct 2006, 12:19
by Debaser
thanks chris that worked