Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. PeterKV

    How to tell when a Site was last updated?

    Assuming you have IE's Links bar visible, you could try the following: 1. Right click on any link on any page - it doesnt' matter which one on which page, just pick one - and click on 'Add to Favorites...' in the pop up menu. 2. Name it - you should edit what the 'Add Favorite' dialogue...
  2. PeterKV

    How can I add or "join" two DSL conections

    Try the following link: http://www.google.com/search?q=Dual+DSL Peter Vince VA3PKV va3pkv@rac.ca http://www.qsl.net/va3pkv/index.html
  3. PeterKV

    Internet Explorer 5.5 Service Pack 2

    dmholden: Go to the MS Download site at: http://www.microsoft.com/downloads/search.asp? and make the appropriate selections under "Search for a Download:": - choose "Internet Explorer 5.5 SP2 and Internet Tools" from the Product Name dropdown list; - choose "Windows...
  4. PeterKV

    Is it possible to dynamically change bgcolor of whole table row/col ?

    BobbaFet: The URL you gave for the specific page on Borland is, apparently, incomplete - it 404's, but going to just: http://ww6.borland.com/codecentral/ccweb.exe/ revealed an example of just what you were refering to - I think. THANK YOU VERY MUCH!!! Its almost exactly the effect I'm...
  5. PeterKV

    Is it possible to dynamically change bgcolor of whole table row/col ?

    "Ummm ... Errr .... No, I didn't try it, sorry!", he said sheepishly. Thanks for the nudge. So I did try the following. Be warned - its largeish for these forums, but the bottom line is: it didn't work - no events fired. What am I doing wrong...
  6. PeterKV

    Is it possible to dynamically change bgcolor of whole table row/col ?

    Erik Thanks for the reply. I'm not sure, but I think the technique you illustrate is limited to IE (don't know my DOM's too well) and only does the cell under the cursor. Mainly, I'm looking for something that changes the background colour of each and every cell in the row of cells that...
  7. PeterKV

    WAN>Router>4PC's>One Printer>how?

    If you haven't already done so: 1. Install the NETBEUI protocol on all of the systems SERVER and WORKSTATIONS; 2. Install the printer on one of the workstations (yes, one of the workstations) and share it publicly (ie w/o pswd), then from the other however many workstations install the shared...
  8. PeterKV

    Is it possible to dynamically change bgcolor of whole table row/col ?

    Does any one know if it is possible to change the background color of all the cells in a table row (and or column) using, I suppose, CSS and onMouseover? What I'm after is a way to have the whole row (or column) that contains the cell under the mouse pointer change color as the mouse is moved...
  9. PeterKV

    trouble with tables!

    I think that you will find the following code will function just a little bit better - it includes the [border=&quot;0&quot;]'s that were accidently stripped out and a [td valign=bottom] for the table cell containing the flash menu. <html> <head> <title>Opaskwayak Cree Nation</title> <META...
  10. PeterKV

    I'm having a small prob with my LAN

    If you have a HUB, your LAN can only run as fast as and in the same mode as its weakest NIC - all your NIC's MUST run at the speed AND in the duplex mode of the weakest (least featured/configurable) NIC. But, if you have a SWITCH, then you probably only have to worry about the duplex mode of...
  11. PeterKV

    Assigning Variable from another Variable's Value

    I think something like: var A = 325 var B = 86.3 var ITEM = &quot;A&quot; var RESULT = eval(ITEM) will probably demonstrate the neccessary 'trick' (if it works - which I'm not all that sure of). It strike me that you're trying to do what I would call &quot;macro substitution&quot;. Is...
  12. PeterKV

    HELP! why doesn't this script work?????

    Suggestion: Remove the comment from the alert line in my sample and run the web page executing it one more time to see if the DocREf value (stuff between the [] next to DocRef=, <g>) is _EXACTLY_ the same as the value for rLocl. Why? Because the stuff after the question mark in rLocl url may...
  13. PeterKV

    HELP! why doesn't this script work?????

    Here is a quick follow-on to my previous reply. The line that begins [var rGlbl =] ends with two semicolons [.cfm&quot;;;] where instead it should end with the usual one [.cfm&quot;;]. I spotted the ;; typo while reviewing my response in the preview window before submitting it. But, it...
  14. PeterKV

    HELP! why doesn't this script work?????

    Judging by what I read in the initial posting I think I spotted a couple of critical typos. So I came up with this revised version that I suggest that you try: <script language=&quot;Javascript&quot;> var DocRef = document.referrer; var rGlbl =...
  15. PeterKV

    Determining an IP address in JavaScript

    Check DevHead on ZDnet and found this Nutscrap only option:<br><br>&lt; d e v h e a d : s c r i p t l i b r a r y &gt;<br><br>Script: 0344<br>Type: JavaScript<br>------------------------------------------------<br><br>To install this script, follow this simple step:<br><br>1. Cut and paste this...
  16. PeterKV

    Help! Something wierd is happening to my Control Panel!

    Somebody said something about an &quot;Icon Cache&quot; but not knowing the relevant registry key(s).<br><br>Well perhaps increasing the maximum number of cacheable icons might improve things for the original poster.<br><br>To that end, fire up RegEdit and go...
  17. PeterKV

    Max number of addresses allowed by mailto link

    Please bear in mind that I assume we're talking about mailto links that will be visible on a webpage somewhere, not mail generated by a submit button on a form on a webpage.<br><br>In case it isn't obvious to you, the number of email addresses that you can pass in a mailto link is...
  18. PeterKV

    PDF or Postscript Assembler

    I recently required something similar. And although I found a work around to my problem.&nbsp;&nbsp;I believe one of the components to the solution to my diffent problem is directly applicable to solving your problem.<br><br>Specifically, go out on the net and get (download and install) a...

Part and Inventory Search

Back
Top