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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. efoivx

    javascript works in all but moz based browsers - could use some help

    adding document.location = instead of location = fixes it for mozilla but MSIE STILL still doesnt work
  2. efoivx

    javascript works in all but moz based browsers - could use some help

    correct no frames are used and i have revised the code in the example too... I am simply using location = theLInk now I will try document.location though
  3. efoivx

    javascript works in all but moz based browsers - could use some help

    A simply test version is online at the following address with more information... all the code is contained in the pages if you want to view source or download the files... the php page is not really a php page it's just for testing and servers no functional purpose but as a reference for the...
  4. efoivx

    javascript works in all but moz based browsers - could use some help

    well it works in everything but Internet Explorer now :-\ I wasn't testing IE cause it had worked with the old code and figured this was improved code. So I suppose I will have to do a test for browser and then run the code that works for that browser...
  5. efoivx

    javascript works in all but moz based browsers - could use some help

    I got it working - seems moz based javascript doesn't like form to be called form... so forms must have a name. here is the fixed code i am now using in case anyone cares to know. function doAlert(theLink) { //v1.0 var f = document.editorform ; if...
  6. efoivx

    javascript works in all but moz based browsers - could use some help

    The following code is used to check if changes to a form have been made and pops an alert if the person tries to switch pages before submitting the form. The way it works is on text change of the text fields I set a hidden field to 1 indicating a change has been made to the form. When they...

Part and Inventory Search

Back
Top