| |
| |
| |
|
Comments:
<0> looking for some help with an html form and I am hoping java would be able to handle what I need to do <0> I have an html input form that I want to be able to add a section to the bottom where you type in whatever email address you want then click submit and it will send the form data to the email address <1> Spyrus: you need an email client for that. either on the client or on the server. <0> prolly important to know the server cant do asp or php <0> can it just open it in outlook? <0> like a mailto option? <1> Spyrus: you can try to trigger to open the default email client. you probably cannot get it to autmatically send something. would be kind of stupid, wouldn't it? <1> hi calchas <0> is there an easy way to do it in the background? Its an internal form that ppl will use to fill out to request hardware <1> Spyrus: why do you want to **** the user in the rear end? have you no decency? <1> Spyrus: what you want technically would be a security hole. stop thinking about using security holes in your system design. <1> it's silly and makes your application brittle, once the whole has been fixed. <0> what do you recommend then? <2> i dont think he would say so, tho, i do! .. just possibly quit , and consider beeing a bartender.. ;P
<1> Spyrus: something server-side, unless it is something for friends or so, who don't mind having their email client opened for them, and where they have to press the "send now" button themselves. <0> thanks angel ;) <0> I don't think anyone internally would care if their email was opened but taking your advice as more of an expert on this than I am.... What would I need to do server side to enable this capability <1> something that can send email. it can be a simple as "blat", a win32 commandline client to send email. <1> best talk to your web hoster. <0> well its an internal server <1> excellent, full control then. <0> I just cant install asp or php <0> but I could add blat i suppose to handle email <1> bad luck then <0> damn <1> you'll have to run something on the server, somehow. <1> and something on the server has to accept incoming "send email" requests, somehow. <3> hello folks, I get a "adding window to a container" error <3> does anybody know where this comes from? <4> Hi, can anybody help me to deal with a FIFO buffer? <5> what's your question <6> i want to implement a FIFO buffer for data packets using semaphores <6> for a system working with threads <5> use a LinkedList and synchonize it <6> ok, thanks <5> http://java.sun.com/j2se/1.4.2/docs/api/java/util/LinkedList.html <6> actually what i'm tryin to do is use semaphores in order to make a thread wait, then store the data packet in the buffer <6> and then resume the thread <6> i've implemented the data buffer as a simple array <5> see threads in the tutorial <6> can i send you some code to see what i mean? <5> no <5> I know what you mean <2> lwl <5> the relevant methods for threads at that low level are discused in the tutorial <6> ok, how can i suspend a thread without using .suspend ? <2> Thread.wait(); <5> see the tutorial <6> ok <2> try{} catch{} it <6> thanks <6> ok <2> any good beginers guide for util.regexp? <5> there is something off the tutorial page but I think it's pretty light <5> www.thejavatutorial.com <2> ye, figured out.. <2> want to match string templates more than simple matching <5> http://java.sun.com/docs/books/tutorial/extra/regex/index.html <2> most of em threaded <2> aha u teh bst! <2> lwl didnt notice this one <5> that's the tutorial link <2> i saw a tut. that sent me ovet the api docs, which are a bit useless to read, as im no intrested in every single cl*** of regexp <5> there is only on Java Tutorial :) <5> one <7> please i would need some help, its simple, its about a javascript code for my homework, i got some stuff from a warez site but i can't really understand the code ? <7> ahah <5> lol <8> Hello everyone, anyone here created pdfs with digital signatures in itext ? <9> Can someone please tell me the value of user.home on a Windows system?
<9> Just have Linux here, but need to write Win code too. <10> discuss gihapun ug j2ee diri? <11> morning <12> Hello! <12> I've a problem with an undocumented cl***: this cl*** has a method which returns an interface. I've an object which implements that interface, but I can't cast my object to the method's returned interface so how can I use it? <13> anyone can help me in java? a very easy question <14> Hi all <14> any one knows how to build web services with eclipse IDE <15> could someone please kick rae25 (spam bot) <16> Rae25 is an advertiser <17> Rae25: FOAD <18> surprised how much java kicks *** now. <18> hey.. can someone with ops ban Rae25 <18> [09:26] <Rae25> w00t,hardcore xxx porno for free ! check out --> http://192.168.0.117/Hot_Girls_****ing_****s.scr <18> on entry into the channel <17> yeah, he's got a join script setup or something <19> Rae25: Are you aware that you send a message to people when they join the channel? <20> hi guys <20> i have a question <19> ahh good.. he found out before he asked <21> hi, i have an applet running on my website... when i click some random link on the website and then i get back... the applet is blank, i.e., it does not refresh... how can i get over this? <22> I'm trying to create a 4-player game that involved threads and networking. There seems to be a problem when I run my program since there is a part in the code wherein it pauses for a while before it continues to execute; hence, the JFrame of the game appears at different times for different players. <22> I tried to trace where it gets stuck, and it's a part where in I instantiate an object I created that extends Thread and the command is sto start that thread. Help regarding the delay please? <1> hi thunder, everyone <1> acee_: can you trim it down to a test case? i don't have time or brain share to offer for lengthy code. <22> what do you mean by test case? sorry, my brain has ceased to function properly. <23> Hey Clackwell <5> hi <24> What's the difference between java and c++? <25> heh <24> well that obviously wasn't for you cn28h :p <5> check out thinking in java, it has a c++ to java conversion chapter <24> can you run programs written in java in windows or do you need to install a java platform? <26> HolyCow : you need the java runtime <26> check out java.sun.com for details <26> thinking in java is a free book (google) <26> java in a nutshel has a c/c++ java comparison as well <24> really? I only found bookstores on google... <5> look harder <26> ? <26> google "thinking in java" bruce eckel <26> no way to miss it <5> http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLG,GGLG:2005-49,GGLG:en&q=thinking+in+java <24> found it <5> first link isn't a book shop <25> heya kmh <26> HolyCow : btw there's a free pdf and a book you can order <26> pdf/html i should say <24> I see. <27> hi ... i have a web application that requires users to upload files ... im a newbie and i dont know where to put their files .. any suggestions? <27> im using linux as my server btw <24> can I also compile java code explicitly for windows? <26> the general idea is not too <26> but there are a few tools doing that afaik <5> HolyCow compiling to native code makes little sense, what would you be trying to achieve by doing so? <24> you dont need virtual machine to run it? <5> you usually do <24> when you have compiled it to native code? <5> and anything that wasn't the JVM would be equivalent <5> usually it's just a wrapping into an exe <5> also if using the so called 'true' native compilers, they miss a lot of the standard library and are quickly unusable <5> if you are worried about your customer not having a JRE (not just the JVM) then ship it in the install
Return to
#java or Go to some related
logs:
#linuxhelp #java #java ptptp cisco nofs What Jane Fonda film has Duran Duran as the villain
qemu w2k msgina ubuntu unidad c #MissKitten univ romano americana
|
|