Web Site Loads Wrong Default Page

I'm running win 2000, I downloaded a calender and put it into my root website folder. the calendar folder contained a file called adovbs.inc . After the insertion of this folder and creating links to it we noticed that when the web page loaded it's home page, another older page that has been deleted is displayed.

This page was located in the calendar folder. So now I've deleted the calendar folder, and restarted the server but this old page is still on display.

View Replies


ADVERTISEMENT

ADODB.Stream Default Filename Wrong

I use the Stream method to serve certain file types to the user. If the
type is pdf, it opens in the browser fine. My problem is with those
that the browser doesn't have plug-ins such as ppt, word, etc. it
prompts to choose Open/Save/Cancel and defaults the filename to the ASP
page serving the content. ie. BinarySend.asp -> BinarySend.doc,
BinarySend.ppt.

If I use
Response.AddHeader "content-disposition", "attachment;filename=" &
sFileName then it defaults the filename to the name I specify but
always prompt a download instead of opening directly.

Is there another way to default the filename in situation like this?

View Replies View Related

While Page Loads....Please Wait..

I have seen a few articles with a javascript example but it is not working for me. The server side code is processed first and then the javascript so I basically get my page loading splash screen displayed for a split second and then my page I am navigating to.

How do I display the "Please Wait..." before the server side code kicks in ...

View Replies View Related

Non-Default Web Site

I am getting the above error message on a non-default website. But, default.asp and other asp files work properly. There are few asp files which are residing on this non-
default website created by our application folks, and it is not working.

Server Details
Win2k SP4
IIS 5.0
URLSCAN is installed
C2 Security Settings implemented on the server.

let me know what could be wrong.

View Replies View Related

Content Fill Asp Page While It Loads

I've got an asp page which scans a range of IP addresses and printes the
response to screen.

I've tried loads of methods and ended up with using javascript innerHTML to
try and fill the content

What I'd like is the value to return instantly rather than wait until the
routine has completed and return ALL the results.

if i'm pinging a big range of addresses the page usually times out......
I thought if I could build the page dynamically, one result at a time, the
timeout error wouldn't happen - and users would see that something is
actually happening!!! Code:

View Replies View Related

Automatically Posting Form Values When A Page Loads

is there a way in ASP to automatically submit a form and its values when a page loads ?

if not is there any way round this scenario. i want to have a drop down list of options depending on which is selected will depend on where the form is submitted to.

View Replies View Related

ASP Page Loads Slow When Getting Information From The Access Database

It all seems to work well, but takes a large amount of time for the entire page to load, I guess due to the amount of records that get displayed, or maybe its the repeat region. So, Is there anything I can do in my asp code to speed these things up. Code:

View Replies View Related

Default ASP Page Displays But Others Don't

I have setup an IIS 6 server and I am trying to migrate a pretty basic website to it. It will display any ASP page that I set as the default page, but gives a 404.2 for any
other ASP pages that I link to.

What am I missing?

View Replies View Related

Solve The Default Page

i using the iis on my comp as a server.if i dun have a index.html or default.html page in my directory then when i enter //localhost then all files will be shown.now i put a index.html page inside the directory.. it will open up the index page when i enter localhost.i wan to link a page from the index.html page to the main login page.how do i do it?

View Replies View Related

Default.asp Page Error

I have uploaded asp online shop to my server but i can not see my default page pictures.Also i my poll does not work.Like windows download page appairs. My site was working fine with IIS but i do not understand it is not working in my server.

I have copied all my folder to /www/shop/ folder also my products doesn work.
All was working in IIS. My email database is giving error while uploading to server.I have tried different ftp or direct connction.

View Replies View Related

How Do You Display A Default Error Page Using Asp With IIS 5.x

Many of my pages use URL and/or server variables to run recordsets to serve up dynamic content. If a user bookmarks that page and then comes back later, they would get a end of record or no record returned generic IIS error page. Can anyone tell me how to add a defaul error page?

View Replies View Related

DB Search On Default.html Page

I've taken over maintenance of a website running on NT 4, IIS with ASP pages and an MS Access database, but I don't have much experience with this platform. I've got the ASP down pretty well and know SQL, but am having a problem figuring out how to get data for the main page.

On the main page (default.html) I want to display a random business from our database of businesses. Since it's a .html page how can I run server-side code to run the query and select the business? Am I stuck with CGI or is there some other way to do this? I don't want to redirect from the main page to another page, either.

View Replies View Related

Home Page - Default Variable?

I'm very new to ASP, but developing a dynamic website using ASP and an Access dbase.

I've created a template page (index.asp) and I plan for this to be the only page required for the whole site as the rest of the content will be loaded dynamically based on variables in the querystring. For example, if the querystring was: index.asp?PageStr=home, the home page content would load, if it was index.asp?PageStr=contact, the contact content would load.

My question is this. If someone went to my domain xyz.com there would be no default variable in the querystring and no content would load. Is there a way round having to create two pages - a default home page and another page for everything else?

View Replies View Related

Web.config File, Default Page Precedence, Shared Hosting

I moved a site from a dedicated server to a shared hosting environment. On my dedicated I could specify the order of precedence for the default / index files. On the shared default.asp takes precedence of index.html and I can not change that.

Support told me to look into using a web.config file to accommodate my needs. What I need to do is have the index.html file show up first, not the default.asp Is the web.config file the route to take?

View Replies View Related

Everything Else Loads First

I've been putting all my old vinyl into a database for my friends to view. Main problem is, using css, html and asp, the page for displaying the database results loads almost completely before the data is fully received, the top menu is ok, but the next search button (which is actually placed after the recordset loops in the scripting) loads first, then the footer from css then the database results is mixed into the copyright bit at the bottom.

Is there a way to tell the page to wait for the data to be received before loading the page itself?

View Replies View Related

Script Loads First

How come the asp script was executed first before css. I have this header page with pictures from a database but was seen first before the background that came from css when loading.

View Replies View Related

Data Loads Slowly From Access...

I am using a script for my site's songs,

Forexample Song is: ASP Song
And Artist is: SitePoint

It shows the songs data in the form of:

<td height="-1" bgcolor="<%=co%>" class="t">
<a href="player.asp?song=<%=rs("song")%>&artist=<%=rs("artist")%></a> by <%=rs("Artist")%>
</td>

It produces like : "ASP song by SitePoint" on songs.asp

But the problem is I have 62 songs, And they takes a lot of time to load,

Is there any other way to call the song details from the database and it will load fast ?

View Replies View Related

Wap Site On Web Page

i want learn to make a wap site on a web page exmp.geocities or freehomepages. how can i creat my wap site(ý have a wap site from tagtag)on a web site?

View Replies View Related

How To Make A Page Look Like It Is On Another Site

I am developing an ASP page for clients. I will host the page on my
server, but it must appear on the clients' websites. That means that
the user should not be redirected to my site, but instead should remain
on the client's site. Or at least appear that they are remaining on the
client's site.

One thing that would be acceptable is to host the page on the client's
site, but have it hit my site to get the data. I have looked into
XMLHTTP and also just having the ASP page hit a remote SQL Server
instead of a local one, but haven't made any decisions yet.

View Replies View Related

Site Map: Display Categories On Next Page

I'm trying to create a site map that will display links to all pages including links to bring the visitor to different categories. See below:

Home:

About us:

Products:
-Category 1:
-Category 2:
-Category 3:
-Category 4:

Contact us:

When the visitor clicks on 'Category 3' they should be sent to a page that displays all the products in Category 3. Code:

View Replies View Related

To Display Site In 1st Page Of Google

i want to make my site to be displayed in the first page of google.can it possible?

View Replies View Related

Downloading Web Page From Secure Web Site.

I work for a large chain coporation. My schedule is posted on their secure web site which I have a user name and a password for. I want to create a URL string that can be sent (using VBA inside of Outlook) which contain my username and passsword and allow me access to my schedule information.

I tried: ....

View Replies View Related

Trying To Create Client Page For Site Running Asp

I work for a security system company. I'm in the installation department. One of the things we do is go to our monitoring service's website and check the signals to see if we got all of the signals for a particular alarm system.

Unfortunately, that means refreshing the page alot.

So, I started off using an iframe page to refresh the content i wanted. the only problem was that the urls i used to login and set the customer ID would go to another page.

So I tried to create a frameset document. However, the .asp pages completely ignored the frameset information. Code:

View Replies View Related

Building An ASP Site Using Dreamweaver - Can Html Site Be On ASP Server?

I am to build a site onto an ASP server. Anyone here used Dreamweaver and is it just a simple matter of opening up a new ASP page in Dreamweaver and build the site like you would normally do with a HTML page and it will handle the ASP coding accordingly and you can just simply upload it onto an ASP server and it will work?

The site I am to build is basically just a standard html website, but my friend wants me to build it for an ASP server so he has asked me to make sure it is an asp site so I am presuming with the extension .asp

If I build it as a html site to begin with, will converting it to asp be hard. Could I just export my pages into asp or is there more to it?

Can a Html website be loaded and working on an asp server or host?

Is it possible to have a site mixed both html and asp, eg. the home page is html and when you click on shopping cart on the home page it goes to a hopping cart page thats .asp or do they all have to have the same extension.

View Replies View Related

Posting Form Variables From Site A To Site B

I have to pass form data from my site to another organizations site using POST method... how exactly do I do that? Im familiar with how to do it within a single site/domain, and cant use querystring... I dont know where to begin.

View Replies View Related

Site Search Powered By Google Site Map?

Whenever I do a site that is mostly static but with some semi-dynamic
sections, I've struggled to find a good site search solution without
paying for a hosted search service.

I like the FSO-based search engines, but they fail to pick up on some of
the dynamic part.

I was just creating a Google sitemap and it made me wonder: has anyone
created or seen a script that uses the XML Google sitemap to power a
search engine for your own site?

Seems like if you were keeping it updated for Google, why not use it for
your own site?

View Replies View Related

What Is Wrong With My If Statment

I'm using the following code on my website:

if left(session("lastPage"), 5) <> "admin" then
session("return") = session("lastPage")
else
session("return") = ""
end if

My problem is even the "left(session("lastPage"), 5) is equal to "admin" it still not equal the variable session("return") to "". Can anyone please tell me why or what Im doing wrong?

View Replies View Related

Wrong Code

I'm Trying this code to switch the user group , so this code select users with groups only if the user doesn't have a group or does'nt exist redirect it to another page
Her is my code please check it
Code:

sql="select * from users,groups where users.user_id='"&id2&"' and users.group_id=groups.g_group_id"
set rs=conn.Execute(sql)
if rs.eof or rs("group_id")=null then
Response.Redirect("switch.asp?id="&session("session_id")&"&page=management")
else
dim group
group=rs("group_id")

end if
and It gives me this error message
Error Type:
(0x80020009)
Exception occurred.

View Replies View Related

Wrong User

I have web prgramming to check login. After first time login, I still could login even type wrong password and username, but I need correct login when trying different computer. Is the problem with cache?

View Replies View Related

Wrong # Of Recordset

The output contains only one record it is supposed output 2.. sch_date in db are 10-Oct-07 and 14-Oct-07 ....

Code:

rs.Open "SELECT * FROM schedule WHERE trim(sch_date) between #"&FormatDateTime(trim(x),2)&"# and #"&FormatDateTime(trim(y),2)&"# ",conn
response.Write(rs.recordcount)
response.End()

View Replies View Related

ASP SQL Query Wrong

I am getting the error message

Microsoft VBScript compilation (0x800A0409)
Unterminated string constant

Here is my Query, It is slight incorrect:

newest_sql = "SELECT TOP 5 CatID, ContentID, DateAdded, Title, FeaturedLabel, NewestLabel FROM Content, ContentTypes Where Content.ContentTypeID = ContentTypes.ContentTypeID
AND (((Content.Display)=1) AND ((ContentTypes.ContentTypeId)=4))
ORDER BY DateAdded DESC"

View Replies View Related

ADO Parameter Of The Wrong Type

I've taken over the development of a web app written in ASP. It's not
very well coded. In the live environment it's fine, but on my local
machine it falls over whenever it tries to pass a date to a SQL Server
sproc. No idea why the person before me's been doing all this string
formatting with his dates, but anyway, the error is:

Application uses a value of the wrong type for the current operation.

The dates throughout are in mmddyyyy format, and presumably ADO
running on my local machine wants ddmmyyyy. I'm rebuilding the whole
app in C#.Net anyway so I don't think it's worth me running through
and making this jumble of code international date friendly, so my
question is, where exactly is the date format for ADO defined?
Windows? SQL Server?

View Replies View Related

Wrong Code For Include

I am not sure if this is in the right thread, but...I am making my new website and I haven't been able to get a 'siteinclude' file to work with my default page.
I created a site wide file, basically, includeing the header and table of contents and eventually the footer. I have other sites like this, but cannot figure out what is wrong with this one.
I thought that by putting together a site wide file, i could easily generate many pages that are similar, by adding <!--#include virtual="/siteinclude.asp"--> to the top of the page. Then making the page regularly, save it as .asp and it should have when I just created as well as the 'siteinclude' info, right? Well, the problem I am having is with the default file. It is appearing BELOW the 'siteinclude' info, instead of within it.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved