473,411 Members | 1,895 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

newbee question about how to start..

EMW
I have managed to create a page with some buttons on it.
I want to create some little animation to those buttons, like just after the
page is opened in IE, the user sees the buttons move from a corner to a
specific position... (i now it's lame, but...)

If I open the text part of the ASPX file, I see the page class and the
Page_Load event.
But how can I start a procedure that will move those buttons, after the
page has loaded?

rg,
Eric

Nov 18 '05 #1
6 1501
You can't do that on the server.

If you want the user to see the buttons move around the screen, you will
need to write client side code.

"EMW" <So*****@MicroSoft.Com> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
I have managed to create a page with some buttons on it.
I want to create some little animation to those buttons, like just after the page is opened in IE, the user sees the buttons move from a corner to a
specific position... (i now it's lame, but...)

If I open the text part of the ASPX file, I see the page class and the
Page_Load event.
But how can I start a procedure that will move those buttons, after the
page has loaded?

rg,
Eric

Nov 18 '05 #2
You can't do that on the server.

If you want the user to see the buttons move around the screen, you will
need to write client side code.

"EMW" <So*****@MicroSoft.Com> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
I have managed to create a page with some buttons on it.
I want to create some little animation to those buttons, like just after the page is opened in IE, the user sees the buttons move from a corner to a
specific position... (i now it's lame, but...)

If I open the text part of the ASPX file, I see the page class and the
Page_Load event.
But how can I start a procedure that will move those buttons, after the
page has loaded?

rg,
Eric

Nov 18 '05 #3
EMW
thanks!
Not what I was hoping for.. ;)

"Marina" <so*****@nospam.com> schreef in bericht
news:%2****************@TK2MSFTNGP09.phx.gbl...
You can't do that on the server.

If you want the user to see the buttons move around the screen, you will
need to write client side code.

"EMW" <So*****@MicroSoft.Com> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
I have managed to create a page with some buttons on it.
I want to create some little animation to those buttons, like just after

the
page is opened in IE, the user sees the buttons move from a corner to a
specific position... (i now it's lame, but...)

If I open the text part of the ASPX file, I see the page class and the
Page_Load event.
But how can I start a procedure that will move those buttons, after the
page has loaded?

rg,
Eric


Nov 18 '05 #4
EMW
thanks!
Not what I was hoping for.. ;)

"Marina" <so*****@nospam.com> schreef in bericht
news:%2****************@TK2MSFTNGP09.phx.gbl...
You can't do that on the server.

If you want the user to see the buttons move around the screen, you will
need to write client side code.

"EMW" <So*****@MicroSoft.Com> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
I have managed to create a page with some buttons on it.
I want to create some little animation to those buttons, like just after

the
page is opened in IE, the user sees the buttons move from a corner to a
specific position... (i now it's lame, but...)

If I open the text part of the ASPX file, I see the page class and the
Page_Load event.
But how can I start a procedure that will move those buttons, after the
page has loaded?

rg,
Eric


Nov 18 '05 #5
Thats how the web works. The server can only generate the output that the
browser renders - it cant do anyhting with the output once its delivered to
the client.

Look at the registerstartupscript methods in asp.net to work out how you
would render the javascript required.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"EMW" <So*****@MicroSoft.Com> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
thanks!
Not what I was hoping for.. ;)

"Marina" <so*****@nospam.com> schreef in bericht
news:%2****************@TK2MSFTNGP09.phx.gbl...
You can't do that on the server.

If you want the user to see the buttons move around the screen, you will
need to write client side code.

"EMW" <So*****@MicroSoft.Com> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
I have managed to create a page with some buttons on it.
I want to create some little animation to those buttons, like just after
the
page is opened in IE, the user sees the buttons move from a corner to

a specific position... (i now it's lame, but...)

If I open the text part of the ASPX file, I see the page class and the
Page_Load event.
But how can I start a procedure that will move those buttons, after the page has loaded?

rg,
Eric



Nov 18 '05 #6
Thats how the web works. The server can only generate the output that the
browser renders - it cant do anyhting with the output once its delivered to
the client.

Look at the registerstartupscript methods in asp.net to work out how you
would render the javascript required.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP
"EMW" <So*****@MicroSoft.Com> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
thanks!
Not what I was hoping for.. ;)

"Marina" <so*****@nospam.com> schreef in bericht
news:%2****************@TK2MSFTNGP09.phx.gbl...
You can't do that on the server.

If you want the user to see the buttons move around the screen, you will
need to write client side code.

"EMW" <So*****@MicroSoft.Com> wrote in message
news:40**********************@dreader2.news.tiscal i.nl...
I have managed to create a page with some buttons on it.
I want to create some little animation to those buttons, like just after
the
page is opened in IE, the user sees the buttons move from a corner to

a specific position... (i now it's lame, but...)

If I open the text part of the ASPX file, I see the page class and the
Page_Load event.
But how can I start a procedure that will move those buttons, after the page has loaded?

rg,
Eric



Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: Gene Kahn | last post by:
Windows XP, Apache 2, PHP5 RC1 Hello, A total newbie here. I can't seem to get Apache2 to load the php5 module. When I loaded up this html file in a browser, only the Today's date: line prints on...
8
by: sikka noel | last post by:
Hi guyz, I rencenly finished by college book on c++. I have done data structures & operating systems as well. I thought that at this point i know C++ completely. However when I go on internet...
3
by: EMW | last post by:
I have managed to create a page with some buttons on it. I want to create some little animation to those buttons, like just after the page is opened in IE, the user sees the buttons move from a...
3
by: EMW | last post by:
I have managed to create a page with some buttons on it. I want to create some little animation to those buttons, like just after the page is opened in IE, the user sees the buttons move from a...
0
by: EMW | last post by:
I have managed to create a page with some buttons on it. I want to create some little animation to those buttons, like just after the page is opened in IE, the user sees the buttons move from a...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.