AJAX modal popup IE7

22 11 2013

There is a known issue with Lightboxes on IE& when using Master Pages
http://forums.asp.net/t/1848367.aspx?AJAX%20modal%20popup%20IE7

In this case, the copyright block shows through.
The solution is to call a javaScript function from the LinkButton that opens the Lightbox:

Limitations & Exclusions (L&E) for Critical Illness

then call the same function from the control that closes the Lightbox:

Here is the javaScript function:

<script type=”text/javascript”>

function hideCopywright(show) {

var copyfoot = document.getElementById(“copyright”);

if (copyfoot != null) {

if (show) {

                        copyfoot.style.display = “none”;  }

else

                   { copyfoot.style.display = “block”; }

//alert(copyfoot.style.display);

return true;

}

else {

//  alert(“Not Found”);

             return false;  }

}

</script>





Portland State University – Digital Marketing Strategies Certificate

24 03 2010

I have been following an email thread about this Digital Marketing Certificate at Portland State University – PSU since last July.  Now that I find myself unemployed, I actually have time to take classes in this program.  It is really great!   The instructors are all working full time in the field of digital marketing.  Through this program, I attended SearchFest hosted by SEMPDX.org.  I met women in this field who have been in their own businesses for 10 to 11 years assisting clients with search engine marketing.  One of the sharper women I met was Margery Spears from Washington state. Her website is: SearchEngineCatalyst.com.  These people are not web designers, but they sure know a lot about marketing on the web.