Click here to Skip to main content
15,914,066 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: ActiveX WYSIWYG HTML Editor Pin
Jason Jystad26-Sep-01 5:50
Jason Jystad26-Sep-01 5:50 
Questionhow to use asp to upload a file to the remote server? Pin
Tea CH11-Sep-01 17:36
Tea CH11-Sep-01 17:36 
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 
I have encountered a problem with a session variable I have been trying to use.
I create the variable in the global.asa file along with other variables.
var ID = 0;

I have a one page that does validation for my site with the following type of code

<br />
if( page1 )<br />
   insert record...<br />
   Session("ID") = RecordSet("id");<br />
   // Session("ID") is fine here<br />
   Redirect("page2.asp");<br />
else if( page2 )<br />
   var temp = Session("ID");<br />
   // Session("ID") does not exist<br />
<br />
Anyone have any insite into this? I use other session variables and they through this and other variables and there doesn't seem to be a problem.

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 
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 

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.