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.
How can i make i pop up the window.alert, if platval dont equal a numeric character? thanks in advance
if (platval == \"\"){
window.alert('You Must Enter A Valid Number');
}
else{
document.location.href='Cart_Manager.pl?quantedit=$pasd&truequant=platval';
}
}
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.
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.