HTTP/1.1 404 Object Not Found Server: Microsoft-IIS/5.0 Date: Fri, 05 Dec 2003 07:04:58 GMT Connection: close Content-Type: text/html
What does this mean?
i'm just testing a simple Perl Script
this is the code in my .shtml
<HTML>
<TITLE>Test File</TITLE>
<body>
<!--#include...
what is the syntax of including asp page into html page?
i try to include this before the <HTML> tag
<!--#include file="HitsCounter.asp"-->
but nothing happen
Sample of Storing and retrieving image
'BeginAppendChunkVB
Public Sub AppendChunkX()
Dim cnn1 As ADODB.Connection
Dim rstPubInfo As ADODB.Recordset
Dim strCnn As String
Dim strPubID As String
Dim strPRInfo As String
Dim lngOffset As Long
Dim lngLogoSize As Long
Dim...
how can i do this...
i have this product report where list of product are displayed. i want the picture of each product to be included in my report.
only the picture path is saved in the database..
im using vb.. and field definition report
a brief sample... hope this give you an idea..
set rs = Server.CreateObject("ADODB.Recordset")
with rs
.ActiveConnection = {YourConnectionString}
.Source = "SELECT * FROM CustTable where CustNo='" & request("CustomerNo")& "'"
.CursorType = 0...
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.