Click here to Skip to main content
15,908,626 members
Home / Discussions / Web Development
   

Web Development

 
Questioncss variables Pin
benams15-Mar-12 1:19
benams15-Mar-12 1:19 
AnswerRe: css variables Pin
Gregory Gadow15-Mar-12 6:34
Gregory Gadow15-Mar-12 6:34 
AnswerRe: css variables Pin
Not Active15-Mar-12 8:19
mentorNot Active15-Mar-12 8:19 
AnswerRe: css variables Pin
Anurag Gandhi16-Mar-12 3:07
professionalAnurag Gandhi16-Mar-12 3:07 
QuestionHelp with Google Maps Control for ASP.NET Pin
AhmadMF14-Mar-12 2:53
AhmadMF14-Mar-12 2:53 
QuestionPassing Data Between Pages Pin
ASPnoob13-Mar-12 12:27
ASPnoob13-Mar-12 12:27 
AnswerRe: Passing Data Between Pages Pin
Anurag Gandhi14-Mar-12 22:05
professionalAnurag Gandhi14-Mar-12 22:05 
AnswerRe: Passing Data Between Pages Pin
Gregory Gadow15-Mar-12 6:30
Gregory Gadow15-Mar-12 6:30 
You would have to either pass it as parameters in the URL or use a <form> block. Both options have drawbacks: URLs are limited to 255 characters, which makes parameters very awkward if you have a lot of data, and form data would have to submitted manually, by having the user click on a button. Keep in mind that pure HTML is just layout and display with no processing capabilities, and that HTML pages are stateless (they exist only for the moment and are recreated from scratch every time the page is reloaded.) That is why all of your solutions involve Javascript, ASP or some other processing language able to save data between page loads.
QuestionRUBY??? Pin
Member 84329389-Mar-12 22:44
Member 84329389-Mar-12 22:44 
AnswerRe: RUBY??? Pin
Richard MacCutchan9-Mar-12 23:09
mveRichard MacCutchan9-Mar-12 23:09 
AnswerRe: RUBY??? Pin
trinm198712-Mar-12 15:57
trinm198712-Mar-12 15:57 
QuestionSecurity handshake??? Pin
Roshin Narikkot6-Mar-12 0:32
Roshin Narikkot6-Mar-12 0:32 
AnswerRe: Security handshake??? Pin
Mohibur Rashid7-Mar-12 2:10
professionalMohibur Rashid7-Mar-12 2:10 
AnswerRe: Security handshake??? Pin
ZurdoDev19-Mar-12 4:43
professionalZurdoDev19-Mar-12 4:43 
QuestionDebugging a Web Site using Visual Studio Pin
Xarzu4-Mar-12 21:56
Xarzu4-Mar-12 21:56 
AnswerRe: Debugging a Web Site using Visual Studio Pin
Mohibur Rashid5-Mar-12 5:25
professionalMohibur Rashid5-Mar-12 5:25 
GeneralRe: Debugging a Web Site using Visual Studio Pin
Xarzu18-Jun-12 2:28
Xarzu18-Jun-12 2:28 
Questionwho can tell me why the php forum disappear? Pin
God-Solio2-Mar-12 1:20
God-Solio2-Mar-12 1:20 
AnswerRe: who can tell me why the php forum disappear? Pin
Richard MacCutchan2-Mar-12 2:28
mveRichard MacCutchan2-Mar-12 2:28 
QuestionAnyone can tell me why the php forum disappear? Pin
God-Solio2-Mar-12 1:20
God-Solio2-Mar-12 1:20 
AnswerRe: Anyone can tell me why the php forum disappear? Pin
absolu12118-Mar-12 7:04
absolu12118-Mar-12 7:04 
AnswerRe: Anyone can tell me why the php forum disappear? Pin
Shameel20-Mar-12 0:16
professionalShameel20-Mar-12 0:16 
QuestionDeploy a Web Application Online. Pin
hansoctantan29-Feb-12 22:18
professionalhansoctantan29-Feb-12 22:18 
AnswerRe: Deploy a Web Application Online. Pin
Richard MacCutchan29-Feb-12 22:46
mveRichard MacCutchan29-Feb-12 22:46 
SuggestionRe: Deploy a Web Application Online. Pin
Gerben Jongerius29-Feb-12 23:17
Gerben Jongerius29-Feb-12 23: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.