Register
FAQ
Calendar
Search
Today's Posts
Rules
Guidelines
SMS enable your application
via Clickatell’s fast, simple and reliable API's, built to integrate with any system.
Click here
to learn more.
Flash Website Builder
- Trendy Site Builder is a Flash Site Building tool that helps users build stunning websites.
Check Out Custom
Custom Logo Design
by LogoBee. Website Design and Free Logo Templates available.
CodingForums.com
>
Search Forums
Search Results
User Name
Remember Me?
Password
Before you post, read our:
Rules
&
Posting Guidelines
Page 1 of 20
1
2
3
11
>
Last
»
Showing results 1 to 25 of 500
Search took
1.92
seconds.
Search:
Posts Made By:
codegoboom
Forum:
JavaScript programming
05-01-2005, 01:27 PM
Replies:
16
Javascript enabled dilemma
Views:
1,719
Posted By
codegoboom
The component exposes an event, which can be...
The component exposes an event, which can be cancelled.
Forum:
JavaScript programming
05-01-2005, 01:11 PM
Replies:
16
Javascript enabled dilemma
Views:
1,719
Posted By
codegoboom
That is not part of the security options, but can...
That is not part of the security options, but can be implemented programmatically. ;)
Forum:
JavaScript programming
05-01-2005, 12:59 PM
Replies:
16
Javascript enabled dilemma
Views:
1,719
Posted By
codegoboom
Refresh, right; unauthorized navigation can also...
Refresh, right; unauthorized navigation can also be disabled through the IE component.
Forum:
HTML & CSS
05-01-2005, 12:53 PM
Replies:
17
rel for dd cross-reference
Views:
1,608
Posted By
codegoboom
Have you done this? (I'm trying to picture it.)
Have you done this? (I'm trying to picture it.)
Forum:
JavaScript programming
05-01-2005, 12:22 PM
Replies:
16
Javascript enabled dilemma
Views:
1,719
Posted By
codegoboom
IE6 for one...
IE6 for one...
Forum:
HTML & CSS
05-01-2005, 10:35 AM
Replies:
23
input type="image" css hover
Views:
23,579
Posted By
codegoboom
No, it must be "pure CSS" :p
No, it must be "pure CSS" :p
Forum:
JavaScript programming
05-01-2005, 09:27 AM
Replies:
5
keeping focus on a new window
Views:
948
Posted By
codegoboom
I don't know if this works, but remembered seeing...
I don't know if this works, but remembered seeing it... window.showModalDialog for Mozilla (http://codingforums.com/showthread.php?t=29864)
Forum:
JavaScript programming
05-01-2005, 09:22 AM
Replies:
5
Help: script to stop people leaving page
Views:
1,595
Posted By
codegoboom
So you want a script that will kill people? :p
So you want a script that will kill people? :p
Forum:
JavaScript programming
05-01-2005, 09:15 AM
Replies:
16
Javascript enabled dilemma
Views:
1,719
Posted By
codegoboom
Unless redirection is disabled... :D
Unless redirection is disabled... :D
Forum:
JavaScript programming
05-01-2005, 09:03 AM
Replies:
10
How do I do setTimeout with vars inside the parenthesis?
Views:
1,267
Posted By
codegoboom
Try making the variable for setTimeout global,...
Try making the variable for setTimeout global, like window.blah = setTimeout(whatever...);
Forum:
Computer Programming
04-30-2005, 11:19 PM
Replies:
5
Text Stream Progress
Views:
1,462
Posted By
codegoboom
General info would be nice...
General info would be nice...
Forum:
Computer Programming
04-30-2005, 10:42 PM
Replies:
1
Jscript.net, Remote Files
Views:
750
Posted By
codegoboom
If the system happens to be in global offline...
If the system happens to be in global offline state, that will fail without cached data. Have you tried opening a synchronous request, otherwise (or checked the status property)?
Forum:
Computer Programming
04-30-2005, 09:04 PM
Replies:
5
Text Stream Progress
Views:
1,462
Posted By
codegoboom
Right, just automation... TextStream coclass of...
Right, just automation... TextStream coclass of the FileSystemObject (Microsoft Scripting Runtime).
Forum:
JavaScript programming
04-30-2005, 08:33 PM
Replies:
6
Moving to the top of a DIV element
Views:
962
Posted By
codegoboom
Yeah, that looks right.
Yeah, that looks right.
Forum:
JavaScript programming
04-30-2005, 08:15 PM
Replies:
6
Moving to the top of a DIV element
Views:
962
Posted By
codegoboom
No, actually it's an element-object property, so...
No, actually it's an element-object property, so add an assignment to the script, which I'm assuming shows a given div: div.scrollTop = 0; --where div is a reference of some kind...
Forum:
JavaScript programming
04-30-2005, 08:07 PM
Replies:
5
array in array
Views:
1,007
Posted By
codegoboom
try it...
try it...
Forum:
JavaScript programming
04-30-2005, 08:02 PM
Replies:
6
Moving to the top of a DIV element
Views:
962
Posted By
codegoboom
Try setting its scrollTop property to 0
Try setting its scrollTop property to 0
Forum:
JavaScript programming
04-30-2005, 07:58 PM
Replies:
5
array in array
Views:
1,007
Posted By
codegoboom
Something like: var my_array =...
Something like: var my_array = [["blah","blah","blah"]];
Forum:
JavaScript programming
04-30-2005, 07:51 PM
Replies:
10
How do I do setTimeout with vars inside the parenthesis?
Views:
1,267
Posted By
codegoboom
Just put a function in there......
Just put a function in there... setTimeout(function(){delayedClear(stuff...)},1000)
Forum:
JavaScript programming
04-30-2005, 07:35 PM
Replies:
15
Autofill Form Fields
Views:
2,179
Posted By
codegoboom
If that isn't sarcasm, I just might get...
If that isn't sarcasm, I just might get excited... :D
Forum:
HTML & CSS
04-30-2005, 07:30 PM
Replies:
11
adjacent anchor style
Views:
1,385
Posted By
codegoboom
Oh, I see it now: it depends on the number of...
Oh, I see it now: it depends on the number of elements involved; in this case, I have 15 anchors, and the function stops getting called around 100,000 count (versus never without assigning...
Forum:
JavaScript programming
04-30-2005, 06:35 PM
Replies:
15
Autofill Form Fields
Views:
2,179
Posted By
codegoboom
Alright, before I actually do anything... have...
Alright, before I actually do anything... have you tried reversing those assignments? ;)
Forum:
JavaScript programming
04-30-2005, 06:00 PM
Replies:
15
Autofill Form Fields
Views:
2,179
Posted By
codegoboom
Can we see the form?
Can we see the form?
Forum:
JavaScript programming
04-30-2005, 05:53 PM
Replies:
15
Autofill Form Fields
Views:
2,179
Posted By
codegoboom
Is the form named formtest?
Is the form named formtest?
Forum:
JavaScript programming
04-30-2005, 05:47 PM
Replies:
15
Autofill Form Fields
Views:
2,179
Posted By
codegoboom
Does it work if you use valid element names?
Does it work if you use valid element names?
Showing results 1 to 25 of 500
Page 1 of 20
1
2
3
11
>
Last
»
Forum Jump
User Control Panel
Private Messages
Subscriptions
Who's Online
Search Forums
Forums Home
:: Client side development
JavaScript programming
DOM and JSON scripting
Ajax and Design
JavaScript frameworks
Post a JavaScript
HTML & CSS
XML
Flash & ActionScript
Adobe Flex
Graphics and Multimedia discussions
General web building
Site reviews
Building for mobile devices
:: Server side development
Apache configuration
Perl/ CGI
PHP
Post a PHP snippet
MySQL
Other Databases
Ruby & Ruby On Rails
ASP
ASP.NET
Java and JSP
Other server side languages/ issues
ColdFusion
Python
:: Computing & Sciences
Computer Programming
Computer/PC discussions
Geek News and Humour
Web Projects and Services Marketplace
Web Projects
Small projects (quick fixes and changes)
Medium projects (new script, new features, etc)
Large Projects (new web application, complex features etc)
Unknown sized projects (request quote)
Vacant job positions
Looking for work/ for hire
Project collaboration/ partnership
Paid work offers and requests (Now CLOSED)
Career, job, and business ideas or advice
Domains, Sites, and Designs for sale
Domains for sale
Websites for sale
Design templates and graphics for sale
:: Other forums
Forum feedback and announcements
All times are GMT +1. The time now is
09:04 PM
.
Web Hosting UK
|
Dedicated Server Hosting
|
Shareware Junction
|
Software Geek
|
Flash file uploader
|
Cloud Server
|
Web Hosting Australia
Home
-
Contact Us
-
Archives
-
Link to CF
-
Resources
-
Top
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.