473,385 Members | 1,343 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,385 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 1499
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...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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...

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.