 |
| 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
|
|
|
|

February 28th, 2005, 12:29 PM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

March 1st, 2005, 04:51 AM
|
|
Friend of Wrox
|
|
Join Date: Oct 2003
Posts: 479
Thanks: 0
Thanked 3 Times in 3 Posts
|
|
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)
|
|

March 1st, 2005, 09:53 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

March 2nd, 2005, 03:39 PM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Does anyone have a solution to my problem? I've been stuck on this since Monday.
Thanks
slypunk
|
|

March 2nd, 2005, 03:47 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
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?
|
|

March 3rd, 2005, 09:29 AM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

March 3rd, 2005, 05:24 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
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.
|
|

March 4th, 2005, 01:32 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
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
|
|

March 4th, 2005, 04:48 PM
|
|
Authorized User
|
|
Join Date: Jun 2003
Posts: 98
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
|

March 5th, 2005, 05:26 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
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.
|
|
 |