I have a navigation bar that I want to put on each page. I don't want to use frames.
I heard that you are supposed to use relative referencing when linking to other pages on the same site. The problem is, I don't want to make changes to the navigation bar for each page.
How can I have a...
Hi,
I have a webhost that offers ASP SmartUpload.
Im writing a very simple script but I want custom error messages. On the ASPsmartUpload website they have an 'ErrCode' page which displays a list of all their error codes.
http://www.aspsmart.com/aspSmartUpload/
I want to know how to access...
I just started messing around with classic ASP but should I just stop and start learning ASP.NET?
Are they related at all where if I learn classic ASP it will help me with ASP.NET?
LEt me know what you guys think
Hi,
I'm trying to get this calendar script to work. Its from: http://scripts.ocean12tech.com/asp/calendar/
The instructions say to just navigate to the page and then you can login. I don't see any login page.
If you download the .zip file and look at this, I'm thinking that there is a...
We have a small site linked to an Access 2000 database. The site is for our employees so there are no more than 70 users of our site.
What happens if one user is submitting a form (logging the information into the database) at the same time someone else is quering the database for information...
Hi,
We are trying to set up a small department website. Our company policy is to have HQ register the domain name but we will be finding a website host ourselves.
What do we need to do in order to have someone be able to type in our domain name and have our site pop up?
Do we ask our web...
Hi,
Can anyone refer me to some sites offering web hosting for professional sites?
I'm looking for web hosts running IIS servers.
We want reliable service (hosting and customer) as well as a good selection of features (database access, email, etc)
Thanks,
SSJpn
Im new to all this and need some help.
I can get this to work (code below) if all my form's fields are textboxes. But when I have listboxes,checkboxes, and/or radio buttons, it does not work.
In my access database, I leave all field value types as "text" except for the fields where I...
Hi, here is my script
<%
On Error resume Next
Dim TBdy
Dim MyCDO
CR = Chr(13)
Set MyCDO = Server.CreateObject("CDONTS.NewMail")
If IsObject (MyCDO) Then
MyCDO.From = "mail@mail.com"
MyCDO.To = "myemail@mail.com"
MyCDO.Subject = "Subject of the...
Hi,
I have a simple that gets emailed to me when submitted. I would like to send the submitter an email to let them know that their form was received. How and when is this done?
Do I have a script with my submittion button? Do I wait until I actually receive the email in my inbox and perhaps...
When I view my site localy (not on internet) the page is fine with no errors.
When I look at the site from where it is being hosted from I have errors ("Done but with errors" in bot left corner of page)
And this shows up on all my pages. Does this mean the same error is on ALL the...
I have made a simple form using HTML.
I want to take credit card numbers from my form, but I want it to be safe.
I am not going to use a web server for my .htm form but rather I am just going to email the form as an attachment. Users will then open the form, fill in the fields, hit submit and...
I have a simple form using the mailto action.
The emails subject line reads "Form posted from Microsoft Internet Explorer." How can I change this to something more meaningful to me. Like "Soccer Registration Form".
Thanks,
SSJpn
I can't view some web sites. I think it has something to do with sending passwords over a SSL site because I can't log into hotmail or my university email.
My security is set to medium-low.
What else could be the problem? please help.
Thanks,
SSJpn
Can I make control array's in VBA? I try copy/pasting textboxes/labels on my form but I can't get that option to make a control array. Is there another way to do it in VBA?
Thanks.
I have a word document that was sent to me via email. The document is in a label format (3 columns and a number of rows) and is filled with addresses. I would like to put these addresses into Excel. Is there a 'reverse' mail merge that will take the addresses from the Word document and...
I want to know what a good table width is for my webpages so that a majority of viewers can view the page without having to scroll horizontally. I thought that if the table was 800px wide that everyone could see it since the smallest screen resolution is 800x600. But when i put my screen to...
I have a problem with this line of code (my program keeps freezing)
I have a form with this in the initialize event
Set ExcelApp = CreateObject("Excel.Application")
ExcelApp.Workbooks.Open (FILE_PATH)
ExcelApp.Workbooks(FileName).Worksheets("SomeTab").Select
And on a...
Im trying to use the data control to connect to an Access 2000 database. When I try to select the table by changing the 'RecordSource'property i get an error saying "Couldn't find installable ISAM"
What do i need to do to fix this?
Thanks.
I have a page linked to a MS Access DB. I have a form where a user enters a name then I want all the records in my database matching that name to show up on the web. I can't figure out how to get this piece of code right
rs.Open "Select * from EOB WHERE FirstName = First_Name", conn...
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.