Re: Time() problem
BTW, I found no hits for "popup window" anywhere in the manual. What I want
to do is if there is no cookie (and therefore no user name) is popup a page
to get the name and write the cookie. Down the road I'll put it into a
database, but I'm still learning. If they have been there and the web has
been updated, I want to popup a window telling them to check the "News" page
for what is new. Down the road, I'll put that in a database as well so I
can highlight the new things.
you wont find anything regarding pop up's in the php manual as php cant
force a pop up. You will need to output javascript to open the pop up
.
Relevant Pages
- Re: Time() problem
... Javascript prompt to tell of the new pages. ... I found no hits for "popup window" anywhere in the manual. ... > a page to get the name and write the cookie. ... > into a database, but I'm still learning. ... (alt.php) - a process that will take 30 seconds
... I have a web page that a user can manipulate and work with a database ... i would also like a popup window with maybe ... how do i make the button unpushable and how do i make the popup ... (microsoft.public.dotnet.framework.aspnet) - Re: PowerPoint slide popup with database linked
... I want to drive the data from a database server and not from the power point ... Dim dOffset As Double ... ' set popup shape properties here as needed ... If each shape is tagged with the pop-up text you want with code something like this: ... (microsoft.public.powerpoint) - Re: Crystal Reports Cascading parameters dont get preserved between postbacks
... provide users with ability to "save as" what's embedded inside a popup, ... > HTML headers but it does make sense that the header tags can control this. ... >> When I click export button of a webviewer, it does open a popup window ... >> think it's part of PDF object embedded within a browser. ... (microsoft.public.vb.crystal) - Re: Crystal Reports Cascading parameters dont get preserved between postbacks
... provide users with ability to "save as" what's embedded inside a popup, ... > HTML headers but it does make sense that the header tags can control this. ... >> When I click export button of a webviewer, it does open a popup window ... >> think it's part of PDF object embedded within a browser. ... (microsoft.public.dotnet.framework.aspnet) |
|