Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

JavaScript Forum


You are currently viewing our JavaScript Forum as a guest. Please register to participate.
Login



Reply
Old 01-08-2007, 11:21 AM Safari Problem
Junior Talker

Posts: 1
Trades: 0
We run a number of e-commer sites created using Actinic, some thing actinic lact was a way for a person to tell a frend about our products I crated a tell a frend using PHP and Javascript works on 95% of browsers exept for Safari, can some one please tell me where I am going wrong with this code, works with IE, Netscape, Mozila, Opra, Koncora ect but not the Mac Native browser, and it need two as 15% of our client base is Mac users we need for this to work with the mac, if any one can help!

function domywindows() {
//alert('test');
mywondows = window.open('writeme.html','TellAFriend','width=45 0,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();
}

It loads the blank HTML page with the message please wait written on it but will not rewrite the page!
darrenh is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Safari Problem
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.08153 seconds with 12 queries