Forum Moderators: open
<a href="javascript:popUp('sms.html')">sms</a>
It works fine on os 9 in IE and Netscape but disappears when using os 10 using either IE or Safari.
If anyone has any ideas I would be most grateful and I am sorry if I am missing something obvious.
Thank you for your time.
Nicetony.
<SCRIPT LANGUAGE="JavaScript">
<!-- Idea by: Nic Wolfe -->
<!-- This script and many more are available free online at -->
<!-- The JavaScript Source! -->
<!-- Begin
function popUp(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,left=530,top=250,statusbar=0,menubar=0,resizable=1,width=200,height=340');");
}
// End -->
</script>
Thanks