softly
Newbie
Posts: 1
Registered: 1/26/2004
Member Is Offline
|
| posted on 1/26/2004 at 08:36 AM |
|
|
redirected to asp database link instead of pop up message
Maybe a stupid question this, but I need some help.
I use Tree Menu Pro, asp with the Access database. It shows up just fine, but when I click on a link, a message popup with the link I've entered
in the database shows up.
When I click a link, I would rather be redirected to the page I've entered in the database.
How do I make this work?
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 1/26/2004 at 12:43 PM |
|
|
Just replace
"javascript:linkCheck('<%=clink%>')"
with
"<%=clink%>"
in the function build_hierarchy (items.asp)
|
|
|