B
Bernie V
Hi group,
I use some javascript on my page to scroll some text.
This is my situatiion:
1 aspx file : home.aspx with the main layout
in the layout i use custom controls (ascx files) to show the whole page with
the main layout of home.aspx.
In the <head></head> tag of the home.aspx file I placed:
<script language="javascript" src="./jscript/scrollmessage.js"></script>
in the <body> tag i placed onload="scrollit();populate()"
with that the 2 scrollmessages begin to scroll when I open the page in
browser.
When I push on a submit button on the page reloads with al the images but
the javascript scroll functions don't work anymore.
When I reload the home.aspx page the java stuff works again.
Do I something wrong ?
Thx in advance
I use some javascript on my page to scroll some text.
This is my situatiion:
1 aspx file : home.aspx with the main layout
in the layout i use custom controls (ascx files) to show the whole page with
the main layout of home.aspx.
In the <head></head> tag of the home.aspx file I placed:
<script language="javascript" src="./jscript/scrollmessage.js"></script>
in the <body> tag i placed onload="scrollit();populate()"
with that the 2 scrollmessages begin to scroll when I open the page in
browser.
When I push on a submit button on the page reloads with al the images but
the javascript scroll functions don't work anymore.
When I reload the home.aspx page the java stuff works again.
Do I something wrong ?
Thx in advance