Forum: JavaScript / DHTML / AJAX Aug 18th, 2009 |
| Replies: 3 Views: 273 What I want to do is get the bold bit out of from a URL like this:
http://www.ThisURL.com/Folder1/ThisPage.html
the XML document uses the page name to pull out the correct menu subsystem.
I... |
Forum: JavaScript / DHTML / AJAX Aug 18th, 2009 |
| Replies: 11 Views: 599 I'm not a big PHPBB man myself and i had trouble understanding exactly what is happening to your code but one regular problem with forums is them interpreting code as text expecially when it comes... |
Forum: JavaScript / DHTML / AJAX Aug 18th, 2009 |
| Replies: 3 Views: 273 Hi all,
I'm having some fun with the good old "object expected" error from IE and was hoping you guys could help me out.
I get the error message Object Required : Line 86.
mmm cryptic as there is... |
Forum: JavaScript / DHTML / AJAX Jul 6th, 2009 |
| Replies: 8 Views: 2,312 Thanks to all.
Problem now solved.
ps. Give JQuery a rest some of us like to code in an old school manner where all the code is ours rather than being cut & paste monkeys. |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 8 Views: 2,312 cheers i'll give that a go |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 8 Views: 2,312 Is it possible to do something like this?
<div id="btn1" onclick="//somehow call page2Link here"><a href="page2.html" id="page2Link">Page 2</a></div>
Basically it's to try and make the text... |
Forum: JavaScript / DHTML / AJAX Jul 3rd, 2009 |
| Replies: 4 Views: 5,320 Of course it would help to know more precisely what your doing but in lieu of that there are some CSS3 things that will help specifically the new 'opacity' property.
However you will need to... |
Forum: JavaScript / DHTML / AJAX May 25th, 2009 |
| Replies: 4 Views: 1,167 Yeah i thought of that but I have several alpha fades in the .SWFs and they don't work very well in .GiF format.
cheers anyway |
Forum: JavaScript / DHTML / AJAX May 25th, 2009 |
| Replies: 4 Views: 1,167 Thank you very much, I'll check that out.
The other thing I'm now trying is attempting to get the flash file to call the JavaScript function. I'll see how that goes and if that fails I'll try the... |
Forum: JavaScript / DHTML / AJAX May 25th, 2009 |
| Replies: 4 Views: 1,167 I'm having a problem with a quite complex piece of code, basically i cannot use an onClick event on my <div></div> element because it contains a flash file that is capturing all the clicks on it. Let... |