Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

ntb-html · The NoteTab and HTML List

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 819
  • Category: General
  • Founded: Jun 17, 1999
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2583 - 2612 of 7309   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2583 Adam Weston
adam_weston@... Send Email
Apr 2, 2002
5:26 pm
I think what you are looking for would be very difficult. I think it could be done with an ActiveX control but it may be impossible across platforms. An...
2584 Jeff Burrows
jeffb2nd@... Send Email
Apr 2, 2002
5:35 pm
What you are hoping to do is pretty much impossible with multiple windows. You could use frames to accomplish it. If you wanted to use DHTML (and could live...
2585 Wayne VanWeerthuizen
waynemv Send Email
Apr 2, 2002
5:41 pm
... That does not work well with tabbed browsers, such as Opera or NetCaptor. It would also trigger some of the pop-up stopping ultilities, used by many...
2586 510033841687-0001@... Send Email Apr 2, 2002
7:20 pm
<html> <body onLoad="self.focus();" onBlur="self.focus();"> The onLoad=... puts the popup on top when it finishes loading. And the onBlur=... puts the popup...
2587 stephen riddle
stephenriddle Send Email
Apr 3, 2002
5:07 am
Hi Frank, Yes, you can do that pretty easily. What I would do is use a timeout and bring the "help" window up every fifteen seconds or so. Place the script...
2588 hpaulissen Send Email Apr 3, 2002
3:45 pm
Hello fellow NoteTabbers, Sometimes I want to select everything between a pair of HTML tags. Problem however is that there are some tags that do not have a ...
2589 john041650 Send Email Apr 3, 2002
4:44 pm
Your clip seems to work very well Hugo (after removing the line breaks created by yahoo), but I have noticed one little quirk it produces.. On certain...
2590 Wayne VanWeerthuizen
waynemv Send Email
Apr 3, 2002
9:58 pm
... Should rather be ^!Set %TAG%="^$GetHtmlTagName("^$GetHtmlTag$";lowercase)$" ... Format parameter is not optional if the TagStr might contain semicolons....
2591 hpaulissen Send Email Apr 4, 2002
9:42 am
John, Wayne, Thank you for your comments. I've now added the not-so-optional Lowercase-parameter (thank you Wayne) to the GetHtmlTagName-function and made two...
2592 john041650 Send Email Apr 4, 2002
1:40 pm
Wayne, thanks for the clarification, that solved the problem. Hugo I have noticed one other possible bug in your clip, but haven't had time to research it...
2593 h.paulissen@...
hpaulissen Send Email
Apr 4, 2002
3:18 pm
Hello John, Maybe if you change line 29 (or so) from ^!IF ^%FindNextMatch%<1 SELECTTAG to ^!IF ^%FindNextMatch%<0 SELECTTAG the clip does find the correct...
2594 Joshua Simmons
simmonsj2000@... Send Email
Apr 15, 2002
3:44 am
I wish to activate a link apon the opening of a page.. what is the most simple way to do this? ...
2595 Niam Felton
artis@... Send Email
Apr 15, 2002
8:22 am
If the link to be activated is an internal link within the destination page then the link to open the page needs to read <a href="page.htm#destination&quot;>go...
2596 Jeff Burrows
jeffb2nd@... Send Email
Apr 15, 2002
1:45 pm
The best practice for this, IMHO, is to always do something like: <html> <head> <script> function init() { location = "yourlinkhere.htm" } </script> </head> ...
2597 Joshua Simmons
simmonsj2000 Send Email
Apr 15, 2002
2:45 pm
Ah Thank you.. thats exactly what I needed. Josh _________________________________________________________________ Get your FREE download of MSN Explorer at...
2598 Joshua Simmons
simmonsj2000 Send Email
Apr 16, 2002
1:00 am
One thing.. is there any way i can specify a target="" for this? ... From: "Jeff Burrows" <jeffb2nd@...> Reply-To: ntb-html@yahoogroups.com To:...
2599 Jeff Burrows
jeffb2nd@... Send Email
Apr 16, 2002
1:37 am
Well... if the location = "yourlinkhere.htm" is really short for window.location = "yourlinkhere.htm". If you want to refer to another window, you could launch...
2600 Jeff Burrows
jeffb2nd@... Send Email
Apr 16, 2002
1:45 am
Here is a function that covers most of the _target options: function golocation(loc, target){ vtarget=target.toLowerCase(); if (vtarget=="_self")...
2601 Joshua Simmons
simmonsj2000 Send Email
Apr 16, 2002
2:17 am
Great.. Thanks.. that covers all i needed. Thanks for the help. Josh ... From: "Jeff Burrows" <jeffb2nd@...> Reply-To: ntb-html@yahoogroups.com To:...
2602 Adam Weston
adam_weston@... Send Email
Apr 16, 2002
2:20 am
... <!---- CHANGE THIS ----> <script> function init() { location = "yourlinkhere.htm" } </script> <!---- TO THIS ----> <script> function init() { pop_1 =...
2603 Niam Felton
artis@... Send Email
Apr 23, 2002
2:35 am
Two questions regarding the following - <DEFANGED_style> a {text-decoration: none; color: #339999;} a:hover {color: #3399ff;} </style> 1 Does defanged mean...
2604 Adam Weston
adam_weston@... Send Email
Apr 23, 2002
10:13 pm
1. <DEFANGED-style> is not a valid markup tag, but <style> is. After looking around a bit, it looks like "DEFANGED_" is added by mail and newsgroup servers to...
2605 Niam Felton
artis@... Send Email
Apr 23, 2002
11:58 pm
Thank you, thank you Adam Made my day have a good one Neil [Non-text portions of this message have been removed]...
2606 Dan Swensen
dswensen@... Send Email
Apr 24, 2002
7:51 pm
Hey, all, I am wondering if there is a clip / resource / handy guide, or indeed even a way to customize how code is colorized in NoteTab Pro. I really enjoy...
2607 twinlor Send Email Apr 24, 2002
7:51 pm
... (on a ... Hi Neil, You might have trouble trying to get your link colors and text- decorations to work in Netscape (4.*). It doesn't recognize some of the...
2608 Niam Felton
artis@... Send Email
Apr 24, 2002
10:09 pm
Hi David, Thanks for that. What Adam gave me works fine except for the "hover" part which I am keeping in for later version browsers. I can't see my links...
2609 stephen riddle
stephenriddle Send Email
Apr 25, 2002
12:41 am
Hi Dan, Not yet. . . as of version 4.x, NoteTabPro will only colorize as per HTML or ClipLanguage coding. The next big upgrade, version 5 (coming at an...
2610 Wright, John - Textro...
jwright301 Send Email
Apr 25, 2002
3:49 pm
How about having NTP show changed lines of code (prior to a save, of course) in a different color? ... From: Dan Swensen [mailto:dswensen@...] Sent:...
2611 510033841687-0001@... Send Email Apr 25, 2002
3:52 pm
Does anyone know if there a color syntax mode for Macromedia Flash's Action Script? I'd really like to know a way to color this code in NoteTab Pro. Gert ... ...
2612 Adam Weston
adam_weston@... Send Email
Apr 25, 2002
7:20 pm
Good suggestion for the next release. This could be indicated by coloring the line numbers too. -Adam ... How about having NTP show changed lines of code...
Messages 2583 - 2612 of 7309   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help