This topic is locked

MYDIV

1/18/2007 12:11:32 PM
ASPRunner.NET General questions
I
itze57 author

<div id='mydiv' align=center> </div>&lt;script>mydiv.innerText = '';</script>&lt;script language=javascript>;var dots = 0;var dotmax = 10;function ShowWait(){var output; output = 'Bitte warten';dots++;if(dots>=dotmax)dots=1;for(var x = 0;x < dots;x++){output += '.';}mydiv.innerText = output;}function StartShowWait(){mydiv.style.visibility = 'visible'; window.setInterval('ShowWait()',500);}function HideWait(){mydiv.style.visibility = 'hidden';window.clearInterval();}StartShowWait();</script>&lt;script language=javascript>;HideWait();</script>
Hi everybody,
nearly all works fine - I log in, ENTER and my browsers source starts with the stuff shown above - the stuff is generated before the starting <HTML> and the effect is five lines padding . When I do anything for example: press to SEARCH-button, the same website appears without that stuff and without the five lines padding.
Has anybody an idea for me? may be the topic "dopostback" is involved ??? because this behavior can be seen the very first time for each ASPX.-file shown in the browser....
thanks - itze <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=4413&image=1&table=forumtopics' class='bbcemoticon' alt='<<' /> hope, you can understand me <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=question&id=4413&image=2&table=forumtopics' class='bbc_emoticon' alt=':(' />

Eugene 1/19/2007

Unfortunately, I didn't understand what is your problem. Please, send screenshots to support@xlinesoft.com