My DNS zone files are update by a perl script and I am trying to parse an "IN TXT" record for adding SPF entries, but I want to make sure that the SPF record conforms to the RFC 1464 standard.
I am under the impression that the basic standard is that any ASCII character is allowed, but the...
Dim Conn, dbPath
dbPath = "d:\myaccessfile.mdb"
Set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=" & dbPath
thats what i have so far, i'm getting this error
Expected end of statement
/index.asp, line 4
dbPath = "d:\myaccessfile.mdb"...
I have IIS running and am trying just a simple example from an asp.net book, but i cant get it to work, IE doesnt seem to do the asp.net commands. the code i am trying is....
<%@Page Language="VB" Debug="True" %>
<html>
<head>
<title>Hello and Welcome Page</title>
</head>
<body>
<center>
<% Dim...
would the syntax be like this??
function formHandler(form)
{
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.open = URL; (or window.open.href = URL;)
}
if so i cant get either of these to work
Hi, i have the dropdown as shown below but need to open it in a new window...i have tried
window.new.location.href = URL; to no avail....please help
function formHandler(form)
{
var URL = document.form.site.options[document.form.site.selectedIndex].value;
window.location.href = URL...
ok i am working in frames (mistake i know), but i need to open the page selected from a dropdown automatically into my frame, the frame also needs to start on a default page so its not blank...
This is the code for the dropdown, how can get the frame to have the selected option?
function...
ok...i been getting this error randomly in browsers...
"iexplore has caused an error in user.exe"
i have tried repairing the installation in add/remove, looked for programs like navhelper but it aint there and am running out of ideas...please help
i need to check that images are being uploaded through a content management module at a certain size, if they exceed the 10k or are not 120x120 then i want an error message to popup
i am trying to produce an email with a link in to automatically fill in the subject line and the body field.
so far i have
mailto:test@test.com?subject=test&body=this is the bit i need help with
i need to be able to format the body field...i have tried using basic html commands like <br> but...
Help....
i am trying to write a sign in page for a members section on my website...have the page set up but need to be able to write the info to a text file databae...this is because the damn hosting company won't allow access or sql databases on their servers and i don't want to have to change...
i want to be able to open a new window from a link in HTML without using javascript, i can open it easily enough, i want to be able to set the size that the window opens at aswell.
any ideas?
thanks for the suggestion but the rules wizard wont allow this, it only allows replies to the addresses in the 'from' field, i need to reply to the 'to' field.
Hi,
i need to be able to automatically reply to the address that is in the 'to' field of the email when the message comes from a certain address.
any help would be appreciated
(ps it is not my email address in the 'to' field as i am in the 'cc' field.
Thanks
i have a combo box which contains headings which have a value of 0, i want to output the other values from the combo box into another form but am not sure how
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.