473,405 Members | 2,171 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,405 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 1500
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
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...

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.