• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Quick ASP question

Jumpem

Lifer
I have three textboxes getting a telephone number. They're boken up into the standard 555-123-4567 format. How do I make it so that when the user types three digits into the first textbox that it automatically moves over into the second one, and then the third? Thanks for any help!
 
You would need javascript of some kind...do a search on google and i'm sure you'll find the code you need.
 
Whalen, thanks for the help. However, my boss doesn't want us to use any javascript for this project. Some of the Mac users at the school have had problems running pages with it.
 
Originally posted by: Jumpem
Whalen, thanks for the help. However, my boss doesn't want us to use any javascript for this project. Some of the Mac users at the school have had problems running pages with it.

No javascript, no jumping cursor.
 
Originally posted by: bunker
Originally posted by: Jumpem
Whalen, thanks for the help. However, my boss doesn't want us to use any javascript for this project. Some of the Mac users at the school have had problems running pages with it.

No javascript, no jumping cursor.

What about vbscript?

Perhaps I will just use that javascript code that was linked to and have some of the Mac kids at the school test it out.

 
Umm, you can't use Javascript, but you're willing to use VBScript? VBScript is not nearly as pervasive as Javascript on the client-side.

Stick with Javascript. There's not a browser being used today that isn't capable of handling what you need to do with it (save for text-only browsers).
 
Originally posted by: Jumpem
Originally posted by: bunker
Originally posted by: Jumpem
Whalen, thanks for the help. However, my boss doesn't want us to use any javascript for this project. Some of the Mac users at the school have had problems running pages with it.

No javascript, no jumping cursor.

What about vbscript?

Perhaps I will just use that javascript code that was linked to and have some of the Mac kids at the school test it out.

vbscript won't run in anything but IE without a plugin IIRC.
 
Originally posted by: Descartes
Umm, you can't use Javascript, but you're willing to use VBScript? VBScript is not nearly as pervasive as Javascript on the client-side.

Stick with Javascript. There's not a browser being used today that isn't capable of handling what you need to do with it (save for text-only browsers).

I'm not too familiar with javascript, vbscript, or asp. It's a learn on the fly kind of thing. I'm not sure what the problem is with Macs and javascript they've been having. I'll give it a try tomorrow.

 
Back
Top