473,657 Members | 2,445 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

asp calendar and modal window

Al
Hello,
I am trying to use asp calendar by opening the asp in a modal window (window.showmod aldialog). Page behaves erratic when try to move between dates and months. When I click a new window opens.

Is there a way to make the control work in modal dialogs?

Thanks in advance,
Alwin S.
Jul 19 '05 #1
5 3338
You are trying to use a DIALOG window for something that it isn't meant for.
just use window.open.
ModalDialog isn't supposed to really have "interaction".. .

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Al" <an*******@disc ussions.microso ft.com> wrote in message
news:95******** *************** ***********@mic rosoft.com...
Hello,
I am trying to use asp calendar by opening the asp in a modal window (window.showmod aldialog). Page behaves erratic when try to move between
dates and months. When I click a new window opens.
Is there a way to make the control work in modal dialogs?

Thanks in advance,
Alwin S.

Jul 19 '05 #2
Although you ~can~ get around this limitation by putting your dialog's
content in an IFRAME.

"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:eu******** ******@tk2msftn gp13.phx.gbl...
You are trying to use a DIALOG window for something that it isn't meant for. just use window.open.
ModalDialog isn't supposed to really have "interaction".. .

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Al" <an*******@disc ussions.microso ft.com> wrote in message
news:95******** *************** ***********@mic rosoft.com...
Hello,
I am trying to use asp calendar by opening the asp in a modal window

(window.showmod aldialog). Page behaves erratic when try to move between
dates and months. When I click a new window opens.

Is there a way to make the control work in modal dialogs?

Thanks in advance,
Alwin S.


Jul 19 '05 #3
Al
Can you explain a little more? Or is there a place to look for an example?

Thanks.

"William Morris" <ne************ *************** @seamlyne.com> wrote in
message news:bu******** ****@ID-205671.news.uni-berlin.de...
Although you ~can~ get around this limitation by putting your dialog's
content in an IFRAME.

"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:eu******** ******@tk2msftn gp13.phx.gbl...
You are trying to use a DIALOG window for something that it isn't meant

for.
just use window.open.
ModalDialog isn't supposed to really have "interaction".. .

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Al" <an*******@disc ussions.microso ft.com> wrote in message
news:95******** *************** ***********@mic rosoft.com...
Hello,
I am trying to use asp calendar by opening the asp in a modal window

(window.showmod aldialog). Page behaves erratic when try to move between
dates and months. When I click a new window opens.

Is there a way to make the control work in modal dialogs?

Thanks in advance,
Alwin S.



Jul 19 '05 #4
No problem, Al. I'll do you one better:

http://www.seamlyne.com/themethod/mo...testDialog.asp

Just for grins, you might also look at
http://www.seamlyne.com/themethod/menutest

My service provider has been having its own challenges lately, so if you
can't get through, keep trying.

"Al" <al@nospam.co m> wrote in message
news:Oa******** ******@tk2msftn gp13.phx.gbl...
Can you explain a little more? Or is there a place to look for an example?

Thanks.

"William Morris" <ne************ *************** @seamlyne.com> wrote in
message news:bu******** ****@ID-205671.news.uni-berlin.de...
Although you ~can~ get around this limitation by putting your dialog's
content in an IFRAME.

"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:eu******** ******@tk2msftn gp13.phx.gbl...
You are trying to use a DIALOG window for something that it isn't meant
for.
just use window.open.
ModalDialog isn't supposed to really have "interaction".. .

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Al" <an*******@disc ussions.microso ft.com> wrote in message
news:95******** *************** ***********@mic rosoft.com...
> Hello,
> I am trying to use asp calendar by opening the asp in a modal window
(window.showmod aldialog). Page behaves erratic when try to move

between dates and months. When I click a new window opens.
>
> Is there a way to make the control work in modal dialogs?
>
> Thanks in advance,
> Alwin S.



Jul 19 '05 #5
No problem, Al. I'll do you one better:

http://www.seamlyne.com/themethod/mo...testDialog.asp

Just for grins, you might also look at
http://www.seamlyne.com/themethod/menutest

My service provider has been having its own challenges lately, so if you
can't get through, keep trying. Let me know what you think!

--
William Morris
Product Development, Seritas LLC
Kansas City, Missouri

"Al" <al@nospam.co m> wrote in message
news:Oa******** ******@tk2msftn gp13.phx.gbl...
Can you explain a little more? Or is there a place to look for an example?

Thanks.

"William Morris" <ne************ *************** @seamlyne.com> wrote in
message news:bu******** ****@ID-205671.news.uni-berlin.de...
Although you ~can~ get around this limitation by putting your dialog's
content in an IFRAME.

"Curt_C [MVP]" <software_AT_da rkfalz.com> wrote in message
news:eu******** ******@tk2msftn gp13.phx.gbl...
You are trying to use a DIALOG window for something that it isn't meant
for.
just use window.open.
ModalDialog isn't supposed to really have "interaction".. .

--
Curt Christianson
Owner/Lead Developer, DF-Software
www.Darkfalz.com
"Al" <an*******@disc ussions.microso ft.com> wrote in message
news:95******** *************** ***********@mic rosoft.com...
> Hello,
> I am trying to use asp calendar by opening the asp in a modal window
(window.showmod aldialog). Page behaves erratic when try to move

between dates and months. When I click a new window opens.
>
> Is there a way to make the control work in modal dialogs?
>
> Thanks in advance,
> Alwin S.



Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3625
by: Patrick Lim | last post by:
Here is the problem: I have written a non-modal frame class in Java for displaying help text when a user is using an application. It works as desired in that if the user selects "help" again, the same frame is used -- this is done using a singleton. The user can do other stuff in the main window while the help window is up. However, when I have a modal dialog pop-up to get information from the user, it blocks events to the help...
2
3867
by: Matt | last post by:
I want to know how to submit the form data to a modal dialog window? The following is page1.asp, and when the user clicks submit button, it will post the form data to page2.asp by opening a new window. But I want modal dialog window, any ideas?? <form action="page2.asp" method="post" target="_blank"> <input type="text" name="username"> <input type="submit" name="submit"> </form>
1
3368
by: gopal srinivasan | last post by:
I need to know how to close a parent modal window when child modal window opens, also i need to know the syntax for writing document on the modal window on the fly, like what we do in case of normal window. Actually, I tried to close the parent window from the child modal window using parent.close syntax in onload event in child modal window. It actually closes the parent modal window, but the child modal window is not opened, why it is...
16
3044
by: DFS | last post by:
If you're listening, I want the middle of the calendar (showing 1 month) to open below the cursor position. It currently opens just to the right and below the cursor position. I hunted through the code, but can't determine what to alter. Very nice piece of work, by the way. Thanks
1
1188
by: slawek xxxxx | last post by:
Hello everyone, I have a terrible with Calendar control and I hope someone of you can help me. The problem is following. I have to display a calendar to select date. I have prepared page with calendar control I and open it when user click a button. The problem is that I need this “Calendar page” to be modal, so I use window.showModalDialog function. If I open my page in that way then the calendar control (where every day is a link with...
3
2786
by: Peter | last post by:
Does anyone have an example of how you would do a popup window when a user clicks on a day number link in the ASP.NET Web Calendar control? I am trying to create an event calendar similar to how Outlook works. When user clicks on the day number in the calendar control I want to display a popup window and let user add data and click on the Save button. The code under the save button will save the data to the database and close the popup...
2
3680
by: sthrudel | last post by:
Hi! I'm working on a web application in Asp.net and what I would like to have is a cross borwser modal dialog which accepts user's input. I would like to catch what the user clicked on the dialog. To be more specific I want to have a confirmation dialog that is shown when a user clicks on a Delete button (which deletes some values from database). If Yes is pressed the delete action is processed otherwise modal dialog is closed.
4
10627
by: John Kotuby | last post by:
Hi all... I am bulding an application and wish to use custom Modal dialog windows. According to a couple of recent articles I have seen, the newer Mozilla browsers (actually I think they said Netscape) supported syntax like : window.open(URL ,"diagwin","modal=1, width=30"); For IE I use : window.showModalDialog
4
3323
by: gubbachchi | last post by:
Hi all, Please anybody help me solve this problem. I am stuck up with this from past 2 weeks. I am developing an application where, when the user selects date from javascript datepicker and enters the comments and clicks the save button then the date and the date will be stored in the mysql database. This is working fine. But my problem is when, after the user had made an entry the date in the calendar for which an entry has made should be...
0
8395
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
8503
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7330
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6166
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4155
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
1955
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1615
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.