Wrox Programmer Forums
|
ASP Forms As of Oct 5, 2005, this forum is now locked. Please use "Classic ASP beginner" at http://p2p.wrox.com/forum.asp?FORUM_ID=54 or "Classic ASP Professional" http://p2p.wrox.com/forum.asp?FORUM_ID=56 instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Forms 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 February 28th, 2005, 12:29 PM
Authorized User
 
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default Pop up Calendar

I have a javascript pop up calendar in my .asp file. When running the report and selecting the dates some of the select lists disappear. Why does it do that? I have an afternoon meeting on this project any help please I would appreciate.

Thanks

slypunk
__________________
slypunk
 
Old March 1st, 2005, 04:51 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 479
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via MSN to surendran Send a message via Yahoo to surendran
Default

hi,
http://www.bigwebmaster.com/JavaScri...ams/Calendars/
find this link there are list of calenders...
i think in your code sometime server time format want to change...
not sure..but try it

surendran
(Anything is Possible)
 
Old March 1st, 2005, 09:53 AM
Authorized User
 
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by surendran
 hi,
http://www.bigwebmaster.com/JavaScri...ams/Calendars/
find this link there are list of calenders...
i think in your code sometime server time format want to change...
not sure..but try it

surendran
(Anything is Possible)
The calendar does work. In fact, when clicking on the calendar button it shows the calendar fine BUT the other fields disappear. This is my concern and I am not sure how to work around this.

slypunk
 
Old March 2nd, 2005, 03:39 PM
Authorized User
 
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Does anyone have a solution to my problem? I've been stuck on this since Monday.

Thanks

slypunk
 
Old March 2nd, 2005, 03:47 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

What do you mean with "disappear" Can't you see the fields anymore, or do the fields loose their value?

If the latter is the case, is the calendar causing a postback? E.g. is it submitting back to the server?

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: Spitalfields by Red Snapper (Track 7 from the album: Making Bones) What's This?
 
Old March 3rd, 2005, 09:29 AM
Authorized User
 
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by Imar
 What do you mean with "disappear" Can't you see the fields anymore, or do the fields loose their value?

If the latter is the case, is the calendar causing a postback? E.g. is it submitting back to the server?

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: Spitalfields by Red Snapper (Track 7 from the album: Making Bones) What's This?
I have a screen with drop down lists and input boxes. One of the input boxes is uses the pop up calendar. When I click on the button to open up the calendar some of the drop down list above disappears. In other words it does not show on the screen. Then when I exit out of the calendar the drop down lists come back. Very strange and I still cannot figure it out. Thanks

slypunk
 
Old March 3rd, 2005, 05:24 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Aha, I see. Usually, things are the other way around. Drop downs, being "windowed controls", have the tendency to stay on top of everything. If there is a drop down at the location where your calendar should appear, you'll see the drop down on top of the calendar.

Could it be that the developers of the calendar "fixed" this problem by hiding every drop down in the page with JavaScript when the calendar is shown, and display them again when the calendar is closed?

Do you have a sample page where we can take a look at?

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old March 4th, 2005, 01:32 PM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Hi slypunk

Thanks for your personal message. Instead of sending me the file, don't you have an on-line space where you can publish the page?

That makes it easier to see what's going on without the need to set up any page with dependent client side files, maybe ASP and so on...

If not, let me know and I'll reply to your e-mail. If you do send me the file, make sure everything is in *one* .html page with no external dependencies. And please zip it in....

Imar


 
Old March 4th, 2005, 04:48 PM
Authorized User
 
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Quote:
quote:Originally posted by Imar
 Hi slypunk

Thanks for your personal message. Instead of sending me the file, don't you have an on-line space where you can publish the page?

That makes it easier to see what's going on without the need to set up any page with dependent client side files, maybe ASP and so on...

If not, let me know and I'll reply to your e-mail. If you do send me the file, make sure everything is in *one* .html page with no external dependencies. And please zip it in....

Imar

Yeah the problem is it's secured let me send you the link and explain to you further via email.

Thanks :)

http://sylviah-doug/commagenda/AgendaItems.asp

slypunk
 
Old March 5th, 2005, 05:26 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

The URL looks like a local, networked, machine name to me....

Shouldn't there be something like .com or whatever in the name? You can probably reach that machine, but I can't....

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Calendar pop up window not opening absu ASP.NET 1.0 and 1.1 Basics 1 October 19th, 2008 10:59 AM
Continuos Form and Pop-up calendar scandalous Access 0 February 16th, 2007 11:38 AM
calendar as pop up anup.prem C# 1 July 27th, 2006 04:37 PM
to make calendar as pop up anup.prem C# 0 July 27th, 2006 02:22 AM
RE: Pop up Calendar sherr8 JSP Basics 1 March 1st, 2005 06:52 AM





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