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.
"Hmm, I'm having a similar problem, is there anything that can prevent this from working (assuming spelling and file locations are correct)...
Can anyone help me with this?
This is one file(index.aspx):
<!-- #include file = "test.aspx" -->
Chris
Response.Write(Name)
This is the other file(test.aspx)
<%
Response.Write ("Test")
Name = "Paul"
%>
When I load index.aspx all I see is Chris.
However, when I...
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...
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 "LAN" was...
This may help:
Tools, Internet Options, Advanced then srcoll down to "Search from the address bar" and chose "Do not search from the address bar"
Maybe this will help.
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...
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.
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...
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...
A few questions.
$first = $_POST['first_name'];
if ($_POST['submit'] == "Enter")
{
$query = "insert into names
(first, last) values
('$first', '$_POST['last_name']')";
mysql_query($query) or
die (mysql_error());
?>
first is inserted into my table, last_name is not...
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...
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="Content-Type"...
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...
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?
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.
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.