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 strongm 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: *

  • Users: webscripter
  • Order by date
  1. webscripter

    Can perl insert html into a page called by another server

    Can you tell me the ssi command? I see that file and virtual are for documents that reside on the same server. I would like to include output from a cgi file that resides on another server. Thanks Pat ideas@microwebber.com http://microwebber.com
  2. webscripter

    Can perl insert html into a page called by another server

    Hi everyone, I have a client who wants to insert some mysql info into his customers html pages that are on another server. Can CGI do this? Thanks Pat ideas@microwebber.com http://microwebber.com
  3. webscripter

    Math and Perl with exponents question

    I found it at http://www.pageresource.com/cgirec/ptut6.htm 4**3 Thanks Pat ideas@microwebber.com http://microwebber.com
  4. webscripter

    Math and Perl with exponents question

    Hi everyone, I want to understand how to use exponents in perl. Does anyone have a tutorial on the web? Say I want to write an equation like 4 to the 3th power. How is it written? Thanks Pat ideas@microwebber.com http://microwebber.com
  5. webscripter

    screen freezes and mouse still active

    Hi everyone, I have a laptop that freezes after about 10 minutes of use. But the mouse still functions. It just doesn't recieve any click or keyboard activity. I'm wondering if it's just a small part that needs replaced. Thanks Pat ideas@microwebber.com http://microwebber.com
  6. webscripter

    translating javasript formula to perl code

    thanks, appreciate that! Thanks Pat ideas@microwebber.com http://microwebber.com
  7. webscripter

    translating javasript formula to perl code

    Hi everyone, I have a wind chill formula that uses exponential notation, which I'm new to. Can someone tell me how to write t his equation in perl. windchill=(13.12+0.6215*temp-11.37*Math.pow(wind,0.16)+0.3965*temp*Math.pow(wind,0.16)); Thanks Pat ideas@microwebber.com http://microwebber.com
  8. webscripter

    Laptop modem (simple question about plugin jack)

    I posted a xml file (which was a nfo file) from system information. http://microwebber.com/sysInfo/resources.xml Other than that I don't know how to get into bios. It reports ok for all hardware. Thanks Pat ideas@microwebber.com http://microwebber.com
  9. webscripter

    Laptop modem (simple question about plugin jack)

    When it boots it shows for a second to press F2 for the boot device selection now. I don't see anything about bios setup. When I press F2 it only has a selection for the drives to boot from. Thanks Pat ideas@microwebber.com http://microwebber.com
  10. webscripter

    Laptop modem (simple question about plugin jack)

    I'm a software writer, and know very little about hardware. I live out in the boonies and another guy who lives in a little bit bigger town sent this too me to see if I could get it fixed. I don't know why they think I'm a hardware specialist. It seemed like a small fix so I thought I would...
  11. webscripter

    Laptop modem (simple question about plugin jack)

    It's hybernating. I don't know what I did but it won't start again. I guess it's tired. It has panda installed on it and I turned it off, then selected restart and it went into hybernation mode. I don't know how to wake it up. How do I enter the system bios? I don't see that option on boot...
  12. webscripter

    Laptop modem (simple question about plugin jack)

    Thanks, I found when I plugged in the jack to the pc that if I waited more than 30 seconds after plugging it in, then sign in with netscape, it would go to a busy signal. When I was able to query the modem I get 692 error, which means a hardware error. I have 2 modems listed and neither...
  13. webscripter

    Laptop modem (simple question about plugin jack)

    Could the problem be the new operating system? I've queried the modem and get no dial tone in the log file. 09-22-2004 21:18:38.966 - File: C:\WINXP\System32\tapisrv.dll, Version 5.1.2600 09-22-2004 21:18:38.966 - File: C:\WINXP\System32\unimdm.tsp, Version 5.1.2600 09-22-2004...
  14. webscripter

    Laptop modem (simple question about plugin jack)

    ok, on my pc the phone symbol is used for plugging a line from the pc to the phone, and the other is for the phone jack. The ether plugin is the same size as the phone jack. It doesn't matter what I plug the phone line into, I keep getting and error message 'No Dial Tone'. It has 2 modems...
  15. webscripter

    Laptop modem (simple question about plugin jack)

    Hi everyone, I have an old laptop that has 2 places to plug in the phone line. One has the symbol of a phone and the other says ether. When I plug my phone line into either I get no dial tone when I try to connect. Am I misunderstanding what these phone slots are for? Thanks Pat...
  16. webscripter

    transfer image with LWP::Request and check size

    I solved the problem by using LWP::Simple along side of LWP::Request. If someone has better code please post it for me. Thanks Thanks Pat ideas@microwebber.com http://microwebber.com
  17. webscripter

    transfer image with LWP::Request and check size

    I'm trying to transfer an image and want to use LWP::Request so I can check the filesize and content-type. The code compiles, but doesn't transfer the content. I put alot of traces in and would rather not use mirror, or LWP::Simple. I need the files to transfer everytime and make sure the size...
  18. webscripter

    CheckBox Woes

    Movies that can be attached are the same as components except with components the parameters can be added by a non actionscript user in the properties box. As for the label I would allow the user to set the label from either a text script that is loaded with LoadVars, or a custom gui swf in the...
  19. webscripter

    onUnload append next url with random number

    Can someone tell me how to append a random number to the url the window is opening next. Thanks Pat ideas@microwebber.com http://microwebber.com
  20. webscripter

    can javascript load server data after initial page load

    I tried IFRAME instead of SCRIPT and it causes a download prompt in IE. I guess I don't need it to function in Mozilla. Thanks Pat ideas@microwebber.com http://microwebber.com

Part and Inventory Search

Back
Top