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
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
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
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