Click here to Skip to main content
15,909,897 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: how to use asp to upload a file to the remote server? Pin
Jon Sagara13-Sep-01 8:38
Jon Sagara13-Sep-01 8:38 
Generalsetup Pin
kushidost11-Sep-01 3:42
kushidost11-Sep-01 3:42 
GeneralSaving ASP Output to HTML Pin
Paul Watson7-Sep-01 5:35
sitebuilderPaul Watson7-Sep-01 5:35 
GeneralUsing <xsl:variable> with group transform Pin
5-Sep-01 21:11
suss5-Sep-01 21:11 
GeneralUsing <xsl:variable> with group transform Pin
5-Sep-01 20:50
suss5-Sep-01 20:50 
GeneralASP Session variables Pin
Not Active5-Sep-01 18:33
mentorNot Active5-Sep-01 18:33 
GeneralRe: ASP Session variables Pin
14-Sep-01 4:05
suss14-Sep-01 4:05 
GeneralRe: ASP Session variables Pin
16-Sep-01 12:17
suss16-Sep-01 12:17 
Global.asa

var ID = 0;

function Session_OnStart()
{
Session("ID") = 9;
}

On page 1 I can do the following

Response.Write(Session("ID")); // Outputs 9
Session("ID") = 10;
Response.Redirect("page2.asp");

On page2 I get this

Response.Write(Session("ID")); // Outputs 9 not 10

GeneralEasy question Pin
AaronGman5-Sep-01 10:29
AaronGman5-Sep-01 10:29 
GeneralRe: Easy question Pin
Erik Thompson5-Sep-01 14:43
sitebuilderErik Thompson5-Sep-01 14:43 
QuestionDoes it enyone know how can I call printPreview in IE5.5+? Pin
5-Sep-01 3:02
suss5-Sep-01 3:02 
AnswerRe: Does it enyone know how can I call printPreview in IE5.5+? Pin
Not Active5-Sep-01 10:04
mentorNot Active5-Sep-01 10:04 
GeneralURGENT : Using a DLL in InternetExplorer Pin
sanskypotov2-Sep-01 20:55
sanskypotov2-Sep-01 20:55 
GeneralRe: URGENT : Using a DLL in InternetExplorer Pin
Not Active3-Sep-01 3:38
mentorNot Active3-Sep-01 3:38 
GeneralRe: URGENT : Using a DLL in InternetExplorer Pin
sanskypotov3-Sep-01 4:03
sanskypotov3-Sep-01 4:03 
GeneralSiteServer Cookie Pin
Ravi Shankar29-Aug-01 19:13
Ravi Shankar29-Aug-01 19:13 
GeneralRe: SiteServer Cookie Pin
1-Sep-01 21:05
suss1-Sep-01 21:05 
GeneralASP: File System Object Pin
29-Aug-01 8:26
suss29-Aug-01 8:26 
GeneralRe: ASP: File System Object Pin
Not Active29-Aug-01 8:58
mentorNot Active29-Aug-01 8:58 
GeneralCombo box size Pin
- Emanuele -29-Aug-01 5:39
- Emanuele -29-Aug-01 5:39 
GeneralRe: Combo box size Pin
calebcohoon30-Aug-01 15:54
calebcohoon30-Aug-01 15:54 
GeneralSVG Pin
lm829-Aug-01 2:39
lm829-Aug-01 2:39 
GeneralRe: SVG Pin
Erik Thompson29-Aug-01 8:17
sitebuilderErik Thompson29-Aug-01 8:17 
GeneralCSS Problem Pin
Michael Zimmer28-Aug-01 17:09
Michael Zimmer28-Aug-01 17:09 
GeneralRe: CSS Problem Pin
markkuk28-Aug-01 20:20
markkuk28-Aug-01 20:20 

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.