Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

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
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
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
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
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
Views: 1,719
Posted By codegoboom
IE6 for one...

IE6 for one...
Forum: HTML & CSS 05-01-2005, 10:35 AM
Replies: 23
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
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
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
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
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
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
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
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
Views: 962
Posted By codegoboom
Yeah, that looks right.

Yeah, that looks right.
Forum: JavaScript programming 04-30-2005, 08:15 PM
Replies: 6
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
Views: 1,007
Posted By codegoboom
try it...

try it...
Forum: JavaScript programming 04-30-2005, 08:02 PM
Replies: 6
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
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
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
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
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
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
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
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
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

 
Forum Jump

All times are GMT +1. The time now is 09:04 PM.