That happens as well of course...
But I am "lazy", if you can have the user fix it right there and then, that works for me <grin>
User Profile
Collapse
-
I popped up the simple version on a public page at http://www.stoller.com/a_test_form_pita_ie.php
Internet Explorer is the issue...
There are two types of validation when you hit submit...
(i) if you have not entered 5 characters in the text box, you should see "ERRORS: There are some ERROR/S in the form, shown in red shading of the field/s. Please scroll up, correct them, and resubmit..."
...Leave a comment:
-
Form validation/s fail in Internet Explorer only...
Hello,
I have a form that works like a charm - as long as you are not using Internet Explorer!
I made a new form (below, a *.php file) to show you how VALIDATION (two 'types') is failing in IE... Neither of the validations work in IE...
I tried to change the type="image" to a very simple type="submit" for the form submittal --- and a heck of a lot more things have been tried...
...Last edited by scubak1w1; Mar 22 '12, 06:23 PM. Reason: Missed a simple paragraph closing tag in the supplied code... -
Thanks...
I found the SQL string that pushed data back to PostgreSQL was the issue... but not in and of itself... it is because the data validation - neither via the Spry widgets OR my custom javascript via the OnClick on the Submit button - is firing in Internet destroyer...
I posted as a new question... If you are inclined to take a look I would much appreciate it...Leave a comment:
-
PHP - date format fails just in IE
Hello,
I have some code that makes an OHM file to send an email based on supplied parameters I construct in the file. The filename and web server path are saved in a variable. Part of the file name and path is the current date and time in a specific format...
The date format is failing JUST in MS Internet Explorer with the following error: "Warning: pg_query() [function.pg-query]: Query failed: ERROR: invalid input... -
Excel: getting values out of a variant array, VBA into adjoining cells on worksheet
Hello,
For a project I am working on, I wrote a piece of code in VBA backend of Excel to convert RGB colour values to HSV...
The VBA is working fine, and as you can see at the bottom I am stuffing the three results generated into an array expressed (sic) as a variant...
The first value in the returned array, Hue, is dropped into the cell where the function is called (E2 in the attached screen shot..)... -
OK, I'm a dufus...
This is a reinstall, had the default for pgAdmin logging set to errors only... changed it to errors & notices, BUT the log file did not exist, created a text file and pointed to it in PgAdmin/logging options, viola...Leave a comment:
-
Cheers!
VERY much appreciated... (and sorry for posting a non-technical reply... :-) )Leave a comment:
-
What is a good approach to PostgreSQL database backups?
Hello,
What is a good approach to PostgreSQL backups? (yep, a newbie)
(The server crashed and IT was not able to bring it back from the Acronis images - so rebuilding from scratch - ugh! - want to have a secondary system, that lesson is learnt!)
Ideally, having the compressed backup that pgAdmin is able to do run on some sort of Task Scheduler would be ideal... but seemingly no functionality for this...
... -
pgAdmin, Maintenance - "cannot open the logfile" ?
Hello,
Did a search here, manuals and Googled, etc generally, so apologies if I did not find the answer to my issue - that is, I try and 'self help' as mush as I can...
I adjusted my postgresql.conf file to set as on 'explain_pretty _print'
Now in pgAdmin (1.10.0) when I right-click a database in the 'usual' way, Maintenance, any of the tasks, its starts OK, but I get a dialogue box up every (seeming) operation... -
Thanks Greg for the background... Sorry about the delay in replying, it has been a busy week...
(FYI - I am a geologist/scientist who has moved into data management, GIS, web mapping, etc, etc - hence my need to learn all of this as I go, the IT staff being so overwhelmed, and also mainly Windows network admins - so bear with any "silly questions"... <smile>)
Regarding SSL - That distinction is useful...Leave a comment:
-
-
OK, I will go back and reread...
My understanding was that SSL aka https was taking care of the credential checking using, in our case, Active Directory user entries - and that PHP was just grabbing the UID from that source - for instance, what I do is:
Code://grab the logged on user, depending on whether they logged on with the domain prepended if(substr_count($_SERVER['REMOTE_USER'],"\\") != 0)
Leave a comment:
-
scubak1w1 started a topic Logging out of a SSL / https:// site using JS? (or PHP??), Client Side Cachein JavascriptLogging out of a SSL / https:// site using JS? (or PHP??), Client Side Cache
Hello,
I have a series of web sites which use https:// authentication (using AD integration to 'check the credentials' as it were) - all seems to be working
well...
I have been Googling et al. for a way to log the user off the site
"fully"...
I can do a series of things on the server side per Dreamweaver's Server
Behaviour / User Authentication | Log Out User, etc - but... -
scubak1w1 started a topic Logging out of a SSL / https:// site using PHP? (or JS?), Client Side Cachein PHPLogging out of a SSL / https:// site using PHP? (or JS?), Client Side Cache
Hello,
I have a series of web sites which use https:// authentication (using AD
integration to 'check the credentials' as it were) - all seems to be working
well...
I have been Googling et al. for a way to log the user off the site
"fully"...
I can do a series of things on the server side per Dreamweaver's Server
Behaviour / User Authentication | Log Out User, etc - but... -
Python and IIS 7 - "HTTP Error 502.2 - Bad Gateway"
Hello,
Gor some new hardware, Windows Server 2008 with IIS 7; I have full admin access... but am new to IIS 7... :-)
I am trying to get Python running under IIS 7 so I can use TileCache:- Python version 3.0.1
- used the guide at http://forums.iis.net/t/1122937.aspx
When I try a simple test file "test.py" I get the error below (note that the file works under IIS 5.1 on my previous hardware... -
Found it!
I was using a php.ini file, a little adjusted, from the test server on IIS5.1 on an XP box, to help ensure I kept my settings as I had tweaked them...
In this 'carry over' php.ini file I had
Code:... doc_root = "C:\inetpub\wwwroot" ...
Phew! I thought...Leave a comment:
-
-
PHP5 on IIS7 in Windows Server '08 - multiple site issues (sic)
Hello,
I was/am using the excellent tutorial over at http://learn.iis.net/page.aspx/246/u...ons-on-iis-70/ to get PHP5.2.9 up and running on Server '08 and IIS7.
All was working well, got my site migrated across, code was working, data coming and going out of PostgreSQL in the back end, etc, etc...
So time to move another couple of sites to the install... and here is where... -
Of course, thank you:
(i) I put the validation javascript at the bottom, even though it is in the <head> - and may be you don't need it, as it it not getting there anyway
(ii) I gave you the lot, even though most is not relevant of course - apart from the PHP to process the form (as this is working)
(iii) the page is a *.php, necessarily
(iv) look for "DRAFT @ ..." to see which bits I am still working...Leave a comment:
No activity results to display
Show More
Leave a comment: