Wrox Programmer Forums
|
Classic ASP Basics For beginner programmers starting with "classic" ASP 3, pre-".NET." NOT for ASP.NET 1.0, 1.1, or 2.0
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Classic ASP Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 18th, 2005, 10:38 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 198
Thanks: 2
Thanked 0 Times in 0 Posts
Send a message via MSN to itHighway
Default Any Expert: tested Modal Dialog on Safari?

Anyone out ther ever tried to test Modal Dialog function on Safari Browser?


I'm using Modal Dialog window to open on click of a link. It works fine with IE but on safari the Modal dialog does not show.


The syntext I'm using is:



function DialogWindow(strURL, intWidth, intHeight){
    window.showModalDialog(strURL,window,"dialogWidth: "+intWidth+"px;dialogHeight:"+intHeight+"px;edge:R aised;center:Yes;help:No;resizable:No;Maximize:Yes ;status:No");
}




Any idea.
Any help..

Regards
Zeeshan Ahmed

 
Old May 18th, 2005, 11:54 AM
Friend of Wrox
 
Join Date: Jul 2003
Posts: 683
Thanks: 0
Thanked 1 Time in 1 Post
Default

Hi Zeeshan,

AFAIK showModalDialog is an IE only method.

Cheers,

Chris






Similar Threads
Thread Thread Starter Forum Replies Last Post
how to return value from modal dialog ajaypsingh Javascript 2 May 16th, 2006 05:14 AM
Anyone Expert? Safari Browser and Popup Window itHighway Javascript How-To 0 May 18th, 2005 10:43 PM
Modal Dialog window Problem anandham Javascript 7 February 16th, 2005 06:08 PM
Scrolling modal dialog to top gp_mk HTML Code Clinic 3 September 15th, 2004 07:04 AM
Modal dialog window eldanh ASP.NET 1.0 and 1.1 Basics 0 August 10th, 2004 02:07 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.