all groups > inetserver asp general > january 2004 > threads for sunday january 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
How can I give a nice print friendly feature through IE for my website visitors
Posted by techy techno at 1/18/2004 11:19:27 PM
Hiii
Hello..
I just wanted to know if anyone can tell me how can I give my website
visitors the feature of "FRIENDLY PRINTING" through IE.
I would definitely like to give a feature like this
which is in the site below :
http://www.gulf-daily-news.com/Articles.asp?Article=72007&Sn=WORL... more >>
http://user:pass@www.anydomain.com/file.zip does not work in a .asp page
Posted by Guilherme C. Hazan at 1/18/2004 9:50:07 PM
Hi folks,
I have this situation: a server where i have the site, with asp and MSSQL
Server, and another site with a linux, where i host some files.
I had password protected a directory in the linux server, and i can
successfully login and download the file if i paste the url in the browser's... more >>
How do I create a pop up window within ASP code?
Posted by mmac at 1/18/2004 9:23:32 PM
I am trying to create something like this:
Response.Write "<a
href=""javascript:openWindow('www.domain.com/events/EventDetails.asp?EventID=" &
rsEvents("OccID") &
"','Today','status=yes,scrollbars=yes,resizable=yes,width=500,height=500')"">"
I know there is something wrong with the above, the... more >>
How to create pdf file?
Posted by dave at 1/18/2004 3:58:00 PM
I want to create pdf file for reports using asp code.
Any help would be appreciated..
Thanx
dave... more >>
absolutely weird refresh delay problem
Posted by Wolfgang Kaml at 1/18/2004 11:45:58 AM
Hello All,
I have been researching newsgroups and knowledgebase all morning and not
found a solution that would solve the problem I have. I am having an ASP or
ASPX web page that implement a counter functionality and read/insert some
data in a MS Access database on that Windows 2003 server.
T... more >>
help me with " sign in display of data in asp form
Posted by mddv NO[at]SPAM hotmail.com at 1/18/2004 9:06:32 AM
i know how to replace the sign " when SUBMITTING a form in asp by this
code:
message = Replace(usermessage, "'", "''").
My problem is DISPLAYING data in an asp FORM, from an an access
database, when the data already contains a " sign
problem is like this:
access database .... to update on ... more >>
array query with multiple <SELECT> form field
Posted by Burton Figg at 1/18/2004 8:03:52 AM
I have a SELECT statement which holds a list of times (for adding
appointments to a database):
e.g.
<select name="time" id="time" size="3" multiple>
<option value="00:00">00:00</option>
<option value="00:30">00:30</option>
<option value="01:00">01:00</option>
<option value="01:30">01:30</... more >>
Querystring problem (&)
Posted by Travis Pupkin at 1/18/2004 3:01:44 AM
How do you handle an ampersand (&) if it appears as part of the string
in a querystring? Is there a way to tell the server it is not the
beginning of a new variable being passed, but rather just a part of the
string value?
Thanks... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|