473,378 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

Some people can see my calendar. Others cannot. Why might this be?

MLH
I had an MS Access app translated into a PHP - MySQL app.
The purpose of porting the app was so the app could be run
by websurfers right from their browsers.

Knowing nothing of PHP, I am trying to determine why some
users can see a calendar and others cannot. Below is a dump
of a file named calendar.php. Its a 527 byte file. There's not
enough information in the file to build a form as complex as
the calendar that displays.

I have 2 questions:
1) Where is the rest of the information used to display the calendar
coming from?
2) Why can some people see my calendar and others cannot?
<?
$dst = $HTTP_GET_VARS["dst"];
?>
<HTML>
<HEAD>
<TITLE>Credit-Fee Calendar</TITLE>
<script language=jscript>
function Done()
{
window.opener.<?=$dst;?>.value = Calculator.Year + '-' +
Calculator.Month + '-' + Calculator.Day;
window.close();
}
</script>
</HEAD>
<BODY bgcolor=#D4D0C8>
<center>
<OBJECT ALIGN=CENTER ID="Calculator"
CLASSID="CLSID:8E27C92B-1264-101C-8A2F-040224009C02">
</OBJECT><br>
<img src=images/donebtn.gif border=0 onClick="Done();"
style="cursor:hand">
</center>
</BODY>
</HTML>
Jul 17 '05 #1
1 1735
*** MLH wrote/escribió (Tue, 06 Jul 2004 04:12:21 -0400):
Knowing nothing of PHP, I am trying to determine why some
users can see a calendar and others cannot.


It doesn't matter you don't know PHP, your code has nothing to do with PHP!
I suggest you find a group about ActiveX controls, it's pretty likely you
can get better support there.

BTW, a reason why some users can't see your calendar is that ActiveX is
only supported by Internet Explorer running under Windows platform.
--
--
-- Álvaro G. Vicario - Burgos, Spain
--
Jul 17 '05 #2

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

Similar topics

53
by: Cardman | last post by:
Greetings, I am trying to solve a problem that has been inflicting my self created Order Forms for a long time, where the problem is that as I cannot reproduce this error myself, then it is...
1
by: Marco Simone | last post by:
Hi, If someone can answer how to add calendar control on form, where you can choose date. I think there is Calendar control in ActiveX add in, but I don't know how to implement it. Thanks...
7
by: Steve | last post by:
Can someone recommend a way to display a one-month calendar view where the month can be selected and up to six events can be shown in any day of the calendar. The events and dates would be stored...
3
by: Matthew | last post by:
I currently have a form in MS Access that has certain combo boxes which specify criteria in order to run a query based on that criteria. I want to add to this, a calendar from which a user will be...
193
by: Michael B. | last post by:
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I...
24
by: Kevin | last post by:
Hey guys. I'm looking to get together some VB programmers on Yahoo messenger. I sit at a computer and program all day. I have about 3 or 4 people already, but it would be really cool to have a...
38
by: George Sexton | last post by:
We're in the process of re-launching our web calendar product. We would like to get your opinions on a couple of things about our site and product. This is a relaunch of an existing product with...
0
by: Fermigier Stefane | last post by:
Nuxeo Calendar Server released in version 2 ------------------------------------------- Nuxeo releases version 2 of it's calendar products for Python and Zope, updating to the latest...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.