User Profile

Collapse

Profile Sidebar

Collapse
rdrahcir
rdrahcir
Last Activity: Jun 29 '07, 05:58 PM
Joined: Jun 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rdrahcir
    replied to Activex controls message
    thanks for your help...
    See more | Go to post

    Leave a comment:


  • rdrahcir
    replied to Activex controls message
    Thank you for your replly.

    Code:
    function validateBrowser() {
    	strVers=navigator.appVersion
    	strName=navigator.appName
    	strPlat=navigator.platform
    	intIndex1=strVers.indexOf("MSIE");
    	intIndex1=intIndex1+5
    	intIndex2=strVers.lastIndexOf(";");
    	intVer=strVers.substring(intIndex1, intIndex2)
    	intVer=parseInt(intVer)
    	if (strName=="Microsoft Internet Explorer"
    ...
    See more | Go to post

    Leave a comment:


  • rdrahcir
    started a topic Activex controls message

    Activex controls message

    Windows internet explorer

    One or more activex controls could not be displayed because either:

    Your current security settings prohibit running ActiveX controls on this page, or

    you have blocked a publisher of one of the controls.

    as a result, the page may not display correctly.


    message I get will trying to send a DAP(data access page) thru outlook;

    Please...
    See more | Go to post
No activity results to display
Show More
Working...