Re: Witango-Talk: JavaScript include in Witango

2006-06-02 Thread Alan Wolfe
Hey Dan,
 
This might be a dumb question but do you have witango code in your .js file? 
On 6/2/06, Beverly Voth <[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>> 

Re: Witango-Talk: JavaScript include in Witango [Solved]

2006-06-02 Thread Ben Johansen

Sorry bout late replies, my mail server is having a bad day

Ben

On Jun 2, 2006, at 11:13 AM, Dan Stein wrote:

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





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  or within the , but I
generally prefer within the . 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




TO UNSUBSCRIBE: Go to http://www.witango.com/developer/maillist.taf


Witango-Talk: JavaScript include in Witango [Solved]

2006-06-02 Thread Dan Stein
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 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 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  or within the , but I
>> generally prefer within the . 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


Re: Witango-Talk: JavaScript include in Witango

2006-06-02 Thread Ben Johansen
Ok, Dan,You can't place a style block inside of a script block, you need to add the