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

    change the name on the Win 10 welcome screen.

    I want to permanently change the name on the Win 10 welcome screen. I can go to computer management, local users, users, properties and change the old name to new name. When I reboot the new name appears. However, the info at users, properties then changes back to the old name, and the old...
  2. peterpann

    content of a .json file

    How can I get the content of a .json file which is in an iframe ? The .json file is https://dashboard.gfpg.co.uk/public/api/siteinfo/edbb2d05-6f26-11e7-ae00-06b1fafa42a3.json and consists of merely {"name":"Drove","id":"TDRVE-1","mw":0,"kw":0,"gas":755227}, which displays in the iframe. Thanks.
  3. peterpann

    Win 10 web-based Outlook ignores new screen resolution.

    My Win 10 laptop screen was small so I lowered the screen resolution. Now I use a separate monitor, so I changed the screen resolution back to normal. IE and Chrome browsers are fine except on Outlook, which still displays with the lower resolution, and needs annoying horizontal scrolling...
  4. peterpann

    Win 10 no longer able to change text size

    I wanted a different font and text size for Windows 10 Explorer. I used control panel, display, "change only the text size", selected "icons" from the "Title bars" dropdown, set 10 pt bold, apply. This was fine. Then I created a .reg file ................. Windows Registry Editor...
  5. peterpann

    javascript create active link

    Thanks Feherke.
  6. peterpann

    javascript create active link

    How can a javascript function produce links to another javascript function that will action when clicked ? link() writes the link but it is not active. Neither window.location = ""; as page refresh nor document.write() seem to help. function function1() { var ss = "a"; var ii = 1; var uu...
  7. peterpann

    php echo link including php variable

    Thanks feherke. I guessed it would be you who came to my rescue.
  8. peterpann

    php echo link including php variable

    How can php write a link to call a javascript function which uses a php variable ? In this simple example I want the alert box to show the value (222) of the variable, but I cannot get beyond result1 showing the alert with "$myvar", or result2 showing the alert with the variable but without a...
  9. peterpann

    How can a server file record when a web page rendered in Chrome was closed ?

    Feherke, Thanks, but how is sendBeacon used ? I tried the following to store the time the page is unloaded but it didn't seem to run the alert.php to change alert.txt. <html> <head> <title>alert.htm</title> </head> <body> alert.htm <script type="text/javascript">...
  10. peterpann

    How can a server file record when a web page rendered in Chrome was closed ?

    How can a server file record when a web page rendered in Chrome was closed ?
  11. peterpann

    okay on xampp but not work on-line

    THe following code works locally on xampp but not on 5 different servers on-line. How to make the code work on-line also ? The plan is to show how long successive visitors have spent on the ajaxtest.htm page. The files involved are ajaxtest.htm, ajaxtestpost.php, ajaxtestvisits.txt...
  12. peterpann

    speaker tones program

    Python winsound, thanks
  13. peterpann

    speaker tones program

    How can Javascript, or Java/Basic/VB/C/Python. program tones of several different pitches, durations and preferably different volume levels from a Win 10 PC's external speakers ? The program can be specific to my PC but I want control from the mouse/keyboard, not a preprogrammed sequence...
  14. peterpann

    Win 10 wifi status

    Thanks linney and vacunita, and I can pin Control Panel\Network and Internet\"Network and Sharing Center" to the Win 10 taskbar so that it is almost as convenient as in Win 7.
  15. peterpann

    Win 10 wifi status

    How can I get the status of a wifi connection in Win 10 ? In Win 7 I highlighted the wifi connection in the list of connections, and then clicked "status". Status showed signal strength, MAC address, connection speed and packets received and sent, all of which was useful.
  16. peterpann

    variable name using array element, and set value

    Thanks Feherke. Is there a better way of doing it, to avoid using eval() ?
  17. peterpann

    variable name using array element, and set value

    using IE8 var valuedaniel = 66; var myarray = new Array(); myarray[0] = "daniel"; alert(eval("value" + myarray[0] ) ); //66 but eval("value" + myarray[0] ) = 77; //cannot assign to a function result how to set ("value" + myarray[0] ) to 77 so that valuedaniel will = 77 ? Thanks.
  18. peterpann

    WinXP hardware on Win7(64bit)

    If I run Windows Virtual PC and Windows XP Mode on a 64 bit Win7 Enterprise m/c, will Win XP USB hardware be recognised ? I have USB hardware that runs well on a winXP m/c. I can run the software on the Win7 m/c in compatibility mode (WinXP service pack 3) but Device Manager shows a problem...
  19. peterpann

    some parent CSS ignored from child

    Chris, thanks for your help, okay now with parent.document.getElementById("divmotto").style.display = "block";

Part and Inventory Search

Back
Top