From: Robert E. <re...@at...> - 2001-07-26 13:35:34
|
I'm trying to submit a form from a javascript (not the submit button), you know something like: <a HREF="javascript:document.myForm.submit();">some graphic other than those ugly standard buttons</a> (The form is in a .div.) Of course Explorer does it fine, but Netscape wont cooperate. Stuck on this for two days now, any help most appreciated. www.atoda.com/ecom/form4.htm When the page submits it goes to a .php page that retrieves the form data. Robert Evans re...@at... http://www.atoda.com |
From: Eytan H. <ey...@tr...> - 2001-07-26 14:35:19
|
you have to use the document object of the layer (i think) 8an ----- Original Message ----- From: "Robert Evans" <re...@at...> To: <dyn...@li...> Sent: Thursday, July 26, 2001 08:39 Subject: [Dynapi-Chat] Nested form in Nervous Nellie > > I'm trying to submit a form from a javascript (not the submit button), you > know something like: > > <a HREF="javascript:document.myForm.submit();">some graphic other than those > ugly standard buttons</a> > > (The form is in a .div.) > > Of course Explorer does it fine, but Netscape won't cooperate. > > Stuck on this for two days now, any help most appreciated. > > www.atoda.com/ecom/form4.htm > > When the page submits it goes to a .php page that retrieves the form data. > > > Robert Evans > re...@at... > http://www.atoda.com > > > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat > |
From: Scott A. L. <sc...@sc...> - 2001-07-26 18:12:41
|
Etyan is correct. Use the object model for Netscape: document.layers["myLayerID"].document.forms["formName"].submit(); ...and please, drop the "javascript:" protocol. It might kill your submission. Try this instead: <a href="#" onclick="document.myForm.submit(); return false;">some graphic other than those ugly standard buttons</a> scottandrew |
From: Robert E. <re...@at...> - 2001-07-27 13:27:01
|
Thank-you Etyan and Scott! Got it working: http://www.atoda.com/ecom/formworks.htm Robert Evans re...@at... http://www.atoda.com -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Scott Andrew LePera Sent: jueves, 26 de julio de 2001 20:21 To: dyn...@li... Subject: Re: [Dynapi-Chat] Nested form in Nervous Nellie Etyan is correct. Use the object model for Netscape: document.layers["myLayerID"].document.forms["formName"].submit(); ...and please, drop the "javascript:" protocol. It might kill your submission. Try this instead: <a href="#" onclick="document.myForm.submit(); return false;">some graphic other than those ugly standard buttons</a> scottandrew |
From: <hv...@ya...> - 2001-07-27 13:50:30
|
Hello everybody. As some might know, one of my many engagement with the dynapi is to fill = in the need for an IDE or RAD application. Well, the other week I found = one project on sourceforge called "DynAPI <!-- IDE --> (wysiwyg)" only = it hadn't really come off ground. I posted in the forum and almost = emiedatly become a member and admin. The problem really is that the two = other members are quite busy at the moment and I'm a beginner with = coding java which is the programming language it will be built in. = (Somebody might remember me as oppose to java earlier. Hmm, just let's = say I've reconsidered it) Anyway, I'm not going to rant about what this projects all about, so I = get straight to the point: we need more developers, developers who know = a bit of the chore of DynAPI inner workings as well as Javascript and = are able to work in Java with Swing as GUI.=20 So if you're interested, pleases check by at the project page [ = https://sourceforge.net/forum/?group_id=3D30194 ] and let know if you're = interested in joining in. Henrik V=E5glin [ hv...@ya... ] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Eytan H. <ey...@tr...> - 2001-07-27 21:50:44
|
I have a whole lotta code in Delphi. But I don't want Java (slow and painful from experience) but if you want C++ maybe we could work somthing out. 8an |
From: <hv...@ya...> - 2001-07-28 01:52:46
|
Isn't there some kind of "to-java-converter" in Delphi? Of course I'm = not sure how well it works, but it'll be great if it go, cause I think = this project is rather settled to be in java (sorry, but I wasn't = involved at the time it was settled).=20 BTW I tried to compile your delphi-code, but even with latter files I = couldn't get t through the run (although I just downloaded Delphi 5 free = version). Any chance you got any compiled files that works directly = under win32 just for checking it out? BTW2: I have big troubles setting up CVS on my win2000 machine with = sourceforge so I can administrate it? If anybody who knows would be so = kind ass to personally guide me through it I'd really appriete it. Even = better if someone knows how o set it up for JBuilder, but it's not a = necessity. Henrik V=E5glin [ hv...@ya... ] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Geert B. <gb...@th...> - 2001-07-28 06:40:53
|
Just me 2c ... Although I'm excited about this project, I sadly cant join due too my=20 participance in too many projects already. However, I can't keep my=20 mouth shut about java. Have you ever written a GUI app in java / swing?=20 Are you using a full-featured java / swing application daily? If so,=20 consider if you're willing to have to deal with *A LOT* of slow code,=20 memory bloat, big filesize, crawling startup speed, etc etc ...=20 Personally I hate using GUI apps that are written in java and they work=20 on my nerves. Recently I've ditched 5 months of work in java due to this. I spent more=20 time having to find hacks to make the software operate at an acceptable=20 speed and conveniance than to work on the project itself. I switched to=20 C++ using the Qt library and have never looked back since. Qt is so well=20 engineered that you have a lot of the facilities of a rich and easy to=20 use toolkit (such as java) without most of java's problems. Since a=20 non-commercial version is now also freely available for windows, one of=20 Qt's major drawbacks has at last disappeared. Hope this help a bit, Geert Bevin Henrik V=E5glin wrote: > Isn't there some kind of "to-java-converter" in Delphi? Of course I'm n= ot sure how well it works, but it'll be great if it go, cause I think thi= s project is rather settled to be in java (sorry, but I wasn't involved a= t the time it was settled).=20 >=20 > BTW I tried to compile your delphi-code, but even with latter files I c= ouldn't get t through the run (although I just downloaded Delphi 5 free v= ersion). Any chance you got any compiled files that works directly under = win32 just for checking it out? >=20 > BTW2: I have big troubles setting up CVS on my win2000 machine with sou= rceforge so I can administrate it? If anybody who knows would be so kind = ass to personally guide me through it I'd really appriete it. Even better= if someone knows how o set it up for JBuilder, but it's not a necessity. >=20 > Henrik V=E5glin [ hv...@ya... ] >=20 >=20 > _________________________________________________________ > Do You Yahoo!? > Get your free @yahoo.com address at http://mail.yahoo.com >=20 >=20 > _______________________________________________ > Dynapi-Chat mailing list > Dyn...@li... > http://lists.sourceforge.net/lists/listinfo/dynapi-chat >=20 >=20 |
From: <hv...@ya...> - 2001-07-28 08:16:22
|
Well I use a couple of java applications incluing JBuilder (which is an = excelent java builder too, avaialable for free in a personal version), = ArgoUML (to draw OO diagrames and schemes) and a few other SF projects = application. Non of these have given me any trouble whatsoever and they = all run smooth. As I sad I have reconsider, cause my previous experience = was that java WAS bloated, slow and all that, but after experience how = smooth these apps run - and I'm talking about java applications, web = applets still hold true to being unfit - I don't have ay of my previous = resevations. I'm glad that you show interested, and it would be great if you could = join our efforts. However I'm pretty sure the language is rather = settled. I don't know if maybe C++ and java is able to go together. In = that case maybe the applications kernel could be done in C++ running = java?=20 You're still welecome if you have any ideas. Henrik V=E5glin [ hv...@ya... ] ----- Original Message -----=20 From: "Geert Bevin" <gb...@th...> To: <dyn...@li...> Sent: Saturday, July 28, 2001 8:44 AM Subject: Re: [Dynapi-Chat] DynAPI IDE project Just me 2c ... Although I'm excited about this project, I sadly cant join due too my=20 participance in too many projects already. However, I can't keep my=20 mouth shut about java. Have you ever written a GUI app in java / swing?=20 Are you using a full-featured java / swing application daily? If so,=20 consider if you're willing to have to deal with *A LOT* of slow code,=20 memory bloat, big filesize, crawling startup speed, etc etc ...=20 Personally I hate using GUI apps that are written in java and they work=20 on my nerves. Recently I've ditched 5 months of work in java due to this. I spent more = time having to find hacks to make the software operate at an acceptable=20 speed and conveniance than to work on the project itself. I switched to=20 C++ using the Qt library and have never looked back since. Qt is so well = engineered that you have a lot of the facilities of a rich and easy to=20 use toolkit (such as java) without most of java's problems. Since a=20 non-commercial version is now also freely available for windows, one of=20 Qt's major drawbacks has at last disappeared. Hope this help a bit, Geert Bevin _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Bryce S. <bry...@dp...> - 2001-07-28 16:00:54
|
Have you guys checked out Netbeans / OpenAPI? I haven't looked into what it takes to use their framework, but I know that it was designed to be re-used. Their code is pretty slick and very mature, and if you could use their work as a springboard, this project might go a bit easier. You can look it up at www.netbeans.org. ----- Original Message ----- From: "Henrik Våglin" <hv...@ya...> To: <dyn...@li...> Sent: Friday, July 27, 2001 6:51 AM Subject: [Dynapi-Chat] DynAPI IDE project Hello everybody. As some might know, one of my many engagement with the dynapi is to fill in the need for an IDE or RAD application. Well, the other week I found one project on sourceforge called "DynAPI <!-- IDE --> (wysiwyg)" only it hadn't really come off ground. I posted in the forum and almost emiedatly become a member and admin. The problem really is that the two other members are quite busy at the moment and I'm a beginner with coding java which is the programming language it will be built in. (Somebody might remember me as oppose to java earlier. Hmm, just let's say I've reconsidered it) Anyway, I'm not going to rant about what this projects all about, so I get straight to the point: we need more developers, developers who know a bit of the chore of DynAPI inner workings as well as Javascript and are able to work in Java with Swing as GUI. So if you're interested, pleases check by at the project page https://sourceforge.net/forum/?group_id=30194 ] and let know if you're interested in joining in. Henrik Våglin [ hv...@ya... ] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Dynapi-Chat mailing list Dyn...@li... http://lists.sourceforge.net/lists/listinfo/dynapi-chat |
From: <hv...@ya...> - 2001-07-28 18:41:23
|
Well, I've been onto peeking at it, but since I very little previous = coding experience I'm in position to evaluate it. From what I read of it = though, it seems great. I've also looked at some other SF projects texteditor, and the LF pack. = We haven't decided much yet, so its still very open. Henrik V=E5glin [ hv...@ya... ] ----- Original Message -----=20 From: "Bryce Schober" <bry...@dp...> To: <dyn...@li...> Sent: Saturday, July 28, 2001 5:54 PM Subject: Re: [Dynapi-Chat] DynAPI IDE project > Have you guys checked out Netbeans / OpenAPI? I haven't looked into = what it > takes to use their framework, but I know that it was designed to be = re-used. > Their code is pretty slick and very mature, and if you could use their = work > as a springboard, this project might go a bit easier. You can look it = up at > www.netbeans.org. >=20 _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |
From: Eytan H. <ey...@tr...> - 2001-07-29 03:11:21
|
Just answering henrik ave u really used JBuilder it is a nightmare. I can't stand working in i t because it is so slow and painful. 8an |
From: <hv...@ya...> - 2001-07-29 10:08:55
|
Yep, as far as installing, opening creating classes and importing files. But no, I haven't begun actually coding a whole app. (might clearify i use the latest Jbuilder 5 personal edition) But as i said i've tried various java apps and none of them showed any slowing down or other tendencies that java used to a few years (or even just months) back. I'm not saying it's flawless, but it showing off to be pretty well stable, for real applications. And in case anyone worries about Microsoft not implementing default support for java in Windows XP and future OS:es, it's not going be worse than the user having to downloading a plugin, a la flash - so it's all up to us developers to keep it a standard download. Henrik Våglin [ hv...@ya... ] --- Eytan Heidingsfeld <ey...@tr...> wrote: > Just answering henrik > ave u really used JBuilder it is a nightmare. > I can't stand working in i t because it is so slow > and painful. > 8an _____________________________________________________ Do You Yahoo!? Dit...@ya... - skaffa en gratis mailadress på http://mail.yahoo.se |