raman Posted April 20, 2010 Share Posted April 20, 2010 <a href='exampleseq.html' onclick="window.open('exampleseq.html','popup','width=560,height=280,scrollbars=yes,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false">Example sequences</a> The above is a hyperlink for a pop-up window, this works fine in redhat linux but does not work on solaris. I am using apache in both. can someone say why? Quote Link to comment Share on other sites More sharing options...
haku Posted April 20, 2010 Share Posted April 20, 2010 Whatever your problem is, it has nothing to do with the OS, since your code is javascript which is run on the browser. In other words, your issue is a browser issue. Code looks fine to me though. Quote Link to comment Share on other sites More sharing options...
raman Posted April 20, 2010 Author Share Posted April 20, 2010 But I am viewing both in the same browser. beacuse my everyday working machine is linux and my server is solaris. Quote Link to comment Share on other sites More sharing options...
haku Posted April 20, 2010 Share Posted April 20, 2010 What do you mean by 'does not work'? Quote Link to comment Share on other sites More sharing options...
F1Fan Posted April 20, 2010 Share Posted April 20, 2010 Try putting it into a function. It will make your code cleaner, too. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.