I use a table to design the web page. The header, content and the footer is design inside the table.
The user will select the data from the drop down list in the center of table(content) and the list inside another drop down will be generate base on the data that user choose on the first drop down list.
The problem is why i can't view the footer before i select the data from the drop down list even i didn't write the code to hide the footer?
w2k, sp3, iis 5. HTML pages fine but NO ASP pages run. Am I missing an extension or something? Security is low. If I try to run synciwam.vbs, I get an error 8004E00F. Any ideas?:-)
I look for a way to display a footer at the bottom of most of my ASP pages but not at all. I think that IIS 5 can do it but for all pages. In fact, what I look for, is a kind of non-scrooling region at the bottom of the screen where I could display a footer. Is there any known scripts doing that?
I need sample code in ASP which allows me to open a word file and write the record id as footer. Can this be done if so how? I know how to open files using the file system object just don't know how to create a footer automatically in ASP.
I need to add a custom header & footer to the excel report on generation. Is there a way to do this from the web without installing Excel on the webserver?
Does anyone know how to add a header and footer into an excell spreadsheet from an asp page?
I'm using the FileSystemObject to create the file. I need to know how to add a custom header and footer. I can't seem to find any reference to it online.
Does anyone know how to get rid of the header and footer that internet explorer adds to the page when printing a webpage. I know how to do it manually (File - Page Set Up) but i wondering if there is a way to maybe put some sort of tags into the page or an ASP script so that when any user prints the page it just prints whats inbetween the tags ?
how can we remove or change the header and footer of the web page, when we print it from the browser.By default it prints the URL, date time.is any possiblities us to remove that things.No. I don't want to change that settings by the file menu in internet explorer.please give some ideas for to handle this bby Coding.
Is it possible to create a simple word document using ASP and also set its footer to the record id and save the created document on the server. We have an ASP application and we can create PDF documents using one of the components available but we want to do the same in Word Document. I wonder if someone can suggest some code or a component to allow us to do this.
If I have a set of documents on a letterhead with a header and footer and I want them in HTML look as they look on the paper - i.e. if a document is longer then one printed page, the footer and then the header are inserted - how do I do it in ASP?
I.e. is there a way to monitor page length depending on font, margins and perhaps graphic used?
As my subject line says, I need to remove the header (Page 1 of x) and the footer (the url of the page) from the printed page. Can I do that through the code? I am using ASP.
i am facing a problem with CrystalReports for visual basic.Net 2003. I have passed almost through all the problems but still i get a message when i view some reports "Page header or footer longer then a page".
I am using ASP.net with VB and the developing muchien is running windows XP. the program works correctly to my computer but when i transfer it to the server machine i get the error .
The server machine is running windows 2000 server. It has the service pack on it and framework 1.1 with all the updates. Does anyone have a clwe?
I've got IIS installed and running on Win 2000 Professional. However it seems that I cannot view asp code. To test I've used the good old "Hello world" example. When run through localhost I'm met with page cannot be displayed. When run through c:inetpubwwwroot, I'm met with a blank page yet I can view the text in HTML. I've checked my properties for home directory and I've got TCP port 80, execute permissions as script only and application protection as medium(pooled). The local path address is correct and its set to Read, Log visits and Index this resource.
I have a registered user that buys a product online. The user supplies his/her email during the order also for verification purposes.
What I want to do as an Administrator is to be able to see that users first name and surname on my "Completed Orders" page (which dynamically refreshed every time a new order is made) using the email to get them from the database.
i had created an asp file and want to upload it to the server...however, when i uploaded the file..the file cannot be viewed through internet...why?do i need to set anything at the server?
I have a asp code that shows the values from a database. But here it shows all the values in one page. I want to make each record appear in a new page. How can i do it. Code:
I recently upgraded my PC from Windows XP Home to XP Professional, so that I can use XP Pro's build in IIS functionality to build ASP pages off of my home PC. I have installed IIS 5.1, configured it and tried several other things (restarting the server, configuring a web project, etc.).
When I attempt to view the page using the project name and computer name (in this case, it would be http://apollo/twinadev/), the status bar shows that IE is attempting to connect to the page, but after a long timeout period, I finally receive a Page Cannot Be Displayed Error.
I have a soccer database I am working on. My boys play once a week. I would like to have a way to query past games meaning the one they play the week before. So another words we played this sunday score was 1 -0, on my home page with my query I would like it to show 1 - 0 against so and so. Next week when we play again, I want the next team we played then to show up on the home page. So in essance the most recent game played to be displayed. In data base i Have a table called schedule, in that schedule I have a field called GameDate which defines the day of the game. How would I create a query that would pull all recent games played up until the next game day.
yet my colleague can? (when looking at exactly the same page - same destination folder etc) Is there some sort of setting, so that you dont only see those small yellow ASP blocks when looking at the design view, and see the layout of the page , with the tables etc? I realise that most of you gurus dont use the design view at all, but it is something that using ASP,
I have designed a page that list department projects. I have decided to add sub projects to main projects that are listed. I would like to be able to view the sub projects on the main page where all of the main projects are listed. I would like it to look like something in Access when you have sub records that are related to a main record.
In Access you click on the + sign and it opens up the related records and then you can click on the - to close them. Even something like is on this page up at the top where it has the main folder (ASP Free Forums) with a sub folder connected to it. (Post New Thread) Something like that would be perfect.
I am able to show the associated sub projects when I click on a detail button that isolates that record, but I can't think of how I would do this on the main page with several records. Any ideas how I could do this or examples of where I can find some similar code that will accomplish this? I'm not even what sure as to what key words to type into Google.
I expect this has been covered before but I can't anything to reflect this. How (with code) can you view folders within a directory from within a drop down menu?
I want to add record in my form. Previously i can only add 1 record and click on Add button to add 2nd record. Is it possible for me to directly add 2nd record? So i will have 2 options here, view the list and add 2nd record or directly add 2nd record.
i had created an .asp file for my website.however, it cannot be viewed using internet but through local computer, it can be viewed. the address http://www.perak.uitm.edu.my --> click on ''pengurusan atasan''link under UiTM Perak menu. tq.
after a member log in and he is redirected to the memberpage.as and there are a link to view his profile or details which is in the database in members table.
how can i view his details and he can make changes to it??? how many pages i have to do ? and the page which has his details should it be html with a form or should be asp page?
I have 2 tables, one has id, fname, lname, and the other has id, amount. I need to create a view to sumarize the total amount of each person, what's wrong with this:
create view myView (id, firstname, lastname, totalamount) as select d.id, firstname, lastname, sum(amount) as totalamount from mtcdata d, mtcbilling b where b.id=d.id