|
-
Jul 6th, 2005, 05:44 AM
#1
Thread Starter
Hyperactive Member
[RESOLVED] Firefox & Javascript Issue
Mendhak kindly helped me with the following code towards a custom control I'm writing. It works happily in IE, but not in Firefox. Can anyone help me out with why and what I need to do to change it?
VB Code:
<table width="100%">
<tr>
<td style="CURSOR: hand" onclick="navigate('http://www.microsoft.com');" width="100%">microsoft.com</td>
</tr>
</table>
Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind.
Dr. Seuss 
-
Jul 6th, 2005, 06:18 AM
#2
Re: Firefox & Javascript Issue
Is navigate a custom function? Show it's code.
Oh and it'd help if you told us what wasn't working
-
Jul 6th, 2005, 07:07 AM
#3
Thread Starter
Hyperactive Member
-
Jul 6th, 2005, 07:50 AM
#4
Re: Firefox & Javascript Issue
Use this javascript:
javascript:document.location.href='http://www.mendhak.com/';
And for the cursor, try pointer instead of hand.
-
Jul 6th, 2005, 08:15 AM
#5
Thread Starter
Hyperactive Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|