Ask a Question related to Dreamweaver AppDev, Design and Development.
-
LindaJimerson #1
how to keep people from 'clicking' on my rollover button
when a client clicks on my rollover button (only intended to show a second
image) she gets a PAGE NOT FOUND. This is terrible. HELP. If a person
clicks...I don't want ANYTHING TO Happen. THANKS. Linda
LindaJimerson Guest
-
Send form by clicking button (by email)
Hello, how can i send an email by clicking a button? This action should take al data from the fields and send this to an emailaddress... ... -
Double clicking submit button - duplicates
Hi there, I have a DW insert record behaviour on a php page. If the user clicks Submit quickly multiple times, I end up with duplicate records. Any... -
Calling av function when clicking a button
Hi! I have made a function calles "send()". When I click a button, I want the function to be prosessed. This is the code that I have made, but... -
button does not work upon clicking
Hi, I have 3 buttons on a asp.net page. They are exactly the same except for the name. Two of the buttons works but the third one does not... -
hourglass when clicking button?
is there a way to display an hourglass for the client's cursor when clicking a button running server-side code? thanks. -
CarlGrint #2
Re: how to keep people from 'clicking' on my rolloverbutton
Without seeing your code is is purely guess work, but I would assume you have
some form of link for this roll over button which is why the person is able to
click it and return an error.
Check your link field for this button, and maybe place a # in the link field
so that it does not return a real link.
Originally posted by: LindaJimerson
when a client clicks on my rollover button (only intended to show a second
image) she gets a PAGE NOT FOUND. This is terrible. HELP. If a person
clicks...I don't want ANYTHING TO Happen. THANKS. Linda
CarlGrint Guest
-
jv #3
Re: how to keep people from 'clicking' on my rollover button
This is a design issue. Your clients are clicking on your rollover
because they have learned to do that from every other website. It's a
lot easier to change your design to conform to what users expect than it
is to go and personally change every user's mind about what should
happen when they see a rollover.
Maybe a rollover isn't the best option if you don't want them to click
on it in the first place. Without seeing your page, of course, it's
hard to know what you want them to do.
jv
CarlGrint wrote:> Without seeing your code is is purely guess work, but I would assume you have
> some form of link for this roll over button which is why the person is able to
> click it and return an error.
>
> Check your link field for this button, and maybe place a # in the link field
> so that it does not return a real link.
>
>
> Originally posted by: LindaJimerson
> when a client clicks on my rollover button (only intended to show a second
> image) she gets a PAGE NOT FOUND. This is terrible. HELP. If a person
> clicks...I don't want ANYTHING TO Happen. THANKS. Linda
>
>
>jv Guest
-
chuckomalley #4
Re: how to keep people from 'clicking' on my rolloverbutton
Select the image. In its properties, the Link field should read - javascript:; - and not a URL. # would work as well.
Cheers
Chuck
chuckomalley Guest
-
Murray *TMM* #5
Re: how to keep people from 'clicking' on my rollover button
Actually, the octothorpe ("#") can cause problems when used as the target of
a link. If the link is calling a new window, for example, and is close to
the bottom of the calling page, then that page will jump to a non-existant
top of page named anchor when the octothorpe is used.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"chuckomalley" <webforumsuser@macromedia.com> wrote in message
news:cuvvl7$j1e$1@forums.macromedia.com...> Select the image. In its properties, the Link field should read -
> javascript:; - and not a URL. # would work as well.
>
> Cheers
>
> Chuck
Murray *TMM* Guest
-
Manuel Socarras #6
Re: how to keep people from 'clicking' on my rollover button
Linda, i think Murray is right. try:
<A href="JavaScript:void(0)">
Murray *TMM* wrote:
> Actually, the octothorpe ("#") can cause problems when used as the target of
> a link. If the link is calling a new window, for example, and is close to
> the bottom of the calling page, then that page will jump to a non-existant
> top of page named anchor when the octothorpe is used.
>Manuel Socarras Guest



Reply With Quote

