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
hello guy hoping for some help her please.
I have a variable in the parent document.
var holdShow = 'true';
how can i access this variable from an iframe?
i tried parent.document.holdShow
and many other things but i just keep getting undefined.
thanks in advance for any help
well i fixed it can someone please explain why this fix worked
onmouseover=javascript:scOn("test");
i took the quotes out of the onmouseover event, and i changed the single quotes to double quotes in passing the variable???
Hello, i use this same function with no problems on other pages i have tried everything and im pretty good with perl and javascript but i keep getting an error expected ; if i remove 'test' from the function to just scOn() it works fine, the problem is when trying to pass a variable pleas help...
i just changed the code to help it now displays the evaluated value of the array and the literal value. thanks guys
function rightClick(episode,pass){
trueEpisode = episode;
evalEpisode = eval(episode);
truePass = pass;
evalPass = eval(pass);
stayGreen.push(trueEpisode)...
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.