HighDots Forums  

Problem with anchors

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Problem with anchors in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Avisha NessAiver
 
Posts: n/a

Default Problem with anchors - 07-20-2004 , 11:00 AM






Is there any way for me to use the getURL(); command to recognize anchors?
Whenever i try to do it it gives me a bunch of syntax errors. Here is my code:

onClipEvent (mouseDown) {
getURL(research.html#ult);
}

Any help would be greatly appreciated.


Reply With Quote
  #2  
Old   
Randy Edmunds
 
Posts: n/a

Default Re: Problem with anchors - 07-20-2004 , 09:16 PM






Start by changing this:

getURL(research.html#ult)

to:

getURL("research.html#ult")

or possibly this:

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

HTH,
Randy


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.