[Perl-unix-users] embedding javascript in cgi perl- part II

2006-09-19 Thread Dhivya Arasappan/O/VCU
Hi,In my last mail, I said its a windows-linux issue. Its not even that. It works in mozilla, whether in windows or linux. But it doesnt work in IE.Any ideas?thanksdhivya___ Perl-Unix-Users mailing list Perl-Unix-Users@listserv.ActiveState.com To unsubscr

Re: [Perl-unix-users] embedding javascript in cgi perl

2006-09-19 Thread Peter Eisengrein
Another possible cause is the direction of the slashes in this statement:   print "var url = '';";   Just a thought.       -Original Message-From: Peter Eisengrein Sent: Tuesday, September 19, 2006 5:35 PMTo: 'Dhivya Arasappan/O/VCU'; perl-unix-users@listserv.ActiveState.comS

Re: [Perl-unix-users] embedding javascript in cgi perl

2006-09-19 Thread Peter Eisengrein
Not sure but if I had to guess it would be that the double quotes are interpolating the output. Of course, not sure why this wouldn't also happen in Linux. My recommendation is try using single quotes instead.     -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTEC

[Perl-unix-users] embedding javascript in cgi perl

2006-09-19 Thread Dhivya Arasappan/O/VCU
Hi,I've been using a perl script for a while now on  for a button which when clicked opens up another site (through a _javascript_ function embedded in the perl). Its been working fine, but recently I opened the site in windows and tried hitting the button. It didnt work. It doesnt open up the othe