Click here to Skip to main content
15,902,636 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHas somebody encountered the same situation? Pin
eraccn8-Jul-07 14:37
eraccn8-Jul-07 14:37 
QuestionVBScript confidence check? Pin
charlieg8-Jul-07 11:37
charlieg8-Jul-07 11:37 
Questionhow to add delete confirmation in ASP ? [modified] Pin
prashant pissey8-Jul-07 5:28
prashant pissey8-Jul-07 5:28 
AnswerRe: how to add delete confirmation in ASP ? [modified] Pin
Not Active8-Jul-07 5:50
mentorNot Active8-Jul-07 5:50 
GeneralRe: how to add delete confirmation in ASP ? Pin
prashant pissey8-Jul-07 18:30
prashant pissey8-Jul-07 18:30 
AnswerRe: C#.Net ASP (Urgent) Pin
Sathesh Sakthivel7-Jul-07 2:15
Sathesh Sakthivel7-Jul-07 2:15 
GeneralRe: C#.Net ASP (Urgent) Pin
| Muhammad Waqas Butt |8-Jul-07 20:49
professional| Muhammad Waqas Butt |8-Jul-07 20:49 
QuestionExcel Sheet within HTML. Pin
shivditya6-Jul-07 21:35
shivditya6-Jul-07 21:35 
QuestionHTML Website Pin
Software_Guy_1236-Jul-07 20:36
Software_Guy_1236-Jul-07 20:36 
QuestionRegarding Webserives Pin
John.L.Ponratnam6-Jul-07 16:24
John.L.Ponratnam6-Jul-07 16:24 
AnswerRe: Regarding Webserives Pin
Sathesh Sakthivel6-Jul-07 16:55
Sathesh Sakthivel6-Jul-07 16:55 
QuestionPadding Top Bottom Left Right Pin
Brendan Vogt6-Jul-07 8:51
Brendan Vogt6-Jul-07 8:51 
AnswerRe: Padding Top Bottom Left Right Pin
Fred_Smith6-Jul-07 8:55
Fred_Smith6-Jul-07 8:55 
QuestionRe: Padding Top Bottom Left Right Pin
Brendan Vogt6-Jul-07 9:04
Brendan Vogt6-Jul-07 9:04 
AnswerRe: Padding Top Bottom Left Right Pin
Fred_Smith6-Jul-07 9:56
Fred_Smith6-Jul-07 9:56 
AnswerRe: Padding Top Bottom Left Right Pin
Fred_Smith6-Jul-07 9:59
Fred_Smith6-Jul-07 9:59 
QuestionPrinting only a div in a page Pin
jeguzmanv6-Jul-07 6:24
jeguzmanv6-Jul-07 6:24 
QuestionPrinting only a div in a page Pin
jeguzmanv6-Jul-07 6:19
jeguzmanv6-Jul-07 6:19 
Hi everyone,
Again I am asking for your help, because your answers on other matters have been of so much help before. This time I have a web page, that will show only a text, and I want to print only that text, not the page number at the top of the page, or the url of the page and date at the bottom of the page. T understand i have to work with css, but i don't know much about that. So here is my code, is there something i am missing??? Thank you in advance.


@media print {
#impresion { visibility:visible}
}





<%
Response.Clear()
Response.ContentType = "text/plain"
Response.WriteFile(My.Request.PhysicalApplicationPath + "Facturas\" + Session("login_cajero") + ".txt")
Response.End()
%>



AnswerRe: Printing only a div in a page Pin
Fred_Smith6-Jul-07 6:46
Fred_Smith6-Jul-07 6:46 
GeneralRe: Printing only a div in a page Pin
jeguzmanv6-Jul-07 7:20
jeguzmanv6-Jul-07 7:20 
Questionfinding File Pin
Sachin Pimpale5-Jul-07 21:59
Sachin Pimpale5-Jul-07 21:59 
AnswerRe: finding File Pin
Fred_Smith6-Jul-07 3:37
Fred_Smith6-Jul-07 3:37 
QuestionWebservice Pin
kankeyan5-Jul-07 21:49
kankeyan5-Jul-07 21:49 
AnswerRe: Webservice Pin
Naga Rajendra Kumar6-Jul-07 1:17
Naga Rajendra Kumar6-Jul-07 1:17 
GeneralRe: Webservice Pin
kankeyan6-Jul-07 2:24
kankeyan6-Jul-07 2:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.