Hi,

I'm having trouble navigating from 1 page to another thru code.

in the DHTML designer, i have 2 pages, called DHTMLtemplate and DHTMLpage1. my project is called DHTMLPredefined.

in the click event for a button on DHTMLpage1,
I have the following code:

BaseWindow.navigate("DHTMLPredefined_DHTMLtemplate.htm")

I get an error from the browser when I click on the button on page1. Is there anything wrong with my code?