FAQ
Members List
Calendar
Mark Forums Read
Problem with anchors
HighDots Forums
Adobe / Macromedia
Macromedia Dreamweaver
Problem with anchors
Macromedia Dreamweaver
Macromedia Dreamweaver Discussions (macromedia.dreamweaver)
Discuss
Problem with anchors
in the
Macromedia Dreamweaver
forum.
Thread Tools
Display Modes
#
1
Avisha NessAiver
Posts: n/a
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.
Avisha NessAiver
#
2
Randy Edmunds
Posts: n/a
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
Randy Edmunds
«
Previous Thread
|
Next Thread
»
Thread Tools
Show Printable Version
Email this Page
Display Modes
Linear Mode
Switch to Hybrid Mode
Switch to Threaded Mode
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.
C++ Forums
-
MySQL Forums
-
Databases Forums
-
Hardware Forums
-
Borland Forums
-
Java Forums
-
Dotnet Forums
-
HighDots Forums
-
Archive
-
Top