function PrintFrame(whichFrame){
parent[whichFrame].focus();
parent[whichFrame].print();
}
you answered your own question just put that function in page1.htm!
little more help please :)
I am printing user info to file and have the following
print USERS "\n$usernxx$passworxxuserxx$streetxx$cityxx$statexx$zipxx$phonexx$faxxx$emailxx$company";
the problem here is obvious, but i need the string printed with no spaces for instance $usern name is...
Sorry to keep bothering u guys but im new to using expressions i always did stuff the long and wrong way lol
I have this snippet
if ($first =~ /[\d\\\/~`@#\$\%^&*()-_\+\=\[\{\]\}\|\"\']/){
push @errors, qq(First Name Is Invalid<BR>);
}
it works ok if the string contains numbers or...
Thanks a lot i have this following code which is returning errors if it contains a number? can someone show me the fix and expliain it please thank you
hi I have this
if ($first =~ /\d{1,}/{
die;
}
how could i compare 2 or 3 at the same time like if $first contains a numeral or if $first contains an @ or if $first contains a period.
thanks guys.
hello i have a css style applied to a text field
font-family:"comic Sans MS";
padding-left:5px;
padding-right:5px;
width:120px;
height:20px;
font-size:12px;
background-repeat:no-repeat;
border:none;
background-image: url(../../images/textField.png);
background-color...
Hello i have a problem but not a major issue, so far it its my only real hold up in making my site cross compatible.
css min-height just does nothing in IE is there a simple solution. I have googled the issue but nothing has worked. thanks you
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.