Actually for those who do JS all the time my issue would probably have been obvious. But being not to up to speed I missed the issues. Ob the good side the person who posts this free code got right back to me.
The issue was I was declaring cals I was not using. You can only declare the ones you actually cal on the page. So I can't use the include that gives me al l3 types of cals to pick from I need to make the proper declaration at the top of my page. I have asked him to add that comment to the directions. Otherwise I thought this was a good tool. Even if it did give me fits and cause a most interesting morning. It is worth checking out. http://www.javascriptkit.com/script/script2/epoch/index.shtml on 6/2/06 13:18, Dan Stein at [EMAIL PROTECTED] wrote: > OK I does get stranger and this is now over my head and past my acceptable > level of frustration > > If you go to > > http://www.dss-demo.com/catalog_request.taf > > This is the only way I can seem to get it working > > If I actually put a cal on the page then when you click the button the popup > actually comes up and works fine. > > It must be a bug in the epoch code itself because I took his example file > and took out the two flat cals and his popup no longer works either. > > Hopefully he has a fix because the DHTML is nice to work with. > > > > > on 6/2/06 12:56, Beverly Voth at [EMAIL PROTECTED] wrote: > >> On 06/2/2006 11:40 AM, "Dan Stein" <[EMAIL PROTECTED]> wrote in whole or in >> part: >> >>> I need to get these two JavaScript files called from inside my Witango >>> results page >>> >>> <script type="text/javascript" src="declarations.js"></script> >>> >>> <script type="text/javascript" src="epoch_classes.js"></script> >>> >>> Especially the classes file I can't add that to my witango itself. >>> >>> So what is the proper syntax. >>> >>> I tried <@appfilepath> and that does not work either >> >> The syntax is correct, if the files are on the same directory level as the >> calling '.taf'. They can be in the <head> or within the <body>, but I >> generally prefer within the <head>. If the path to the files is not the >> same, then put the correct path in. >> >> Beverly >> >> >> ________________________________________________________________________ >> TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf >> -- Dan Stein FileMaker 7 Certified Developer Digital Software Solutions 799 Evergreen Circle Telford PA 18969 Land: 215-799-0192 Cell: 610-256-2843 Fax 413-410-9682 FMP, WiTango, EDI,SQL 2000, MySQL, CWP [EMAIL PROTECTED] www.dss-db.com "There is a larger frame to the painting than the one that bounds our life's events." ________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf
