Go Back   CodingForums.com > Search Forums

Before you post, read our: Rules & Posting Guidelines

Showing results 1 to 19 of 19
Search took 0.08 seconds.
Search: Posts Made By: mikemalter
Forum: JavaScript programming 12-02-2004, 04:40 AM
Replies: 4
Views: 2,786
Posted By mikemalter
tash, If your button is a server side...

tash,

If your button is a server side button, you basically issue a return in your event handler before you do any other processing. So you are not avoiding the postback, just the processing.
...
Forum: JavaScript programming 11-26-2004, 06:06 PM
Replies: 4
Views: 2,786
Posted By mikemalter
I am just starting to use Javascript with .NET so...

I am just starting to use Javascript with .NET so this might not be all that elegant.

Try this. Create a hidden field in your form. Don't return false in your javascript function, but change the...
Forum: JavaScript programming 11-01-2004, 05:54 PM
Replies: 2
Views: 931
Posted By mikemalter
Thanks very much. I was doing all of my...

Thanks very much. I was doing all of my searching on onselect start. This is exactly what I need.

Thanks again!
Forum: JavaScript programming 11-01-2004, 05:07 PM
Replies: 2
Views: 931
Posted By mikemalter
Question Blocking right click menu.

I am trying to prevent people from using the right click menu on a particular page. I have used onselectstart, but that only prevents someone from highlighting text. I need to eliminate the use of...
Forum: JavaScript programming 10-29-2004, 05:23 PM
Replies: 3
Views: 797
Posted By mikemalter
Turning off cut and paste

I can't turn off the cut and past popup menu using onSelectStart. I've tried everything:

<script>
onSelectStart = return false;
</script>

document.onselectstart = new Function ("return...
Forum: JavaScript programming 08-31-2004, 07:37 PM
Replies: 6
Views: 1,001
Posted By mikemalter
We had a lot of problems with 5.2 on the mac. It...

We had a lot of problems with 5.2 on the mac. It never wanted to clear its cache.
Forum: Post a JavaScript 08-31-2004, 06:21 PM
Replies: 6
Views: 1,763
Posted By mikemalter
Isn't this just like xml and xslt?

Isn't this just like xml and xslt?
Forum: Post a JavaScript 08-27-2004, 05:04 PM
Replies: 7
Views: 1,497
Posted By mikemalter
Alex, From what I am seeing, var i = 1 is...

Alex,

From what I am seeing, var i = 1 is not exactally equivalent to var i = new Number(1);

From a practical standpoint of values, they are equivelant, but in terms of objects they are...
Forum: Post a JavaScript 08-27-2004, 04:41 PM
Replies: 7
Views: 1,497
Posted By mikemalter
Kensel, I am going to check to see if...

Kensel,

I am going to check to see if this.Form = document[objForm] behaves the same as this.Form = eval('document.' + objForm).

Here is that demo:

// Create and init your bit vars. Make...
Forum: Post a JavaScript 08-25-2004, 10:50 PM
Replies: 7
Views: 1,497
Posted By mikemalter
kansel, That part of the code was written...

kansel,

That part of the code was written long before I got here.

Let me see about distilling the example down to a few lines. Sorry for the confusing context.

Mike
Forum: Post a JavaScript 08-25-2004, 12:25 AM
Replies: 7
Views: 1,497
Posted By mikemalter
Using bitwise operators to post different alert messages

I have been looking for a way to give something back to this forum as it has helped me greatly, and I am hoping that this might be of value to someone.

Basically I was just tired of consistantly...
Forum: JavaScript programming 08-16-2004, 04:37 PM
Replies: 14
Views: 15,831
Posted By mikemalter
Thumbs up TS, This is just what I am looking to do. I...

TS,

This is just what I am looking to do. I have been following the discussion here regarding the use of a hidden IFrame, and the use of style sheets. I went to your page and can see that this...
Forum: JavaScript programming 08-07-2004, 12:39 AM
Replies: 14
Views: 15,831
Posted By mikemalter
Roy, Thanks for taking the time to share...

Roy,

Thanks for taking the time to share this with me. I read the links you provided and while on one hand I can grasp this is the direction to go in, on the other I can't get a clear picture how...
Forum: JavaScript programming 08-06-2004, 09:48 PM
Replies: 14
Views: 15,831
Posted By mikemalter
Question Printing a hidden page.

I want to refine the way my users can print reports on one of my web sites. Basically, I have a "print friendly page" button that will create another page with the data - absent side and top nav...
Forum: JavaScript programming 08-03-2004, 06:28 PM
Replies: 9
Views: 1,425
Posted By mikemalter
Glenn, I tried your code in my js file and I...

Glenn,

I tried your code in my js file and I can't get to my base class.

I have complex.js which is the base class, and more_complex.js which is the subclass of complex().

When I include the...
Forum: JavaScript programming 08-03-2004, 06:18 PM
Replies: 9
Views: 1,425
Posted By mikemalter
Glenn, This is very interesting - thank you...

Glenn,

This is very interesting - thank you so much for your help. I am going to try this.

I really didn't want to have to expose the base class in the html page as I am doing now.

Thanks...
Forum: JavaScript programming 08-03-2004, 05:44 AM
Replies: 9
Views: 1,425
Posted By mikemalter
Willy, thanks for taking the time to answer...

Willy,

thanks for taking the time to answer my question, but your code is not showing up.

Also, I don't understand your acronym.

Mike
Forum: JavaScript programming 08-03-2004, 12:14 AM
Replies: 9
Views: 1,425
Posted By mikemalter
I didn't want to have to include both the...

I didn't want to have to include both the baseclass and subclass js files in the html page.

I was hoping that I could have the subclass js file include the baseclass js so that I could hide...
Forum: JavaScript programming 08-02-2004, 10:29 PM
Replies: 9
Views: 1,425
Posted By mikemalter
Question Include a js file inside of another js file.

I am working on a site where localization validation routines for each culture are in seperate js files.

I think that I can simplify our code base by using a base object, and then subclassing...
Showing results 1 to 19 of 19

 
Forum Jump

All times are GMT +1. The time now is 06:25 AM.