|
1. JScript and JavaScript is the same language (almost; JScript is a superset of JavaScript).
2. Catch 'onkeydown' event and inspect 'keyCode' for value of 9. Read this:
http://www.quirksmode.org/js/keys.html
-------------------------
Don't worry, be happy  )
|
|
|
|
|
When I want to view the webpage that I have developed from the other system; I used the url specifying the system name to point out the project while using ASP.Net 1.1; whereas when I used in ASP.Net 2.0 specifying the same as ASP.Net 1.1, it gives a Runtime Error . Can anyone help to solve this problem
Regards,
LEE
|
|
|
|
|
Want to provide that error???
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
It shows Runtime error
Regards,
LEE
|
|
|
|
|
Is that the only thing it tells you?
Brad
Australian
- Bradml on "MVP Status"
If this was posted in a programming board please rate my answer
|
|
|
|
|
What is the URL you are requesting, what server is it running on (IIS or the VS built in server), what is the runtime error message? It doesn't matter how bold you make the error type it won't explain any more.....
|
|
|
|
|
I have a problem that I have no idea how to solve. I have a website where customers can log into. If they are logged in they can download setup.exe and install a program. The problem is that they can then copy the setup.exe and install the program on another computer.
The program that setup installs is small so what I want to do is to have the user install the program directly from the server instead of downloading the setup. The user logs in, clicks on "Install" and then a dialog appears where the user can choose to approve or decline the installation. If she approves, the program is installed in Program files on her computer. Now how on earth do I accomplish this?
Is it doable with Javascript or ActiveX perhaps?
Please give me all kinds of information on how to accomplish this, tutorial links would be neat as well.
|
|
|
|
|
It is generally considered bad practice to make an application non-down loadable in case the user does not have web access on the installation machine.
Brad
Australian
- Captain See Sharp on "Religion"
any half intelligent person can come to the conclusion that pink unicorns do not exist.
|
|
|
|
|
Yeah I know but this program has an internet connection requirement and will be used at companies likely to have internet connection.
|
|
|
|
|
I have heard abt the windows Live writer(Beta). Pls suggest me how it will be useful in building the website and also in testing of the Website.
-- modified at 2:46 Wednesday 28th March, 2007
Regards,
Satips.
|
|
|
|
|
It's not for building your website. It's an application that you can use to edit posts on your weblog. I suggest wordpress[^]if you want to start a blog.
WM.
What about weapons of mass-construction?
"What? Its an Apple MacBook Pro. They are sexy!" - Paul Watson
|
|
|
|
|
Can anyone tell how to enable client scripting?
|
|
|
|
|
Do you mean manually? If so what browser?
Brad
Australian
- Bradml on "MVP Status"
If this was posted in a programming board please rate my answer
|
|
|
|
|
Hi Brad,
I have asp.net web server control (text box) on which i have placed a required field validator which doesn't work on tab and only works on page submission. well i am using internet explorer 6.0
|
|
|
|
|
I dont think you understand how client/server relationship works.
Brad
Australian
- peterchen on "Who has the worst keyboard"
Keyboard? Ha! I throw magnets over the RAM chips!
|
|
|
|
|
The ASP.NET validators will only fire when the user submits the form, not when a field is focused/unfocused. I assume thats what you mean? If you mean the validation is not firing at all client side, only on a postback, you may have the validators client side check property set to false (can't remember the name, it should be pretty obvious). Remember users can ALWAYS disable client side script, theres no way for you to 100% guarantee its enabled so always use the server-side validators as well.
|
|
|
|
|
I've got about 200 web pages that I'm sorting out. I'd love to find a thumbnailer kind of how in windows you can "View as thumbnail" I'm wondering if there is any Windows add-on/extension that will render a thumbnail image of an aspx page for you... except do it for about 200 of them.
I know I'm probably looking for something on the same level as the fountain of youth or a .net version of code project but maybe not so it's worth asking.
My name is Maximus Decimus Meridius, Commander of the Armies of the North, General of the Felix Legions, loyal servant to the true emperor, Marcus Aurelius. Father to a murdered process, husband to a murdered thread. And I will have my affinity, in this life or the next. - Gladiator. (Okay, not quite Gladiator but close.)
I work to live. I do not live to work. My clients do not seem capable of grasping this fact.
-- moved at 2:47 Wednesday 28th March, 2007
|
|
|
|
|
Doesn't Vista do something like that?
|
|
|
|
|
As subject !
thanks.
Formula of Success
hardwork=
H+A+R+D+W+O+R+K = 8+1+18+4+23+15+18+11 = 98% only
knowledge=
K+N+O+W+L+E+D+G+E= 11+14+15+23+12+5+4+7+5 = 96% only
attitude=
A+T+T+I+T+U+D+E = 1+20+20+9+20+21+4+5 = 100%
It is our attitude towards life and work that makes our life 100%
|
|
|
|
|
nothingbutcat wrote: hardwork=
H+A+R+D+W+O+R+K = 8+1+18+4+23+15+18+11 = 98% only
knowledge=
K+N+O+W+L+E+D+G+E= 11+14+15+23+12+5+4+7+5 = 96% only
attitude=
A+T+T+I+T+U+D+E = 1+20+20+9+20+21+4+5 = 100%
It is our attitude towards life and work that makes our life 100%
That is bloody stupid.
nothingbutcat wrote: What methodology should a system for Hotel intranet development used ?
If you have been hired to do that and can't answer it then you are a con.
Brad
Australian
- Christian Graus on "Best books for VBscript"
A big thick one, so you can whack yourself on the head with it.
|
|
|
|
|
Thank you for your kind reply..
It is useful......
It is our attitude towards life and work that makes our life 100%
|
|
|
|
|
When you install Google's toolbar in IE7 the right-click context menu shows their favicon next to their context menu insertions. Does anyone know how to do this? Also would like to know how to add separators above & below context items. Any help would be most appreciated.
|
|
|
|
|
We have a web application that users buy a subscription to and log in to from the web. Currently, they have to put in a username, password, and the credit card number they used to subscribe in order to log in. They have to enter the cc# because the thought is they would be unlikely to share this information with other people and thus can't share login information. Users have complained about having to do this everytime they want to use it. I would be content with just removing it, but I am told we need some other method to prevent users from sharing login information and I cannot think of anything else and a google isn't helping me. Does anyone have any suggestions?
|
|
|
|
|
eggsovereasy wrote: Users have complained about having to do this everytime they want to use it. I would be content with just removing it, but I am told we need some other method to prevent users from sharing login information and I cannot think of anything else and a google isn't helping me. Does anyone have any suggestions?
I would complain also and probably wouldnt use the site. What is the reasoning for this "preventing of sharing information"? Users will do as they please and all you can do is tell them not to.
CleaKO
"I think you'll be okay here, they have a thin candy shell. 'Surprised you didn't know that.'" - Tommy (Tommy Boy) "Fill it up again! Fill it up again! Once it hits your lips, it's so good!" - Frank the Tank (Old School)
|
|
|
|
|
They say if person A has a sub and has friends B and C, then person A will give his login info to B and C and we lose out on 2 subscriptions. So they want a way to stop that.
I'm with you though, seems like a waste of time to me.
|
|
|
|