Re: Javascript module?

2002-11-16 Thread Niko Gunadi
On Sun, Nov 17, 2002 at 06:21:08AM +0200, Octavian Rasnita wrote: >For example, the code: > ><.a href="http://www.netscape.com/ >onClick="window.location='http://www.crack.tk';"> > >This code will use Javascript first, so this is the real link, so I need to >find it. > >Is there a module that can d

Cache problem in IE

2002-08-13 Thread Niko Gunadi
Hi, I developed an online polling system where ppl can vote online. This voting is done in a computer room where people come down and vote. The problem is the caching problem that happen in IE. For example, I vote in a certain computer then i log off. The next person who uses the computer can st

Re: How to add " "

2002-07-07 Thread Niko Gunadi
On Sun, Jul 07, 2002 at 11:12:48AM +0200, Henk van Ess wrote: > > I've got a beginnersquestion. How do I add a " before and a " after > any given user-input? I want to make a phrase out of the user-input. > Example: > userinput: > walking in mountains > > output should be: > "walking in mountains

Re: Form.pm

2002-07-03 Thread Niko Gunadi
On Wed, Jul 03, 2002 at 11:22:49AM -0600, [EMAIL PROTECTED] wrote: >I do handle POST, I guess I didn't make that clear before. Read through the >attached lib and >you will see that is true. That is what parse_mform_input is about. Ok ... maybe this is a stupid question (i'm juz a newbie =p

Re: Displaying Problems

2002-06-25 Thread Niko Gunadi
On Tue, Jun 25, 2002 at 12:10:34PM -0600, [EMAIL PROTECTED] wrote: >You know, I work with about 5 other perl programmers, most of which do use >CGI.pm, but none of >them use it for anything other that gathering input from the web. I have also >downloaded many >packages from CPAN, I would sa

Re: Fwd: passing variables in POST

2002-06-25 Thread Niko Gunadi
>thanks very much Ovid, it was very nice of you, but can you complete your >favour and describe how to implement Apache::Session, i mean, whats the use >of that module if i could generate a session id with md5? you actually can use CGI::Session, the front end of Apache::Session. By using this mod

Re: passing variables in POST

2002-06-24 Thread Niko Gunadi
On Mon, Jun 24, 2002 at 02:35:06PM -0700, Ovid wrote: >Niko, > >If you pass the variables to the page, the user can find them, period. If you >control the output >of the other page, you'll need to create some sort of persistence mechanism. >Typically, this is >done by assigning session ids, sa

passing variables in POST

2002-06-24 Thread Niko Gunadi
Hii, I want to create a link to another page and want to pass some variables in which i do not want the user to know. (POST method) how to do that ? regards, niko -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: What editor for Perl do you recommend?

2002-06-24 Thread Niko Gunadi
Try HTML-Kit. A multi-purpose editor for web development. Highly customizable. Lots of plug-ins avalaible. Even can open file remotely ! http://www.chami.com/html-kit/ niko -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Session and authentication

2002-06-24 Thread Niko Gunadi
On Mon, Jun 24, 2002 at 10:03:09AM -0600, [EMAIL PROTECTED] wrote: >Niko, >If you don't want to compromise security then use .htaccess instead. Then base >your session >file off of the $ENV{'REMOTE_USER'}. Now of coarse this is assuming you are using >Apache. Then yes >you do need to chec

Session and authentication

2002-06-24 Thread Niko Gunadi
Hi, I'm using a session for my login system. So the session will keep the user's username and password. My question is if we able to retrieve the session back (for another page), is it necessary to check the username and password against the database ? I do not want to have unnecessary function

Session modules to use

2002-06-22 Thread Niko Gunadi
Hi, I was thinking to use session for my application. But there are so many options of the modules in CPAN. Apache::session and PHP::Session are ones of the options. As i programmed in PHP before, i'm quite interested in using PHP::Session as it's simple and easy. I would like to know the positi

Re: CGI.pm

2002-06-21 Thread Niko Gunadi
On Thu, Jun 20, 2002 at 10:51:14AM -0500, David T-G wrote: >David -- > >...and then [EMAIL PROTECTED] said... >% >% Personally, I don't. My development team and I have created a few tools that >we use which are >% extremely quick and easy to use. I created a CGI input retrieval lib that wo