server side scrollable message boxes using asp

This is a discussion on "server side scrollable message boxes using asp" within the Classic ASP section. This forum, and the thread "server side scrollable message boxes using asp are both part of the Program Your Website category.



 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Program Your Website > Classic ASP

Notices


Closed Thread
 
LinkBack Thread Tools
  #1  
Old Mar 18th, 2005, 11:54
Junior Member
Join Date: Mar 2004
Location: United Kingdom
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
server side scrollable message boxes using asp

I want to write back a scrollable message box populated with data from the server how would I go about doing this without using Javascript?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!

  #2  
Old Mar 18th, 2005, 12:02
Rob's Avatar
Rob Rob is online now
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,155
Blog Entries: 7
Thanks: 26
Thanked 19 Times in 16 Posts
If its to be scrollable without using javascript, then you have a few options...

First, you could use the <marquee> tag but this would limit it to internet explorer only.

Second, you could use client side VBScript, but again this is just limiting it to internet explorer.

Lastly, you could use a Flash movie and pass in the information the file would need to display the news ticker.

Sorry, but without javascript those would appear to be your only options.
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #3  
Old Mar 18th, 2005, 12:07
Rob's Avatar
Rob Rob is online now
Webforumz Founder
Join Date: Jul 2003
Location: Southern UK
Age: 34
Posts: 3,155
Blog Entries: 7
Thanks: 26
Thanked 19 Times in 16 Posts
I take it you DO want it to Autoscroll?

If not, then just use an iframe so people can manaually scroll content.
__________________
Click the 'Thanks!' button if this post has helped you

Rob - Webforumz Founder
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #4  
Old Mar 18th, 2005, 19:40
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
To make an area scroll you put your contents into a DIV tag and use CSS to set overflow="auto" as well as the width, height, borders, etc you want.

It's not clear though which part of what you're trying to do you want help with though: the server side code, the database, message submission, updating the box...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #5  
Old Mar 22nd, 2005, 11:07
Junior Member
Join Date: Mar 2004
Location: United Kingdom
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks Rob and Catalyst - I think the <marquee> tag will work in a div with set widths and height using CSS. Once a form has been filled in, I need to write a confirmation back to the user whilst populating it with data specific to the them which is held on the server.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
  #6  
Old Mar 22nd, 2005, 11:37
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Would it not be easier to just have the information on the page as normal text? What if the user misses something already scrolled through on the marquee? What if the marquee is too slow/fast, etc? Just playing devil's advocate
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Closed Thread

Tags
server, side, scrollable, message, boxes, using, asp

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Java server side technologies asim Webforumz Cafe 0 Jun 20th, 2007 07:47
Trouble with Server Side Includes BGarner Classic ASP 3 Jan 20th, 2007 17:16
Server side executables Donny Bahama PHP Forum 4 Dec 30th, 2006 17:59
Using CSS Rule together with CSS Class in server side controls Polly Anna Web Page Design 6 Aug 3rd, 2006 14:20
Client-Side VS Server Side Scripting redev2006 JavaScript Forum 1 Jul 30th, 2005 19:30


All times are GMT. The time now is 15:11.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42