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: MinnisotaFreezing
  • Order by date
  1. MinnisotaFreezing

    problem with includes

    Thanks for fast responses, I'm positive the files are in the same folder, and my include is outside of the <% %>, that was a sloppy post on my part. &quot;Hmm, I'm having a similar problem, is there anything that can prevent this from working (assuming spelling and file locations are correct)...
  2. MinnisotaFreezing

    problem with includes

    Can anyone help me with this? This is one file(index.aspx): <!-- #include file = &quot;test.aspx&quot; --> Chris Response.Write(Name) This is the other file(test.aspx) <% Response.Write (&quot;Test&quot;) Name = &quot;Paul&quot; %> When I load index.aspx all I see is Chris. However, when I...
  3. MinnisotaFreezing

    HOTMAIL ,YAHOO browsing problems from clients

    Almost certain its MaxMTU issue. There are many pages detailing how to fix this, google MaxMTU and pppoe. It seems that with ICS and pppoe ahh, follow this link...
  4. MinnisotaFreezing

    Win2k and XP network issue

    Hi Networking a 2k pro machine and XP machine using crossover cable. The 2k machine is sharing ADSL to the XP machine. Everying was working fine, no problems for a week, then for no reason I could see, the connection was broken. That is, the network connection I call &quot;LAN&quot; was...
  5. MinnisotaFreezing

    Internet Explorer Browsing Issue

    This may help: Tools, Internet Options, Advanced then srcoll down to &quot;Search from the address bar&quot; and chose &quot;Do not search from the address bar&quot; Maybe this will help.
  6. MinnisotaFreezing

    bizzare network &quot;problem&quot;

    I think you are right sebtastic. Is this a common function of ISP that include the Enternet client with setup? I would imagine not. I would have to guess something changed on the server end recently to allow DHCP rather than pppoe. I remember my lease used to be like 20 years, no it is 1 hour...
  7. MinnisotaFreezing

    bizzare network &quot;problem&quot;

    PS, I got ICS back up and running, sipmly by sharing the other connection. But I am still very curios how this is working witht he pppoe adapter showing disconnected. Any help would be great.
  8. MinnisotaFreezing

    bizzare network &quot;problem&quot;

    I tried your network settings, and they didn't change much. Here is the root of my problem, I think. Results from IP config /all Ethernet adapter LAN: Connection-specific DNS Suffix . : Description . . . . . . . . . . . : LG LAN-110L 10/100M Fast Ethernet A apter...
  9. MinnisotaFreezing

    bizzare network &quot;problem&quot;

    I am running win2k pro with ADSL using Enternet client. Yesterday I added a XP machine onto a personal network connected using a single crossed ethernet cable. I shared my internet connection, set the MTU, and everything was running fine. Now, today my ISP dropped the connection, and things...
  10. MinnisotaFreezing

    $_POST and insert

    Thanks for more good advice. I know it is a pain, but I'll try and validate input in this project.
  11. MinnisotaFreezing

    $_POST and insert

    Thank you very much, works perfect.
  12. MinnisotaFreezing

    $_POST and insert

    A few questions. $first = $_POST['first_name']; if ($_POST['submit'] == &quot;Enter&quot;) { $query = &quot;insert into names (first, last) values ('$first', '$_POST['last_name']')&quot;; mysql_query($query) or die (mysql_error()); ?> first is inserted into my table, last_name is not...
  13. MinnisotaFreezing

    return from asp function

    Great, thanks a lot. Can I ask you, is this proper ASP syntax? dim a = FileName.asp?path=Fcu1R3f?game=sc Thanks again.
  14. MinnisotaFreezing

    Pearl File I/O and Java

    Thank you very much. An array is exactly what I am looking for. In fact, I think I mislead you with my test example, I don't want to print any html with cgi, only read a file, and then put it into an array so when a user clicks on next, it cycles through the array and displays the content. Like...
  15. MinnisotaFreezing

    Pearl File I/O and Java

    Hi, I'm back again. I've worked with this for a couple of days, and just can't get it to run. I made a test page to work with at http://www.dynacomproducts.com/Korea/CGITest.html This page consists of <html> <head> <title>Untitled Document</title> <meta http-equiv=&quot;Content-Type&quot...
  16. MinnisotaFreezing

    2 related questions to C++ and Internet Explorer

    The first I think is easier. I have been learning about IHTMLDocument2 and collections, and it works fine if I spawn the web page from my C++ program, and have a handle to it, or the IDispatch, I'm not sure what you call it. What I would like to do is simply click on a IE window, and in on...
  17. MinnisotaFreezing

    return from asp function

    Hi, Is there anyway way I can capture the return from an asp call into a Javascript variable? I am trying to figure out how a page works, and there is a call that I'm pretty sure results in a URL. I want to capture this to a javascript varaible, the Alert(var) to find out what it is. Any ideas?
  18. MinnisotaFreezing

    View Source

    Another example of what I mean by file menue disabled is the link on this page called Process TGML you can find it in Step 2 of Post Your Reply, right under this message.
  19. MinnisotaFreezing

    View Source

    Yes, it is launched by a script, so I don't know the URL of the page. Its similar to this <a...
  20. MinnisotaFreezing

    View Source

    Thanks, but as well as having right click, alt, ctrl, and f1-f10 disabled, the file menue is disabled as well. I was able to view the page from my cach, but got some html I can't figure out yet. Maybe I can post the code and get some help, when I can formulate a question.

Part and Inventory Search

Back
Top