Go Back   CodingForums.com > :: Client side development > JavaScript programming

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-22-2006, 07:21 PM   PM User | #1
T-Bounce
New Coder

 
Join Date: Oct 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
T-Bounce is an unknown quantity at this point
Exclamation Open a link using an onPress event?

Open a link using an onPress event?

Probably the most idiotic question ever posted here but how do I make a javascript link on some word (without using a href ...) in a menu

I have several onmouseover & onmouseout events, and now I need something like onmousepress orso???

To open a link "home.html" in _self target....


Plz help, it's probably very simple
T-Bounce is offline   Reply With Quote
Old 10-22-2006, 08:28 PM   PM User | #2
Mr J
Senior Coder

 
Join Date: Aug 2002
Location: UK
Posts: 2,789
Thanks: 2
Thanked 14 Times in 14 Posts
Mr J is on a distinguished road
Try this

<span onmousedown="location='yourpage.htm'">Try Me</span>

In fact you could any mouse event
__________________
The silent one.

The most dangerous thing in the world is an idea.
The most dangerous person in the world is the one with an idea.

Last edited by Mr J; 10-22-2006 at 08:31 PM..
Mr J is offline   Reply With Quote
Old 10-22-2006, 08:40 PM   PM User | #3
T-Bounce
New Coder

 
Join Date: Oct 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
T-Bounce is an unknown quantity at this point
Quote:
Originally Posted by Mr J View Post
Try this

<span onmousedown="location='yourpage.htm'">Try Me</span>

In fact you could any mouse event

and how do I set the target? because that's my biggest problem, it needs to be _self
T-Bounce is offline   Reply With Quote
Old 10-22-2006, 08:59 PM   PM User | #4
T-Bounce
New Coder

 
Join Date: Oct 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
T-Bounce is an unknown quantity at this point
pff why doesn't the following work as a link:

<td id="mainmenu0" class="out" onmouseover="swapIt('hoofdmenu0','over')"
onmouseout="swapIt(mainmenu0,'out')" onmousedown="down(mainmenu0,'out','down')"
onmousedown="location='filosofie.html'">F I L O S O F I E</td>

T-Bounce is offline   Reply With Quote
Old 10-22-2006, 10:55 PM   PM User | #5
Mr J
Senior Coder

 
Join Date: Aug 2002
Location: UK
Posts: 2,789
Thanks: 2
Thanked 14 Times in 14 Posts
Mr J is on a distinguished road
What does the onmouseover and onmouseout do to that td cell?

Post a url to your page so I can see exactly what your trying to do
__________________
The silent one.

The most dangerous thing in the world is an idea.
The most dangerous person in the world is the one with an idea.
Mr J is offline   Reply With Quote
Old 10-23-2006, 07:50 AM   PM User | #6
T-Bounce
New Coder

 
Join Date: Oct 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
T-Bounce is an unknown quantity at this point
Quote:
Originally Posted by Mr J View Post
What does the onmouseover and onmouseout do to that td cell?

Post a url to your page so I can see exactly what your trying to do

mouseover & mouseout does some color changes etc ...

=> http://www.t-bounce.com/zilveravenue/new/

So as you can see ... when I use a href ... it uses the standard a hover etc settings I set for the rest of the page

BUT, I need the whole td cell to be clickable, not only the text, so it needs to be done with a javascript, I think ...

Hope you can help
T-Bounce is offline   Reply With Quote
Old 10-23-2006, 01:52 PM   PM User | #7
Mr J
Senior Coder

 
Join Date: Aug 2002
Location: UK
Posts: 2,789
Thanks: 2
Thanked 14 Times in 14 Posts
Mr J is on a distinguished road
The link you posted does not work

But try putting the onclick in the td opening tag thta will make the whole cell clickable

<td onclick="location='yourpage.htm'">
__________________
The silent one.

The most dangerous thing in the world is an idea.
The most dangerous person in the world is the one with an idea.
Mr J is offline   Reply With Quote
Old 10-23-2006, 06:07 PM   PM User | #8
T-Bounce
New Coder

 
Join Date: Oct 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
T-Bounce is an unknown quantity at this point
hmz works, but still not the way I want it, anyway I used separate classes now, works also nvm
T-Bounce is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

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

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

Forum Jump


All times are GMT +1. The time now is 06:52 PM.


Advertisement
Log in to turn off these ads.