Click here to Skip to main content
15,892,809 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to make objects display while retrieving data from database Pin
Fred_Smith18-May-07 21:57
Fred_Smith18-May-07 21:57 
QuestionRun CGI application under Integrated Windows Authentication on IIS 6.0 Pin
shuchikalra15-May-07 5:30
shuchikalra15-May-07 5:30 
QuestionGerman "Umlaute" and Request.QueryString.Get [modified] Pin
Stasiak15-May-07 3:16
Stasiak15-May-07 3:16 
QuestionMaster.Page and WindowsIdentity doesn't work? [modified] Pin
Stasiak15-May-07 3:04
Stasiak15-May-07 3:04 
QuestionAJAX Page Loading message Pin
AaronM_NZ15-May-07 0:37
AaronM_NZ15-May-07 0:37 
AnswerRe: AJAX Page Loading message Pin
badgrs15-May-07 1:21
badgrs15-May-07 1:21 
AnswerRe: AJAX Page Loading message Pin
JimmyRopes15-May-07 3:39
professionalJimmyRopes15-May-07 3:39 
AnswerRe: AJAX Page Loading message Pin
szukuro15-May-07 5:28
szukuro15-May-07 5:28 
If I understand your problem correctly, you don't need AJAX to do this, just some tricky JavaScript. Let's say you have a page, Page1.aspx, that takes much time to load (for example because of it's size). The trick is to create another page which then "calls" the desired page. So the crucial part of 'Loader.aspx':

<body>
<img src="someanimation.gif" alt="" />
<script type="text/javascript">
window.location.href = 'http://www.yoursite.com/Page1.aspx'; //should obviously be generated dynamically
</script>
</body>
Questionplease helpme in this Pin
Vinay Dornala15-May-07 0:11
Vinay Dornala15-May-07 0:11 
AnswerRe: please helpme in this Pin
koolprasad200315-May-07 21:09
professionalkoolprasad200315-May-07 21:09 
Questionurgent help Pin
shruthis914-May-07 21:17
shruthis914-May-07 21:17 
AnswerRe: urgent help Pin
Guffa14-May-07 21:59
Guffa14-May-07 21:59 
QuestionAnchor tags getting affected by IFrame Pin
K.P.Kannan14-May-07 3:23
K.P.Kannan14-May-07 3:23 
Questionclientside upload script Pin
dennisv.oers13-May-07 22:12
dennisv.oers13-May-07 22:12 
AnswerRe: clientside upload script Pin
kubben14-May-07 3:58
kubben14-May-07 3:58 
Questioncreate folder on remote machine Pin
Navneet Hegde13-May-07 22:09
Navneet Hegde13-May-07 22:09 
AnswerRe: create folder on remote machine Pin
Fred_Smith14-May-07 2:15
Fred_Smith14-May-07 2:15 
GeneralRe: create folder on remote machine Pin
Navneet Hegde14-May-07 18:45
Navneet Hegde14-May-07 18:45 
QuestionHow to acheive daemon functionality in c# Pin
Prajin13-May-07 19:01
Prajin13-May-07 19:01 
AnswerRe: How to acheive daemon functionality in c# Pin
badgrs15-May-07 1:25
badgrs15-May-07 1:25 
QuestionSave File To Client Pin
AnhTin13-May-07 16:41
AnhTin13-May-07 16:41 
AnswerRe: Save File To Client Pin
Christian Graus13-May-07 18:24
protectorChristian Graus13-May-07 18:24 
GeneralRe: Save File To Client Pin
AnhTin13-May-07 18:41
AnhTin13-May-07 18:41 
QuestionRunning javascript after embedded object loads... Pin
Mundo Cani13-May-07 10:21
Mundo Cani13-May-07 10:21 
AnswerRe: Running javascript after embedded object loads... Pin
Mundo Cani13-May-07 11:31
Mundo Cani13-May-07 11:31 

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.