Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ThorO

  1. ThorO

    find object from string

    Hi Lee Thanks, works great now...:-) Have a great day ThorO
  2. ThorO

    find object from string

    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...
  3. ThorO

    bacground on document AFTER Post

    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
  4. ThorO

    bacground on document AFTER Post

    ok, sorry to hear that and thanks again for your time.... ThorO
  5. ThorO

    bacground on document AFTER Post

    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...
  6. ThorO

    bacground on document AFTER Post

    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...
  7. ThorO

    reference to a showModelessDialog from a different window

    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...
  8. ThorO

    reference to a showModelessDialog from a different window

    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...
  9. ThorO

    reference to a showModelessDialog from a different window

    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 =...
  10. ThorO

    KEYCODE CHECK ON FRAMELEVEL

    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
  11. ThorO

    KEYCODE CHECK ON FRAMELEVEL

    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...
  12. ThorO

    catch onchange in a form

    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...
  13. ThorO

    catch onchange in a form

    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...
  14. ThorO

    catch onchange in a form

    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
  15. ThorO

    catch onchange in a form

    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...

Part and Inventory Search

Back
Top