I thought this would be an easier task than it has become.
I have a form for the user to enter resume information. There are several
fields. I need to email this information to the Recruiter. Ithought I could
just concatenate all the fields into "body" and send it off in a
Response.redirect...
more >>
Check out http://www.theindianmaiden.com/lost/ripper.asp
I am sure that it is an easy problem but can anybody tell me why I
cant get rid/detect these question marks?
<%
url = "http://www.employnow.com/castingc.htm"
set xmlhttp = server.CreateObject("MSXML2.ServerXMLHTTP")
xmlhttp.open...
more >>
I am picking up an error message on a straightforward INSERT - do I need an
optimistic-type to get this working....here is is the error:
Microsoft JET Database Engine error '80004005' Operation must use an
updateable query. /catamaranco/accounts/email_inc.asp, line 264
Set cnn = CreateObje...
more >>
Hi,
I am dynamically generating an HTML coded
file. Sometimes I need to save the file, but cannot
do it manually. I am hoping someone can
help me get started on how to code the file
with ASP in order to have it save itself ?
Of course I will generate it as an ASP file
first.
Regards,
Fo...
more >>