Hi guys
I have a form which is sent to the server using AJAX and it has some serverside validating and when a error occur I will alert the user and put focus on the field which gives the error. I send back from server the string (responsetext) which I use split in Javascript to set up. I have...
I have played with different solution to this and since we are going to use IE only in this system I found this to be an way to deal with it:
META http-equiv="Page-Exit" content="blendtran(Duration=.3)">
In case somebody else is interested.[ponder]
ThorO
Hello Dan and thanks for quick reply.
I have played with this solution, but it seams to have no effect on the submit, since the blink still is white. An unwanted side effect is that both Windows Explorer and "regular" surfing, will have this background too....
I am not sure what IE do on...
Hey Guys
I have a problem which might not belong to this forum, but hope some can answer anyway.
I am working on a Inttranet, with IE6 only. We have made a lot of forms which is posted with action to a new document which is a databasegenerated document. What happens is that the database is...
I have come a step further and now understand that the printtemplate (which is a completly separate window) has many restrictions, so I am not able to run anything from the printtemplate. I can however change the value of a variable from the document that has winref and hope that someone can...
Hello kath and thanks for reply. I am sorry to inform that this did not work. I think that the print-preview window which the templateprinter use also is a sort of showModeDialog and that has restrictions. I will try to ask the guys who made the Printtemplate we use, and hopefully they can...
Hello guys
I have a problem with understand how to 'find' a showModelessDialog from a different window. What I want to do is using a showModelessDialog in a printtemplate to give users a status on whats going on. I have a document in a frameset which open a showModelessDialog e.g.
winref =...
Thanks for quick and good reply... got it to work and now I only need one line in each form, meaning less code and faster response
Thanks again:-)
Thor
Hello guys
I have a frameset within a .HTA document where I want to stop users from certain keys as e.g. F5. I have created a script within the FORM, but since I have a lot of forms I am hoping to set this up on the Framelevel (globally) and make it work for all forms. I see that...
Hi Marcus
THANKS A LOT :-)
This was really an early christmas present... I did also figure out how to find the name (e.g.
if(elements[i].name == "VF");
, which give me the option to not set the onchange in specific cases, which I also need.
Have a great Christmas and you really earned...
I've tried to get this script to work today, but there is something I've done wrong. I'll get an error on the following line:
elements[i].onchange = function() {
saying elemts[...] is zero or not an object.
I am not sure about the 'foo' either or if I need ID for all input fields?
My simple...
wow....that was a quick response...Hardly had time to log out:-)
Thanks Marcus, I will give it a shoot tomorrow (past midnight here now), and let you know what happes
Thor
Sorry guys, I was not explaining correctly, because onchange does not work on the form itself. What I did was to use onkeydown, which work and I could live with, except radio/checkboxes would normally be choosen by mouseclick, so I gave up that too.
I have also been thinking of a loop on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.