Search

You searched for the word(s): userid:652810

Matching Posts

  • Re: Print a page footer?

    thanks. So pure web code with css can not achieve that.
    Posted to Client Side Web Development (Forum) by rockdale on 7/15/2008
  • Re: Print a page footer?

    Thanks for your reply. Ot works for a table that expands more than 1 pages, the tfooter is on at the bottom of the first page, but on the 2nd page, the tfooter is not at the bottom of the page, it sit at the end of the content, whereever it is on the 1/2 of the page or 1/3 of the page. For a page with half content, it does not work, the tfooter sit on where the content ends, it could be on the top or the middle of the page. Any more advises thanks again -rockdale
    Posted to Client Side Web Development (Forum) by rockdale on 7/15/2008
  • Print a page footer?

    Hi, I am coding a web page which retrieve data from database and mainly used for print. The report has more than one pages. On every page's bottom, we need to print the copyright information. I have a footer div with bottom : 0px and It works fine for those pages that the data length they contain do not exceed one page, but for the data exceed one page , for example, it occupied 1.5 page, then the footer div will appear on the middle of the 2nd page and there is no footer div on 1st page. Is
    Posted to Client Side Web Development (Forum) by rockdale on 7/14/2008
  • Re: File uploading and downloading

    My concern is can somebody just go to http://www.mywebsite.com/files/ to browser the content of the direct and get all the file information and even downlaod the files/ I tried on my development local machine (Win XP) and I can view all the uploaded files even I did not login -rockdale
    Posted to Security (Forum) by rockdale on 7/2/2008
  • Re: File uploading and downloading

    I thought about store the file in databasebut my major concern is the bottleneck of retrieving large blob data from database. Store in file system with a hard-to-guess parm like you said sounds good to me, but the concern is , can somebody access the file without getfile.aspx... for example If all my files are stored under wwwroot/mywebapplication/files/membid1/filename1.pdf. Can they access the file by simply type in http://www.mywebsite/files/membid1/filename1.pdf? Since to write the file to this
    Posted to Security (Forum) by rockdale on 7/2/2008
  • File uploading and downloading

    Hi, The end users of my website need to be able to upload their files (image/pdf/doc..ect) and view/download their updated files. But nobody can view /download other users' files. I am thinking save the actual file into different directory for individual user, save other file info into database (like file name and path), and when the user view the I will generate a hyperlink to point to the file so that they can download. But how can I protect a users files is not be downloaded by another user
    Posted to Security (Forum) by rockdale on 7/1/2008
  • Re: Menu control: navigation only works when you click the word, and not the empty space around it.

    Got error on : table onclick = "this.parentNode.Click()" , Microsoft JScript runtime error: Object doesn't support this property or method. I am using vs2008 with ajax scriptmanager thanks -rockdale
  • Re: div position?

    I change the title div to using span, and it solves the problem, the span just extend to the width that the text needed. thanks -rockdale
    Posted to Client Side Web Development (Forum) by rockdale on 6/26/2008
  • Re: div position?

    thanks for your reply. #title { width: 90%; border: solid 1px red; margin: 0 auto; background-color: #efefef; text-align: center; margin-top: -10px; } But the 90% width did not solve my problem. I want the container border start and end right after/before the title text. For example, if the title is a shorter text, then width 90% is too width, this title div is sit on the top border of content div vertically and horizontally. If you keep the width 90%, then the #efefef background will cover 90% of
    Posted to Client Side Web Development (Forum) by rockdale on 6/26/2008
Page 1 of 7 (61 items) 1 2 3 4 5 Next > ... Last ยป