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. paulorlowski

    Browser information using Javascript (mainly display size)

    I have to determine if the device is a handheld or PC and then serve out the appropriate web page. Did you ever put some code together? Paul Orlowski orlowpr@bp.com
  2. paulorlowski

    Create a running Meter

    Thanks friendlyposter. It looks much better. Thank you Jessica for your ideas. So great to be able to get some help. Paul
  3. paulorlowski

    Create a running Meter

    I modified some code to create a running meter with integers which works in the code below. $7,024,200 $7,024,201 $7,024,202 In the second example I want to add 2 decimal places, but I'm having problems. The number shifts left and right which creates an annoying flashing look and makes it hard...
  4. paulorlowski

    Duplicates in discussion web forum

    Good suggestion. I'll try it and see if that catches it. Thanks, Paul
  5. paulorlowski

    Duplicates in discussion web forum

    Frequently I see duplicates of a posting in my discussion web. I can see how this would happen if someone clicked the submit button twice, but it seems odd that so many people would be doing that. I posted a couple of articles and one time it posted twice at...
  6. paulorlowski

    Want to move an image across the page

    Perfect! They had several examples, and I found that did exactly what I wanted. Thanks for the referral. Paul
  7. paulorlowski

    Want to move an image across the page

    I'd like to float an image across the page. I saw something like this in Yahoo last year. The image started on the left, moved over the text, then disappeared on the right. Anyone have a code snippet to move graphics? Thanks, Paul
  8. paulorlowski

    css multicolor links for frames menu

    Thanks for the code madhouse, and thanks for the tips garridon. I appreciate it, Paul
  9. paulorlowski

    Search for Words in One Page Only

    Here's some javascript that's equivalent to the Find command that searches the current page. <script language=&quot;JavaScript&quot;> var NS4 = (document.layers); var IE4 = (document.all); var win = window; var n = 0; function findInPage(str) { var txt, i, found; if (str ==...
  10. paulorlowski

    css multicolor links for frames menu

    Thanks for offering the color conversion to the hex, but the results are the same whether I use the color name blue or the hex equivalent. I get the browser default of purple for visited links. Paul
  11. paulorlowski

    css multicolor links for frames menu

    My content area has a white background so I want blue links, red after the link has been visited. My menu frame on the left has a black background so I want white links, red after visited. The problem is that they both links display purple after being visited. Any ideas? Paul Orlowski...
  12. paulorlowski

    back up

    Dave, Publish the site from your host to your C:\ drive; you'll get everything. Then publish the site from your C: drive to the other hosting company. Paul
  13. paulorlowski

    Explorer inside of Internet Explorer

    This script keeps IE open but adds the familiar Explorer interface in a new window on top of it. <html> <head> <title>Operations Main Menu</title> <SCRIPT LANGUAGE=&quot;JavaScript&quot;> <!-- Begin function DriveList() { var...
  14. paulorlowski

    Borders &quot;inside&quot; a multiline textbox

    I need to create an online form and report that looks the same as the form that is filled out by hand with pen or pencil. The problem is in having lines for every row (borders around every textbox). Picture a spreadsheet or better yet a Word table. Every row is a uniform heighth with the...
  15. paulorlowski

    Does Size Matter?

    I have over 4000 files so maybe that is a problem. Did they give you an indication if it was the number files in the root, or total files altogether? Paul
  16. paulorlowski

    Does Size Matter?

    I've been getting an increasing number of errors when editing my site, things like Web server busy and problem with Front Page Server Extensions. Tech support at my host Earthlink frequently suggests repairing the FPSE. But they always caution: do I have a backup because it may have unexpected...
  17. paulorlowski

    Don't want closing Word docs to be saved

    We're using the intranet to serve out Word Documents which are loaded on the IIS box. The left menu frame opens the Doc in the right data frame. When I close a document or switch to another document I get this message: &quot;The document has been modified. Do you want to save changes?&quot...
  18. paulorlowski

    Failed to create the Visual Basic Module; Can't find project or lib

    When I finish using the wizard to add a close button to a form, I get the error message: &quot;Failed to create the Visual Basic Module&quot;. When I cancel then go back and look at the event for the button, there is no code, but I get another message: &quot;Can't find project or library.&quot...
  19. paulorlowski

    specify documents when opening frame page

    Excellent. That worked and it was exactly what I needed. I appreciate it! Paul
  20. paulorlowski

    specify documents when opening frame page

    From the navigation link on my index.htm page, I want to load a framed page and specify the corresponding document that should load into the menu frame and data frame. For example, on the index.htm I have 3 links: rocks, paper, scissors. If I click rocks, I want the framespage.htm to open and...

Part and Inventory Search

Back
Top