Sorry, the error should be:
404 - File or directory not found.
The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.
Hi there,
I have written a small ASP page that runs perfectly on my Windows XP development PC with IIS6.
The problem is when I try to access the page via our web server that is running Windows Server 2008 and IIS7. I get the message:
403 - Forbidden: Access is denied.
You do not have...
Ah-ha... Alright.
So since I have a span inside the header div with the id of "intro" I could go like:
div#intro {whatever...}
to change the stuff in that span?
Also, since I have a bunch of different tags inside the divs ( ie: h2, h4, ul, li), is this how I apply the id selector...
I'm not really sure if that makes sense, but I'll try to explain here.
I have a pair of divs that both have id selectors; links and "header" respectively. I want these two divs to not follow the rest of my css, but they have a bunch of different tags in them and it they seem to be overridden...
I'm sure this all works because I did have the results from the responseXML placed into a drop down. I just wanted to add more information than the select/options could easily and nicely display.
I have an iframe on my page and I'm querying a database using AJAX to get an XML result.
I want the insert the XML result into the iFrame on the page.
I tried
document.getElementById('iframeName').innerHTML = ajaxXMLHttp.responseXML
and also a few other variations. The things I found when...
I have two tables: One master list of all the items that a user can select and a list of the items the user has selected.
When I load the master list I want to select only the items that don't exist in the user list.
Thanks!
Nick
Hmm... I don't think that was the reason. My code for select in my external CSS was:
input, label, select {
display: block;
margin: 0 10px 10px 0;
width: 12em;
float: left;
}
select {
position: -3px;
width: auto;
margin: 0px;
}
(Yes, I realize that "position: -3" is not correct...
I have a page that loads a main external stylesheet and then below that it has a few internal stylesheet definitions as follows:
<head>
<link href="style2.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript" src="functions.js"></script>
<style...
Yeah, I realize I made a mistake putting 'visible'... it really should be "block"...
I'd prefer not to have to change the <td> elements so they have an ID and name... as it stands now there are three <td> elements with the same name and I want them all to have the same onclick function.
I have an onload event in the body that runs the following function:
function prepShowMsgs() {
var bqs = document.getElementsByTagName("blockquote");
for(i = 0; i < bqs.length; i++) {
var tds = document.getElementsByName(bqs[i].id);
for(j = 0; j < tds.length; j++) {...
I have an iframe centered on a page and a navigation frame at the above it. The navigation frame uses the iframe as the target and seems to "think" that everything loaded into it is too wide and needs a scroll bar. However, I can see the whole page(left to right) fine. The only scroll bar I...
Thanks for all your help!
I believe (after reading the document you advised me to read) that you're basically saying that I should design my database so that it is at least 1NF.
I believe that I have completed this and everything seems to be working the way I want.
Thanks once again for the...
Thanks for the quick reply.
I'm not quite sure that I understand completely what you're saying. To make it simpler for me, I have two tables: "Products" and "Product Master." "Product Master" has all the Product ID's and Descriptions. "Products" is the table which contains ProID, Desc, Kit#...
I am in the middle of creating a database of products which go in different "kits." The kits are seperated by their own numbers and many of the kits contain the same products. All the products have a specific product number and product description.
What I would like to do is have one table with...
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.