Announcement

Collapse
No announcement yet.

MAc Safari Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    MAc Safari Problem

    We have a little proble, we are have some javascrip on our site that opens a pop up window then gers rewritten using javascrip, it the only way we can sort out a problem, on all pc (Windows and Linux) browsers it seams ok but using safari on Mac it not working any ideas.

    TA
    Here the scrip we use!

    mywondows = window.open('writeme.html','TellAFriend','width=450,height=600');
    mywondows.document.write("<html>");
    mywondows.document.write("<body>");
    mywondows.document.write("Working Please Wait........")
    mywondows.document.write("<form method='post' name='myform' action='sendm.php' target='_self'>");
    mywondows.document.write("<input type='hidden' name='urlis' value='" + window.location + "?osadcampaign=tf'>");
    mywondows.document.write("<input type='hidden' name='productname' value ='" + productname +"'>");
    mywondows.document.write("</form>");
    mywondows.document.write("</body>");
    mywondows.document.write("</html>");
    mywondows.document.myform.submit();

    #2
    Hi

    Could you post a site URL where we can check this please ?
    Krithika Chandrasekar
    SellerDeck

    sigpic

    E-commerce software by SellerDeck

    Comment

    Working...
    X