| Author |
Message |
Randall
Guest
|
Posted:
Fri Jan 07, 2005 1:21 am Post subject:
Reposition the cursor |
|
|
Hi all,
I am using Stefan's property authoring control on on eof my template.
It works excellent. Thanks Stefan.
The template has 12 elements and the property control is at the bottom of
the page. So what happens when we navigate through the calendar to change the
month it reloads the page so every time we need to scroll down to get hte
calendar.
Is there a way to reposition the page at the same point after reloading?
I appreciate your help.
Regards,
Randall |
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Fri Jan 07, 2005 2:57 am Post subject:
Re: Reposition the cursor |
|
|
Hi Randall,
very good question... Actually I don't think that there is an easy way to
achive this as the update is done by a postback to the server.
You would need to add the position to a form field and postback it to the
server.
then you would need to inject some javascript code that scrolls down to the
position after the page has loaded again in the browser.
Cheers,
Stefan.
"Randall" <Randall@discussions.microsoft.com> wrote in message
news:9C150B3C-023F-48C6-8B86-13F2E470D86C@microsoft.com...
| Quote: | Hi all,
I am using Stefan's property authoring control on on eof my template.
It works excellent. Thanks Stefan.
The template has 12 elements and the property control is at the bottom of
the page. So what happens when we navigate through the calendar to change
the
month it reloads the page so every time we need to scroll down to get hte
calendar.
Is there a way to reposition the page at the same point after reloading?
I appreciate your help.
Regards,
Randall |
|
|
| Back to top |
|
 |
Randall
Guest
|
Posted:
Fri Jan 07, 2005 9:19 pm Post subject:
Re: Reposition the cursor |
|
|
Thanks Stefan.
Can you point me to some turorial or documentation related to this?
I appreciate your help.
Regards,
Randall
"Stefan [MSFT]" wrote:
| Quote: | Hi Randall,
very good question... Actually I don't think that there is an easy way to
achive this as the update is done by a postback to the server.
You would need to add the position to a form field and postback it to the
server.
then you would need to inject some javascript code that scrolls down to the
position after the page has loaded again in the browser.
Cheers,
Stefan.
"Randall" <Randall@discussions.microsoft.com> wrote in message
news:9C150B3C-023F-48C6-8B86-13F2E470D86C@microsoft.com...
Hi all,
I am using Stefan's property authoring control on on eof my template.
It works excellent. Thanks Stefan.
The template has 12 elements and the property control is at the bottom of
the page. So what happens when we navigate through the calendar to change
the
month it reloads the page so every time we need to scroll down to get hte
calendar.
Is there a way to reposition the page at the same point after reloading?
I appreciate your help.
Regards,
Randall
|
|
|
| Back to top |
|
 |
Stefan [MSFT]
Guest
|
Posted:
Sat Jan 08, 2005 7:31 am Post subject:
Re: Reposition the cursor |
|
|
Hi Randall,
I don't have any pointers to details of this implementation but here is the
IE documentation that should contain all the details to implement this:
http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/dhtml_overviews_entry.asp
Cheers,
Stefan.
"Randall" <Randall@discussions.microsoft.com> wrote in message
news:018E670B-89EE-4A3A-830D-02583EB375A9@microsoft.com...
| Quote: | Thanks Stefan.
Can you point me to some turorial or documentation related to this?
I appreciate your help.
Regards,
Randall
"Stefan [MSFT]" wrote:
Hi Randall,
very good question... Actually I don't think that there is an easy way
to
achive this as the update is done by a postback to the server.
You would need to add the position to a form field and postback it to
the
server.
then you would need to inject some javascript code that scrolls down to
the
position after the page has loaded again in the browser.
Cheers,
Stefan.
"Randall" <Randall@discussions.microsoft.com> wrote in message
news:9C150B3C-023F-48C6-8B86-13F2E470D86C@microsoft.com...
Hi all,
I am using Stefan's property authoring control on on eof my template.
It works excellent. Thanks Stefan.
The template has 12 elements and the property control is at the bottom
of
the page. So what happens when we navigate through the calendar to
change
the
month it reloads the page so every time we need to scroll down to get
hte
calendar.
Is there a way to reposition the page at the same point after
reloading?
I appreciate your help.
Regards,
Randall
|
|
|
| Back to top |
|
 |
|
|
|
|