Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 9 of 9
Search took 0.12 seconds.
Search: Posts Made By: unclhos
Forum: DOM and JSON scripting 08-13-2009, 07:51 AM
Replies: 1
Views: 816
Posted By unclhos
The first suggestion I would make is not to have...

The first suggestion I would make is not to have a "Input" for your totals. Just have the TD with an id and use your javascript to write to the Inner HTML of that TD. Second I see nothing in your...
Forum: DOM and JSON scripting 08-11-2009, 05:42 PM
Replies: 0
Views: 2,233
Posted By unclhos
Question Highlight Remote Image with link Mouseover

So I am having a problem with my script that I was putting together. Basically what I want it to do is when I mouse over a link on the side of the page, In a different DIV, I want an area of an image...
Forum: DOM and JSON scripting 06-19-2009, 04:59 PM
Replies: 3
Views: 1,033
Posted By unclhos
I would use a while loop: function...

I would use a while loop:

function horsetable(hid1,hid2,hid3,hid4)

{
document.write("<table border=1>");

document.write ("<tr>"); var x=0; while (x<5) { document.write...
Forum: DOM and JSON scripting 06-19-2009, 04:30 AM
Replies: 1
Views: 972
Posted By unclhos
Syntax Correct?

I have a set of photos on different sliders.
The different divs are populating correctly before I put in the display: none;
Is my Syntax correct for my javascript function embedded in an Iframe?
...
Forum: JavaScript programming 06-15-2009, 04:05 AM
Replies: 0
Views: 654
Posted By unclhos
Code transplant not working right.

I am using a javascript photoslider that I got from a guys website. Here's his tutorial.

http://opiefoto.com/articles/photoslider

I am trying to put it into one of my webpages, with his same...
Forum: Ajax and Design 06-01-2009, 09:28 PM
Replies: 3
Views: 1,714
Posted By unclhos
Ok so I have been researching the Problem with...

Ok so I have been researching the Problem with IE, and have tried a few things that people have said were work arounds but still with no success. I have tried using the meta tags for caching to have...
Forum: PHP 05-31-2009, 08:53 PM
Replies: 1
Views: 2,610
Posted By unclhos
SELECT DISTINCT only one result

I am having a problem with a sql statement using the SELECT DISTINCT. It is only pulling one result from the database when printing the array. Here is the results.
Array ( [0] => 99796-Sponsors...
Forum: Ajax and Design 05-31-2009, 04:51 PM
Replies: 3
Views: 1,714
Posted By unclhos
Thank You, I have tried those two items with no...

Thank You, I have tried those two items with no success. But it does still work on chrome, so most likly Firefox too, haven't been able to check that one. Here is the link to the websites page that I...
Forum: Ajax and Design 05-31-2009, 03:01 AM
Replies: 3
Views: 1,714
Posted By unclhos
Internet Explorer IE Ajax problem

I must start with I am very new with javascript. I know what I can find basically. :D But this site I am working on works on both Firefox and Chrome. But It will not work on IE and don't know why....
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT +1. The time now is 03:07 AM.