Current location: Hot Scripts Forums » General Web Coding » JavaScript » Display text in status bar


Display text in status bar

Reply
  #1 (permalink)  
Old 05-20-04, 01:53 AM
ralphtommasini ralphtommasini is offline
New Member
 
Join Date: May 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Display text in status bar

Hi,

As you all know the js script below executes the friend.php file. I would like to display text in status bar when someone moves their mouse over it, but can't figure it out. If someone would enlighten me I would sincerely appreciate it. This is part of a Tell A Friend script that opens as a pop up and sends the entire url as a link in an email plus a thank you to the sender. I'll email you the script for helping if you like. Thanks...

<script language = "JavaScript">
<!--
document.write("<a href=\"javascriptopUp('tellafriend/friend.php?id=" +document.URL);
document.write("&amp;amp;js=on');\"><img src=\"images/tell_friend.gif\" border=0 alt='Tell A Friend'></a>");
//-->
</script>
Reply With Quote
  #2 (permalink)  
Old 05-20-04, 08:58 AM
Eznetlinks Eznetlinks is offline
Newbie Coder
 
Join Date: Apr 2004
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
<A HREF="jmouse.htm" onMouseover="window.status='Hi there!'; return true" onMouseout="window.status=''; return true">Place your mouse here!</A>
Reply With Quote
  #3 (permalink)  
Old 05-20-04, 03:23 PM
ralphtommasini ralphtommasini is offline
New Member
 
Join Date: May 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
thanks but doesn't work with in code

Thanks for the reply but the script you provided doesn't work with in the code I'm using. I need to know where/how to insert with in the code example I gave above. Thanks...
Reply With Quote
  #4 (permalink)  
Old 05-20-04, 03:36 PM
greeny greeny is offline
Newbie Coder
 
Join Date: Jul 2003
Posts: 30
Thanks: 0
Thanked 0 Times in 0 Posts
Code:
<script language = "JavaScript"> 
<!-- 
document.write("<a href=\"javascript:PopUp('tellafriend/friend.php?id=" +document.URL); 
document.write("&amp;amp;js=on');\" onMouseover=\"window.status='Hi there!'; return true\" onMouseout=\"window.status=''; return true\"><img src=\"images/tell_friend.gif\" border=0 alt='Tell A Friend'></a>"); 
//--> 
</script>
__________________
thanks,
valen@efusian.co.uk
Reply With Quote
  #5 (permalink)  
Old 05-20-04, 10:27 PM
ralphtommasini ralphtommasini is offline
New Member
 
Join Date: May 2004
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
thank you

thank you for your help
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how to validate mutiple rows using the same input text Han84 JavaScript 1 08-02-07 09:14 AM
status bar krisj ASP.NET 2 05-16-05 02:02 AM
MySQL Query problem Wraith PHP 5 03-06-04 05:16 PM
Directory Contents (Images & text) Display Script. gsb Script Requests 0 02-23-04 07:33 AM
picking random entries with a filter... Double selection problem dsumpter PHP 7 11-16-03 07:19 PM


All times are GMT -5. The time now is 02:20 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.