Questions tagged [showmodaldialog]

A deprecated way for creating and displaying a modal dialog box containing a specified HTML document.

From the MDN :

The Window.showModalDialog() creates and displays a modal dialog box containing a specified HTML document.

Deprecated

This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.

144 questions
0
votes
1 answer

setTimeout function in javascript

Here is what I want to do. Is there a way I can throw a temporary alert which fades away in 4 sec so user knows he has clicked the button and the results are getting generated. Why all this: When user clicks a button, I retrieve id's of checked rows…
Haran Murthy
  • 341
  • 2
  • 10
  • 30
0
votes
2 answers

limit of 64 ownerdraw createwindow buttons

I want to create an array of 256 colored buttons with the owner draw extended style to a dialog box created with the visual studio dialog design tool. I added a loop to the WM_INITDIALOG message handler in the dialog procedure to do this: for (i=0;…
Mike Dorl
0
votes
1 answer

LinkButton + showmodaldialog not working

What would be the west way to open a window.showModalDialog on linkbutton when updating a form? I have a linkbutton on form that allows me to update the data, I want to be able to check if the data updatedin this case , parameter status of client is…
CPM
  • 213
  • 2
  • 7
  • 23
0
votes
1 answer

After adding a set of editable table rows to a showModalDialog, is there a way to pass the row(s) to a JSP?

Here is what I have and what I need info on: I have an HTML table with checkboxes in one JSP. When the user selects a checkbox and then hits the submit button, I open a showModalDialog(IE-api-doc), (Firefox-api-doc) screen. I need to fetch the…
Haran Murthy
  • 341
  • 2
  • 10
  • 30
-1
votes
1 answer

Showmodalbuttom sheet 'Invalid constant value'

import 'package:flutter/material.dart'; import 'package:todoey/screen/tasks_list.dart'; class TasksScreen extends StatelessWidget { Widget buildButtomSheet(BuildContext context) { return Container(); } …
Jamiekazi
  • 1
  • 2
-1
votes
1 answer

enabled trigger onEdit launches functions twice, not enabled stops modal dialog to show up

I have an Apps Script with onEdit(e) function. That function calls some other functions depending on existing and new data. In certain cases, showModalDialog needs to be shown. If I enable function onEdit(e) via trigger onEdit, it launches some…
-1
votes
1 answer

Is "Window.showModalDialog();" deprecated in new version of firefox (**51.0.1**) ? . This is recent release

I'm experencing following issues while using modal dialogue from Javascript
-1
votes
2 answers

MVC Open an HTM page from Javascript action

I am doing a MVC App. IT is a migration from ASP.NET. in my _Layout I have a Footer that shows a message with a link to show Terms and Conditions. That Link opens a Htm with all legal advices. My intention is that Link calls a JavaScript action…
Diego
  • 2,238
  • 4
  • 31
  • 68
-1
votes
2 answers

showmodaldialogue

I used a showmodal dialog window from which I send a request to back end, it was working fine and when I checked again it showed "object doesn't support this property or method" .it happens suddenly and am sure i didnt do any change in the code!!…
user1752557
  • 45
  • 1
  • 1
  • 7
1 2 3
9
10