![]() |
|
P is for Practical | |
PerlMonks |
Re: Retrieving value from HTML->Javascript->Perlby TexasTess (Beadle) |
on Jul 07, 2002 at 00:04 UTC ( #179901=note: print w/replies, xml ) | Need Help?? |
The following screams at me from your code: win=window.open("cgibin/getPrice.pl?textBox="+text,"","width=250,heigh+t=240") Should read: win=window.open("cgibin/getPrice.pl?textBox='+text+' ","width=250,height=240") See the difference? TexasTess
In Section
Seekers of Perl Wisdom
|
|