I have an application that uses access as a record and page template. Each page has a separate page number column and there are 4 fields:1,2,3,4 of 255 chars each.
When I insert
<script>
function openWindow(wndURL)
{
window.open(wndURL,null,"width=700,height=500,scrollbars=yes");
}
</script>
I can open a window in the application when I click a link or image. Problem is I want to use a large javascript to make it snow on one of the pages but the code is extremely long.
Is there a way to make a module to call this script to make it work in this access database template or is this window command some property of the window only?? Any ideas?
thanks
When I insert
<script>
function openWindow(wndURL)
{
window.open(wndURL,null,"width=700,height=500,scrollbars=yes");
}
</script>
I can open a window in the application when I click a link or image. Problem is I want to use a large javascript to make it snow on one of the pages but the code is extremely long.
Is there a way to make a module to call this script to make it work in this access database template or is this window command some property of the window only?? Any ideas?
thanks