Popup
-
hi,
can someone please help me with a html object to give me a button that opens a popup?
i'd like some detailed setpoints on a small window, modal is possible.
i've tried some examples from help sites, but with no success :-/
thanks
neil
-
i have this...
<FORM>
<INPUT TYPE="BUTTON" VALUE=" plant overview " ONCLICK="window.location.href='reports.shtm',resizable=no,status=yes,scrollbars=yes,width=260,height=500">
</FORM>but it doesnt popup
-
Hi,
you may have a look at > function help(documentId, source) {...} in header.js.
Arne
-
hi,
i've found the help function in the header.js but am struggling to implement this to one of my pages...
documentid,source... not sure what i can put in there... or even if i can?
-
Hi,
I am no guru at this topic, I woud recommend some books:
OReilly: Dojo The Definitive Giude
OReilly: Ajax The Definitive Giudeor some online docs/APIs...
Arne