Hello, i have a simple question on sending html email with sendmail. I have this code that works fine but just prints the html please help! thansk in advance, Brett.
open (SENDMAIL, "| $sendmailpath -t") || die "Cant access sendmail at $sendmailpath. Reason: $!";
;
print SENDMAIL...
hello, i have this
var newWinWidth = 700;
var newWinHeight = 500;
window.resizeTo(newWinWidth, newWinHeight);
but cannot adjust the window size after.
How do i make it sizeable? thanks.
Hello, i am trying to send a variable from a prompt box to a new url and am having difficulties.
I have
if (platval == \"\"){
window.alert('You Must Enter A Valid Number');
}
else{
document.location.href='Cart_Manager.pl?quantedit=$pasd&truequant=platval';
}
}
The...
Hello, i have this,
$SWING = ENV{'QUERY_STRING'};
is this the correct way to retrieve the query string, it worked for me before, but now i get internal server error...
Is there another way to get this?
thanks.
Hello, I have
use CGI::Cookie;
$in = new CGI;
$coname = $in->cookie ( -name => 'iboostuser' );
$copass = $in->cookie ( -name => 'iboostpassword' );
It reads the cookies and works fine......
How can i also set a cookie using use CGI::Cookie;
I am currently setting them with cookie-lib.pl...
Hello, i have this,
use ../cookie-lib.pl;
$cookie{iboostuser}=$tell[2];
$cookie{iboostpassword}=$tell[0];
&set_cookie(time+86400,'www.iboost.org','/',0);
It works fine in my HTML directory fine.
I am trying the same exact code in directory
HTML/Cart, And i get internal server error...
Can...
Hello, I have a scalar
$blah="blah/blah/blah.bl";
How do i remove up to "blah.bl" and save it is its own scalar? I need to chop up to the first / Im not sure how to do that, I know its simple. Thanks.
Hello, I have an array which contains
example: 1,3,5,7,5,3,9,10,11,12
how can i remove any duplicates such as the threes and fives?
if (@array){
foreach(@array){
}
}
thanks
Hi I am making a website for integration with a manufacturing company. You guys have helped me a lot, and i was wondering if you guys could let me know what you think and check the site for security flaws or bugs.
please register, login, put stuff in cart, and just browse whats there...... you...
I got the page workin the way i want it to, except the damm text boxes wont highlight..... I have them all named accordingly, but cannot change the highlight. Please see.
http://www.iboost.org/handf.pl?uname=Sales&rpf=3&dir2=flared%20fittings#
thanks.
i have this
function highlightr(el) {
var SHIPPED1 = 'document.color.c1.value';
SHIPPED1.style.backgroundColor =
SHIPPED1.style.backgroundColor == \"yellow\" ?
\"\" : \"yellow\";
}
its not working someone plz help.
<html>
<span onmouseover=\"somescript\" onmouseout=\"somescript\">
mouse over</span><BR>
one two three four
</html>
ok if i had that how could i highlight just the word "two"
when mouse is passed over "mouse over".
Thanks.
if someone could answer that...
i have this setting the cookie, and it works.
how can i read the cookie in from the browser?
use cookie-lib.pl;
@pairs = split(/&/, $ENV{'QUERY_STRING'});
foreach $pair (@pairs) {
($name, $value) = split(/=/, $pair);
$value =~ tr/+/ /;
$value =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.