[Dynapi-Help] MSHTML Error (I.E. 4 & 5.5)

2001-07-20 Thread ClassiViews Support
ed on form content. When they go to submit the form, it generates the error. I've tried Win95, Win98 & WinME. It always bails with IE4, and only sometimes with IE5.5. Any thoughts?? The page can be found at: http://www.classiviews.com/classiviews/adform.asp TIA Don Whitehead ClassiViews

[Dynapi-Help] Inline hidden layers

2001-06-15 Thread ClassiViews Support
I've encountered a problem that is probably just something I've done wrong. If I set the style="position:absolute;visibility:hidden" for an inline layer, I cannot show it through DynAPI with DynAPI.document.getAll() and .setVisible. Am I just trying something that cannot work? The reasoning beh

RE: [Dynapi-Help] Forms, inlines and setHTML on NS4

2001-06-14 Thread ClassiViews Support
st here: http://www.mail-archive.com/index.php3?hunt=dynapi - Original Message - From: "ClassiViews Support" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 14 June, 2001 16:23 Subject: [Dynapi-Help] Forms, inlines and setHTML on NS4 > I have the

RE: [Dynapi-Help] Forms, inlines and setHTML on NS4

2001-06-14 Thread ClassiViews Support
PROTECTED] Subject: Re: [Dynapi-Help] Forms, inlines and setHTML on NS4 look at how you are referencing the form elements. I think you need to change it to allow for NS. I don't think that NS uses an array of alements in the same fashion as you have used. ClassiViews Support wrote: > I

[Dynapi-Help] Forms, inlines and setHTML on NS4

2001-06-14 Thread ClassiViews Support
I have the following code: -BEGIN CODE function update_price(){ mf=DynAPI.document.getAll()["mainadform"]; ma=mf.doc.mainform; alert(ma["Ad Type"].value); switch(ma["Ad Type"].value){ case "Private": switch(ma["Duration"]

RE: [Dynapi-Help] re: dynapi, ie5, pws etc

2001-06-05 Thread ClassiViews Support
I've been using DynAPI fine with PWS.  Granted, most of my pages contain asp code as well, and are non-cached, so I'm not sure why it's not working.  If joe could include a little cample of what's not working, perhaps I could be of more help. -Original Message-From: [EMAIL PROT

Re: [Dynapi-Help] Test Mail

2001-05-23 Thread Classiviews Support
I -AM- an idjit, and should not be programming ;o) I was using the wrong form name. Works great now!! Thanks again for the help!!! - Original Message - From: "Classiviews Support" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 23, 2001 11:12 A

Re: [Dynapi-Help] Test Mail

2001-05-23 Thread Classiviews Support
orted to DynAPI2.53) > visit the DynAPI homepage (and FAQ) :: > http://dynapi.sourceforge.net/dynapi/index.php?menu=1 > Browse (and search) the mailinglist here: > http://www.mail-archive.com/index.php3?hunt=dynapi > > > > - Original Message - > From: "Clas

[Dynapi-Help] Test Mail

2001-05-22 Thread Classiviews Support
I've submitted a couple of questions to the list, and don't seem to be getting any response. Please someone acknowledge that this hits the list? Don Whitehead ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/

[Dynapi-Help] Inline and form

2001-05-21 Thread Classiviews Support
I've tried to find why the following scenario does not work: ASP page with: FORM (not encapsulated in a layer) sub-forms (visibility based on SELECT value -- each with own layer) when attempting to use INLINE (using both this.document.all['divname'] and this.document.getAll()['divname'])

[Dynapi-Help] NS4 Resize with frames

2001-05-18 Thread Classiviews Support
I know this may be a bit OT, but how can I stop NS4 from re-loading the frameset onresize? (it's really beginning to tweak me off) Don Whitehead ___ Dynapi-Help mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/dynapi-help