Does any of you know what are possible reasons of the javascript error "Not Implemented"? It doesn't mind that I have this error, but I'd like to know why it it here. (I know it is very general question, but it's hard to explain - I have there asp textbox, then I have this code in page.load: txtName.Attributes("onmouseover") = "javascript:onmouseover=writetxt('Visit my website')" - this code should show a tooltip text above my textbox, it works ok, but this error raises in the line with the textbox declaration all times when I move mouse above it. Thanks
Chodici Mrkev
Posts
-
Javascript error -
Javascript in codebehind problemHi, thanks for your answer, I'll try it. Meanwhile, I found ShowModalDialog method in msdn, there's a feature, which allows you to create the code automatically, maybe it could help you. http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/methods/showmodaldialog.asp http://msdn.microsoft.com/workshop/samples/author/dhtml/refs/showModalDialog.htm
-
Javascript in codebehind problemHi, I want to solve the same problem. - I need a modal dialog for user, who must type in the username and password. - But I haven't a clue how can I get back the data from the user to my variable? Could you help me?
-
ASP.NET Table vs HTML TableHi, I have asp table in my page and I have a little problem: I set all its properties related to color of background to pink, but I have still thin white lines there. (and I can't get ride them off) Do you know if it is possible? (I don't have this problem in html table, but I prefer using asp.net control.
-
Dialog BoxHi, is there any way how to show a dialog window from vb.net in internet explorer? Thanks
-
Automated email messageNow I have sorted it out. - I meant when the user filled in the form in registration page, I wanted to send him registration info about password and ... - I found the article somewhere here. Thanks
-
Prevention of automated registrationsI have never been to such a good forum with such a clever ... up to now. You should be paid for your help here... nothing to add You're a class
-
Prevention of automated registrationsAnd please answer me this: Have there ever been any question you don't know how to answer? ;) You are everywhere, thanks again
-
Trivial (for u) q. about classesYes, you made it more clear for me, thanks.
-
Again classesMy problem is this: I have a class UseDetails.vb, then in page Register.aspx have declared one instance of this class for the whole page. There are procedures GetUserDetails and UpdateUserDetails, I have there this code in page_load
Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Select Case Request.QueryString("action") Case "" lblAction.Text = "Registrace nového uživatele" btnSubmit.Text = "Odeslat" Case "new" lblAction.Text = "Registrace nového uživatele" btnSubmit.Text = "Odeslat" Case "edit" lblAction.Text = "Úprava nastavení uživatele" btnSubmit.Text = "Uložit" **GetUserDetails()** End Select in Case "edit" section I call GetUserDetails sub, which sets the textbox values class (there's a sub which gets data from db). Then there's submitbutton_onclick `Private Sub btnSubmit_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSubmit.Click Select Case Request.QueryString("action") Case "" RegisterUser() Case "new" RegisterUser() Case "edit" **UpdateUserDetails()** End Select End Sub` End Sub
I call here UpdateUserDetails - this sub saves the updated data from textboxes to class (and sub in class saves it to db) MY PROBLEM: WHEN I CLICK SUBMIT BUTTON, IT CALLS PAGE_LOAD FIRST = IT SUB GETUSERDETAILS = IT OVERWRITE THE DATA CHANGED BY USER AND AFTER THIS IT CALLS SUB UPDATEUSERDETAILS = IT SAVES THE SAME DATA TO DB AS BEFORE UPDATE. Please help? (Should I use something like a Static i=0, i=i+1 in GetUserInfo and then test if i=0 or 1. Or something else? -
Prevention of automated registrationsPlease does any of you have the control (I don't know the name of this exactly) which is often on the registration pages, because of prevention of automated registrations? There are randomly generated numbers of letters and user must retype it into textbox. Have you got it? Do you know where to get it (for free)? Thanks a lot for answers
-
Login - windows-integrated?Hi, I am working on the login user control, and I would like to know: Is there any possibility to use some Windows-integrated login control (for ex. when I want to log to ftp server, the login dialog appears). Although I don't want to use Windows integrated login, I want to build my own registration to sql db, the only thing I want is not to use two textboxes (username, password) on all pages but only one link (Log in) to this dialog. If there's no possibility of Win-integrated login, how can I write this dialog by myself?
-
What OPTICAL mouse do you use?I think (really not sure) I have only 300. Certainly I haven't 800. So it's maybe the problem.
-
Have you tried MS Virtual PC?Is it safe to try viruses in the virtual PC
-
What OPTICAL mouse do you use?I've tried almost everything - cloth (orange) mousepad, plastic (blue) mousepad), wood, paper, always the same. What's the resolution of your mouse?
-
What OPTICAL mouse do you use?And what's the resolution of your mouse, I think (I forgot it now, but I think I have one of the lowest resolution. Fortunately it wasn't so expensive. It costs about 13 $, MS mouse costs 3 times more than this one :-( This is the reason why I want to be sure before I buy for the second time.
-
What OPTICAL mouse do you use?I don't know, but I've tried almost all before I write it out. I had there plastic mousepad, cloth mousepad, paper, wood,... nothing helped. It jumped mainly when I was moving mouse slowly and then I got faster, and few times I clicked to X button instead of OK, so I throw it out...
-
What OPTICAL mouse do you use?I envy it to you. You have no problems.;-)
-
What OPTICAL mouse do you use?So we are in the same boat. I haven't tried it anywhere else. I have PS/2 version. 2nd problems - drivers - I have an IBM nb and there are drivers which supports its internal pointing device, and the extra-buttons on the left side of the mouse don't work.
-
Have you tried MS Virtual PC?VMWare - I don't know it. I will look at it, and is it expensive - compared to MS VPC?