Popup Calender
In php how to popup Calender and on click date ,month and year its value store in textfield and those value store in database.
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
MS Outlook Calender To Web Calender
Does any one know of an open source calender sync that will take my appointment in outlook and post them to a web calender. I schedule alot of meeting and it would be great to have this feature made avialable so I don't always have to work so much at tring to schedule a time using emails.
Can't Open A New Fullscreen Popup From Another Popup Window
I can't seem to make a fullscreen popup from a page that is already a fullscreen popup. What I want to do is open another fullscreen popup window from a current fullscreen popup that has the link in it. The link that comes up is http://www.somesite.com/"javascript:void(0);/" Here is a sample of the code I am working with. Does anyone see anything wrong? echo '<html>' echo '<head>' echo '<script type="text/javascript" src="/uploads/File/Javascripts/new_window_max.js"></script>' echo '</head>' echo '<body>' echo '<a href="javascript:void(0);" onclick="fullScreen('/uploads/File',$row['map'],'');">Map</a><br>' echo '</body>' echo '</html>'
Only Allowing Popup To Popup Once
I use an OnLoad event in the body tag to open a popup window. I would like to know how to go about only allowing the window to popup once i.e on subsequent visits to the parent page, the popup np longer pops up. I think it is irritating to users to have to close the popup everytime they visit the page. I think I need to set a cookie so that the server knows the visitor is a return visitor and not a new visitor, but I have no idea how to write the code. I do know a little php so I could combine php and javascript if that is the best way to achieve my goal.
Calender
I am creating a PHP calendar from when I can click a specific date and save the date in the database together with the user who click the the date in the calendar.
Days In A Calender
I am trying to write a calender display that shows the days of the month accross the top of a table, and people's names down the side. One of the things I would like to do is to change the colour when the days are Saturday or Sunday. PHP Code:
Simple Calender
I am developing a very simple calendar that displays links to classes that fall within a given month. To have the page display the current month's classes, I have used: PHP Code:
PHP / HTML Calender
im looking to make an events calender in PHP/HTML. The calender would be simple with a link on each date, once you click on the link it would post the date value to a detailed info page using the GET method, i would then use the date value to search mysql and display that days events on a seperate page. Now i have been looking around the net and came across a few javascript generated calenders, but i cant seem to find a solution that will allow me to control the calender content using PHP. Has anyone ever tried this?
Creating A Calender
I would like to create an online calendar for a friend. It needs to be able to add notes on each day and if possible highlight the boxes. That's all. I promise, I have checked all the posts on this site. I have gone through Google. I have done everything I can. I'm looking for a link to a tutorial, a script that needs little customization or some sort of magical dwarf that could come and do it for me. I really have no clue on anything practical in PHP yet, and what's more I have a horrible feeling that this task could include mySQL and database-y things.... You people have been so helpful before, any chance you could be again??
Date Calender
from where can i get the Date Calender just like in Phpmyadmin where user selects date from a calender page and the result returns in a timestamp ? you can see it when u select a date data type and insert the record thru phpmyadmin's INSERT option , you get this java script popup calnder.
Login & Calender
I'am wondering tha is benifit off creating loggin class instead of function? is there eny? and my next thought is about calendet. I ll have 3 calenders (for 3 diff month) on page with ll show week, day, and they ll by clickble. is there any benefits to writte class instead of funktion? I mean if I writte class so I have to create 3 object with ll take more place in server memory. but if I have one funktion wich I call 3 times it ll by faster( ).
Specific Calender
I'm a designer by trade so PHP can sometimes be a little out of my comfort zone, but thats always a good place to be, right? I have a specific and I should imagine very easy thing i need to set up. I'm making a website for a band who play a lot of live shows. I wonder if anyone has the best solution to make a list of their shows that automatically deletes a show once it's date has passed. You know the way, say, the Myspace live list works. I don't need any fancy calender graphics or anything like that. Just a self-updating list.
Calender Script/Schedule
Does anyone have any recommendations or tips on where I can go to find a good scheduling script or a tutorial to make one? I'd perfer to make my own for security reasons so I know the code and for later addons. Basically I need to re-create something like http://radio.virtualdj.com/schedule/schedule.php where djs can login to book a time on the online radio and then it blocks the slot off.
To Display The Events In Calender
I have designed a event calender in which i have to display an anchor for the dates on which events are added. the calender is getting displayed but the event dates are not getting displayed within the calender.
Online Booking Calender
I wanted to put a calender on my website to allow people to see up coming clasess we have and allow them to booking/pay for them also. I would add them in the back end and how many spots are availble and when someone clicks on to pay for the class and checks out all the way it would subtract it from the total amount. I would also like it to show on the date when all spots are gone Sold out and when only one is left only 1 spot left. I would like to see if there is a script out already that does this now. I am new to php/mysql so it would be great to find this.
Calender - Availability Chart
I have availability on my site in an calendar and I manually introduces if available for that day or not. But I want to do it autmatically. At the moment I have the reservations in an database table, I have arrival in one column and departures in another column, both date types.
Displaying Files In A Folder Using A Calender
I have excel sheets generated daily and weekly in this format for filenames..for daily sheets the filename is Jan-10-2002 (mmm-dd-yyyy) and weekly Week-39-2002. I have a script that uploads to a constant folder all the excel sheets. Is there a script that can display the daily scripts in form of a calender. I.E a user can choose to view or download the sheet by choosing the date? Also another for displaying weekly excel sheets in a weekly format.
Calender Change The Background Colour
im have made a calender that i want to tie into a sql database , and depending on the value in the database will change the background colour of that day in the calender, the problem im having is with the following: $colour = "#FF0000"; // this is just to test whether the background colour changes $cal_event_opentd = "<td align=center bgcolor=#<?php echo $colour;?><b>"; but for some reason the backgroud doesnt change,can anyone tell me where im going wrong.
Calender / Date Picker Script
I have been looking for a script to display a calender / date picker within my web page to be able to select a date from. Different from the ones I have found, I want to be able jump back and forward through months / years without having to reload the page. I guess this will probably done using somthing client side such as javascript or CSS? Can anybody give poitn me to one or give me something to start from?
PHP "Calender Like" Pop Up To Select Date And Store As Variable In Mysql Format?
I use to have this feature on my site about two years ago when i hired someone. It would allow the user to select between two different dates, via a small calender, save it as a variable then query the database. Does anyone know where I can find the script for the small calender? I think it must of been populated by an external clock since all the dates were accurate etc. July 21st was on a saturday.
PHP Popup
I have a site thats full based on PHP... its Zen-Cart.com Zencart Shopping cart... Im tring to add a popup script in the but I have to use this script since i don't know anything else... but it doesn't work because its using ' and not ", can anyone help me with this... Code:
Popup
I want to create a popup file, or a new window using _blank. What is the best way to do this? PHP or java? I would like scrollbars, but not for it to be resizable, and i would like it central to the users screen.
Popup Window
I have a file called opportunityList.php .It has a search button in it.When I press the button a popup window opens.The file that opens in the popup window is searchOpportunity.php,in which there are some text boxes ,drop down boxes and one submit button.When I press submit button the values in the textboxes should be transfered to the main file i.e. from searchOpportunity.php to opportunityList.php and the window should close.
Alert Popup Box
I can't find a way to create an alert popup box for debugging, is this possible in php? I guess I'm thinking of visual basic where that was so easy, in php I normally use *print* for this but it can be hard to find.
Popup Using Header
After identification form, how can I open the new window in a popup using header php ?
Using Variable In Popup
I have a website with a login and a postgres database. Users login with their password and continues to their personal page. From here they can watch all their trafic in and out of the database in two seperate queries. Now I need to be able to make a popup with a data-field from the query. for an example Table X: Date | clock | length | sender | receiver | other But the record contains more data like - senders adress, phone number etc. So under the 'other'-row, which are shown to the users, I have included a small icon with a popup. Now I want to show some of the data from the parent query in this popup. can this be done (yes it can - I know ;-) ) How do I do it? something like this in parent: print "<td><a href="popup.php" onClick=return popup("?????") <img border="0" src="bleh.gif">></A> And what should i do with my variables that I want to send on to the popup. Variables from the database is shown like this: print "<td> . $row["Date"]; print "<td> . $row["Clock"]; print "<td> . $row["Sender"]; print "<td> . $row["Receiver"];
An Alternative Popup...
I'm looking at a different means of creating a popup to calling js. I'd like to use the standard <a href... target="_new"> syntax, so that I can dynamically control the content of the popup using php. However, I'd like to control the way it looks as you can with a javascript popup - no buttons, etc. I'm trying to do this by calling a js function at body onload=..., and have had some success - 've resized it, and moved it away from the top left corner of the screen. However, I am not a js programmer, and am having limited success using js 101 sites and google. So far, I've got <script language='javascript'> var arrTemp=self.location.href.split("?"); var picUrl = (arrTemp.length>0)?arrTemp[1]:""; var NS = (navigator.appName=="Netscape")?true:false; function FitPic() { self.blur(); iWidth = (NS)?window.innerWidth:document.body.clientWidth; iHeight = (NS)?window.innerHeight:document.body.clientHeight ; iWidth = " . $_GET["Width"] . " - iWidth + 250; iHeight = " . $_GET["Height"] . " - iHeight + 20; self.resizeBy(iWidth, iHeight); self.moveTo (200, 200); self.focus(); }; </script>
Message Popup In PHP
is there a function in PHP to get a message popup on the web page? Couldn't find any (or missed it) in the docs; so I am now putting "echo <script> alert(whatever)</script>" whic feels really strange... there go to be a better solution...
Popup Page
I would like to have a popup page. In case of errors, I would like to have a separate page (of small size) pop up with the error message. How can I make this happen?
How To Popup A New Window
hy guys..need some help here..how to popup a new window..i've been searching for the answer for many times..i want to popup the details via id. ere's my code: PHP Code: while ($row=mysql_fetch_array($sql)){$id=$row["id"];echo <TD><div align='center'><a href="javascript:winpopup();">Details</a></div></TD></TR>"; .
Popup Message
I have a php page called sms.php which displays checkbox value retrieved from the previous page. Here is the code: <? foreach($_POST['check'] as $value) { $check_msg=$value; echo "Message sent to username<br>"; echo " $check_msg <br>"; } <? I want to display these checkbox value in a popup message after i press a submit button <input type="submit" name="submit" value="submit">.
POPUP In Actionscript
I am trying to code this line to open a popup window instead for a new browser window (_blank). Ive tried and tried. So if your good at this type of thing please lelp me out. This code goes into a flash .as file and this is for a button that post data for an email script. Original Code: for_post_mc.getURL(o._parent.PHP_PATH+"share_video.php", "_blank", "POST"); What im trying to do: for_post_mc.getURL("javascript:openNewWindow(o._parent.PHP_PATH+'share_video.php','popup','width=450,height=335,toolbar= no,scrollbars=no');", "", "POST");
Selection Box Popup
I cannot find the "New Post" button on the forum itself. I'm needing help in creating a selection box that on submission opens a popup that gets image thumbnails matching the selection, then on selecting one of the thumbnails updates or reloads the previous window with information that matches that thumbnail. Can this be done? I so far have the selection box opening the popup with the thumbnails, but I don't know how to make the thumbnails update the previous window.
Produce Popup
In my office we have a tool thats like telephonic system which is connected to our local system, What i need to do is , Just i have to access the status of that tool(wheather idle, working, etc), After that i need to send this status to server and than produce a pop-up which produce some message from server.
Popup Input Box
I want to make a link on my PHP file that when user clicks on it, it pops up a input box, which then user can type in something, then I could capture the user input and process it in my PHP code. For example, in my pHP file, I have the user click on a link, a pop up input box displays, then asks: "what is your name?", user type in his/her name, then I capture the string of his/her name.
POST To A Popup
I have built a CMS with a Rich text editor in a popup. To send article content to the Rich Text Editor I am URL encoding it and tacking it onto the querystring. Problem is there is a querystring limitation of 1024 characters.
Passing Variable To Popup
I am querying a database and returning job listings. I want the user to be able to click on a listing and view the job requirements and description in a popup window. I am using a javascript function to open the popup window. When I try to pass my id variable into the url, it is passing the id of the last record. In other words, all job descriptions are being given the same id instead of their unique id. How do I pass the unique id through the url? I can get it to work using target="_blank", but I do not want to do this because I cannot control the window paremeters. Code:
Popup Window And Sessions
I encounter some troubles using $_SESSION, since I use a popup window in my php code. I mean, $_SESSION['id'] contains a certain value, when I click to get popup window opened, $_SESSION['id'] value has changed, without being reaffected explicitly...
Live Counter Popup
I am looking for a live counter. What I need is someone to tell me if it is possible to have a counter that is invisible and is included in a popup window. I need to be able to configure it so that when the counter reaches certain numbers that the popup will be directed to different pages. If this is possible please let me know.
Login System + Popup
Previously i've posted a topic on retrieving images. ( http://groups-beta.google.com/group...aa7a7e1c3229697 ) It evolved into a topic on PHP/MySQL-login systems. My question was if it's possible to send session values along while opening a pop-up. Since then, i've read and read about sessions, hijacking etc. but still haven't found the right information to get what i want.. (Pop-up content depends on wether a user i logged in or not)
Popup Autocomplete In Firefox
I've got a form that has a textbox. In firefox (2.0) the pop up just transfer to the next page (process.php) and stay in the background until you click on it and then it disappears. The code is working on both pages, it just really disturbing to see this stupid autocomplete box transfering between pages.
Bypass The Htaccess Popup
I've finally gotten my htaccess/htpassword scripts working and now I would like to know if its possible to eliminate the popup login. Perhaps use a form login and pass the parameter to htaccess? I've done a search and see that adding the username:password to the URL does this but when I do so, I get http/username:password@www.secretpage.html not found.
Popup Inside Echo
i cant get the javascript to work inside echo. i need the window to pop up. echo ("<a href='.$zeb.' onclick="window.open('.$zeb.','popup','width=440,height=290,left=165,top=140'); return false"><img src='.$ICON.' border='0'></a>");
Popup Window + Picture From DB
I have a link that says: CLICK HERE TO ENLARGE... if you click it, it will take you to another page in the same browser window... i dont want to use _blank beacuse i need a browser window with a 640 pixels width and 480 pixels height... Code:
Creating A Popup Window
I am trying to make the website button on my phpbb forum open the posters webpage in a popup window. However, my knowledge of php is limited and it is returning the error below. As a normal link it works perfectly. It is once the code from 'onclick=' all the way to 'return false;' that it returns an error. Can anybody tell me what is wrong with my code? Code:
Generating A Popup In Index.php
what i want to do is add a some code so when users visit the website a popup automatically pops up. this code works in html... <script language="Javascript" type="text/javascript"> <!-- var popupwin = window.open('http://linkhere.com/blah.php','popup',"directories=no, menubar=no, scrollbars=no, status=no, height=1, width=1, left=1, top=1"); popupwin.focus(); --> </script> doesnt seem to work in index.php though? when i put it in index.php i get a fatal error and have to take it out Code:
Echo To Show In Popup?
Right... where do I start? I have a htm page with a PHP script embedded. The PHP script's function is to capture all values entered by a visitor in a form and send it to my email address. I have put the form near the end of the page, so it is not visible when the page loads, unless you scroll down (I hope this makes sense). This script functions fine, but the echo that is returned (upon confirmation that the message is sent, the script "thanks" the visitor) is not placed at the top of the page. So people would have to scroll down to where they filled out the form in order to read the confirmation note. I would like to adapt the code so that the confirmation message is shown at the top of the page in a popup. Code:
Download File Popup
I have a music website and when user click on Download link, it opens window media player and play the file, which i don't want. Is there a way that when user click on the Download link, it would open a Save As windows allow user to choose: Open, Save ? The way I make think user has to click on it. Then it will pull the link from database and put back to header using: header("Location: " . $file); File extension is *.wma
Popup Window From Button
I want the action from a button to open up another page when clicked, instead of opening up viewquestions in a small 630,330 popup window. getinfo.php is the popup with 630,330 It contains the code below that sends me to viewquestion. $template -> assign_block_vars('user.info', array('C_INFO' => '<input type="hidden" name="action" value="viewquestions"><input type="submit" value="View">', 'C_INPUT' => '')); currently viewquestion opens up as 630,330 as well, which is too small. I would rather it open up at 800 600 at least. Trying to find a way to change the behavior so when the button is clicked it opens up viewquestions with a larger screen.
|