Wondered if someone could help me out with some Javscript.
I have a web database that has two frames. The menu frame to the left and the main frame. When the web page first loads, it loads the menu frame and a page called ‘homepage’ in the main frame. Users can then navigate using some menu options in the menu frame.
I’ve inserted an image in the menu frame and I want people to be able to click this image to load the original ‘homepage’ into the main frame.
I’ve tried a few things but I can’t seem to get it to work. I open the page in designer and click the image. Domino Designer highlights the OnClick option and in the programmers pane for Client/Javscript, I enter http://full.servername/test.nsf/HomePage?OpenView
However, nothing happens. Am I supposed to be using the window.open command? Any help would be appreciated.
Oh and how would I get the hand cursor to appear as well? Sorry to be cheeky!