Problem with anchors

message from Avisha NessAiver on 20 Jul 2004
onClipEvent (mouseDown) {
getURL(research.html#ult);
}
Any help would be greatly appreciated.
 
Randy Edmunds replied to Avisha NessAiver on 20 Jul 2004
getURL(research.html#ult)

to:

getURL("research.html#ult")

or possibly this:

getURL("research.html") + "#ult"

HTH,
Randy
 

Archived message: Problem with anchors (Macromedia Dreamweaver Web Design)