Resolved
RESOLVED.
},
Removed that last comma and IE was happy.
User Profile
Collapse
-
IE error - expected id, string or number - FF error console shows nothing
Hi Bytes,
Hope your day is going well and thank god it's Friday!
I've got an IE only error kicking my butt.
The java below is responsible for table row highlighting and a tool tip for one of the cells. Neither work in IE, but FF is fine.
...Code:$(document).ready(function() { $('.Login .Textbox').focus(function(){ $(this).attr('class', 'Hover'); }); $('.Login .Textbox').blur(function(){ -
Let me move the htaccess file out of the way again so it's visible.
I prefer to keep it as seamless as possible acoder.
Ultimately I'd like to login, evaluate for success and if good, load/show the large data table (#entrytext) table under the (#onshdr)
I guess by using the post method I'm not going to achieve that?
Is that also is contributing to the loading image being useless right now?
...Leave a comment:
-
Evaluate login result and do something...
Hello again Bytes and TGIF!
I've got an index page (text version) that has a login form with data being sent to a file called pwcheck.php (txt version)
With a good login the success message is being displayed correctly but I need to then reload the index page.
However I do not need to reload index if the login fails, instead report the failure and simply clear the form fields for another try.
... -
Ooooooh I see.
So by giving it a type 'button' that fixed it right up.
Man I would have never figured that out.
Figures IE doesn't conform to the standard, reminds me of their own version of IMAP.
Thank you very much acoder.
Now on to my next brain-buster. =P
Respectfully,
AaronLeave a comment:
-
IE8 - FF3.5 Jquery form submit problem.
Hello Bytes,
I'm definitely a java newbie and have been working on an application recently and ran into strange behavior between browsers and wondered if anyone could help.
I'm sure my code is going to make you pros cry, but I'm trying!
I have an index php page located at
http://srv.highlydriven.com/dev/acd/
(Text version)
If you click Register in the upper right... -
I got it working!
No idea what I did
But at least it's working as intended.
/scratches head...being a n00b really sucks.Leave a comment:
-
Thanks again gits.
It looks like I'm trying to do this without ajax, only jquery.
I'm very close to working it out, all I need to figure out is how to show the loading image while the DOM is being prepared instead of waiting until the page is ready to hide the load image and fade in the results div.
here's the code
...Code:$(document).ready(function(){ var loadImg = $('#loadImg'); loadImg.show(); varLeave a comment:
-
In other words... "You're doing it wrong!" ?
I'll keep googling...Leave a comment:
-
loading image while jquery is loading
Trying to get a loading image to spin while the query is loading.
I can get the data div to fade in, but I can't seem to figure out how to get the gif while the query is loading.
I'm using two divs..
id "entrytext" is where the data will load into and has a display:none
contentLoading is the loading gif div.
Currently using jquery with this script.
...Code: -
This worked quite well.
I've removed all the extra JS overhead because you are right, all it really needed was a simple .href
Thanks again Gits.
youdaman!
-aaron...Leave a comment:
-
Haha yeah I'm thinking the same thing. All that work...
I'm going to now and try to just add .href.Leave a comment:
-
Thanks gits for your response, I do appreciate it.
I ended up getting it working in IE by using a java function to put the URL together for me.
Respectfully,
AaronLeave a comment:
-
IE - Onchange or Onclick - neither works in this select, what gives?
Hi Bytes,
Hope this finds you well this morning.
That works fine in FF.Code:echo '<select onChange="window.location=\'viewons.php?onsid=\'+this.value">'; while ($row = mysqli_fetch_array($data)) { echo "<option>" . $row['onsid'] . "</option>\n"; } echo '</select>';
I tried moving the onchange... -
Thank you very much for the code snippet.
I'm going to try an integrate it with what I have above.
Very Respectfully,
AaronLeave a comment:
-
Thanks for the links, I'll spend some time with them on Monday, perhaps I'll be able to work it out.
I'm sure the code looks fragged to someone versed in vb, no doubt it's from my many attempts at trying to learn/make it work.
Kind Regards,
Aaron...Leave a comment:
-
Searching with multi-selects and textboxes.
Hello Bytes,
I hope this post finds you well on this wonderful Friday!
I've been kicking this code around for over a week now and cannot seem to find the correct syntax to handle all of the possible selections of my search form.
Would someone please help me correct my IF statements in this code used for searching.
Here's how it works.
I have a form with four or five unbound... -
Haha! One less tasker!
Karma will pay you ten-fold my friend.
All the best to you and yours.
v/r,
Aaron...Leave a comment:
-
Oh Dear LORD it's working!
Chip do you have a paypal address?
I really want to compensate you somehow.
You have been so very helpful and I can't thank you enough!!...Leave a comment:
-
It's operating at 95% now Chip!
It barfs when I don't have anything in the text boxes but have multi-select choices.
The query comes out like this;
select * from [jcahold] where AND ([STATUS] = "COMPLETED" OR [STATUS] = "DELETED")
I can see the light at the end of the tunnel.
Of course owing it all to you sir.
Maybe I can get the Army to pay your...Leave a comment:
No activity results to display
Show More
Leave a comment: