The best thing to do is upgrade to Norton 360. V4.0.. I had problems with my 2005 Norton , too. For the price of $70.00 which allows you to install it on three different computers , you can't beat the price if you get two friends to split the total cost . That would be less than $25.00 each for a year of protection . And the new Norton 360 is the best I've seen so far . I stand behind it 100% .
Posted on May 12, 2010
Put you javascript part in between head tag..
<script language="javascript">
<!-- begin
function popup(Site)
{
window.open(Site,'PopupName','toolbar=no,statusbar=no,
location=no,scrollbars=yes,resizable=yes,width=275,height=200')
}
// end -->
</script>
And add the following code into your <BODY> tag:
onLoad="popup('URL/to/popup.html')"
Your <BODY> tag should then look something like this:
<BODY bgcolor="#ffffff" text="#000000"
onLoad="popup('http://NowSell.com/popup.html')">
Note: In this and all script examples that follow, change the attributes "toolbar", "statusbar", etc., to on (1) or off (0) as you prefer (or omit them), and set the width and height to the size you require.
70 views
Usually answered in minutes!
Could you be more specific when presenting problems please? one word descriptions are not helpful popups are turned on and off via your browser. Check out tools options. Please rate my help[++++Thanks for using FIXYA
×