Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
bigoakranch #1
Placing an onmouseover expression in HREF field
I would like my Contribute clients to be able to enter tooltip text via the
HREF tag. I want the A tag to look like: <a href="#" onmouseover="Tip('Some
text')">Homepage </a>
I've tried many combinations but the HREF field always reads the
onmouseover="Tip('Some text')" text as part of the link rather than a separate
expression.
Anyone know if this is possible?
bigoakranch Guest
-
Accessing the Field of a Bind Expression at runtime.
Greetings I'm currently attempting to write a control that will extend functionality of databound controls (ie TextBox etc). However, while I can... -
Preview/onmouseover
:frown; I'm sure this is some simple coding that I can't quite figure, and I'm hoping someone out there could lend a hand. I've set up... -
onMouseOver
Hi, I have a datagrid that has a particular cell that holds an HTML table that in turn holds 10 text boxes. I would like (if possible) for when... -
adding onmouseover
Hello , I would first like to thank everyone for taking the time to help me. I know this is probable a simple question for everyone but as I am... -
Regular expression, getting href which is followed by img tag with specific src
From a html file, I'd like to extract a href value of an <a> tag which contains an <img> tag who's src value I'm searching on. Basically (but... -
bbgirl #2
Re: Placing an onmouseover expression in HREF field
This is only a guess, but it looks like the field you enter the link into in
contriubte is the junk surrounded by the quotes "[ yourlink_blah_blah.html ]"
So, to fool it into using other link properties, perhaps you can add your tip
like this into the contribute field:
"[ yourlink_blah_blah.html" onmouseover="Tip('Some text') ]"
- add the quote after the link
- leave off the closing quote of your onmouseover property
bbgirl Guest
-
bigoakranch #3
Re: Placing an onmouseover expression in HREF field
Thanks for the reply but unfortunately that doesn't work. Contribute simply
attaches the content of the HREF field to the link path. So now I have:
<a
href="my_site/%22%5B%20my_link.html%22%20onmouseover=%22Tip('Som e%20text')%20%5D
%22">
I am open to other solutions...if there are any.
Thanks :)
bigoakranch Guest



Reply With Quote

