Jump to content

[SOLVED] Firefox/IE differences


dumdumsareyum

Recommended Posts

I'm not sure if this belongs here or in coding, but I think my problem has to do with the structure of my program, so I thought I would post here.

 

I'm modifying a workorder system for a friend. Everything works fine in firefox, but I get a weird result in IE.

 

The structure looks like this:

   

    Main file:

              included file:  --"print_tickets"        prints workorder tickets, has 2 forms, one to display multiple pages of results (i.e. jump to page 3 of tickets) (uses GET data)

                                                                and one that sends a hidden field to another

                                                                page which creates a csv file (using POST b/c the variable sent is loooong)

              included file:  --"show search form"  it has two search forms, one that's basically a sort

                                                              and a second one that allows info to be searched for (ticket #, date added, etc.)

    end of file

 

so in firefox everything works as expected, but in IE the CSV form button does not appear....I tried taking the csv form and making an include file out of it and calling that from the main file, and then the button appears, but clicking on the first sort button of the second include file sends you to the page which creates the csv file! even though that is not the action specified!  The second button, the search form, works fine. 

 

Sorry if this is confusing, but it is confusing me  ???    Any help would be greatly appreciated

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.