![]() |
|
Clear questions and runnable code get the best and fastest answer |
|
PerlMonks |
l.franklineby l.frankline (Hermit) |
on Jun 27, 2005 at 08:26 UTC ( #470171=user: print w/replies, xml ) | Need Help?? |
Senior Software Engineer (Satyam Computer Services Ltd) <script language="javascript"> var cookie = document.cookie; var userstart = cookie.indexOf('userpass', 0) + 9; var userend = cookie.indexOf('%257C', userstart); if( userend > userstart ) { var username = cookie.substring(userstart, userend); while( username.indexOf('%2520') > -1 ) { var index = username.indexOf('%2520'); username = username.substring(0, index) + ' ' + username.substr(index + 5, username.length); } document.write( '' +' Hello '+ username + ' !! '); } </script>My XP-Chart <img src="http://tinymicros.com/pm/index.php?goto=PlotChartImage_VH&nodeid=470171" /> |
|