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
https://forums.phpfreaks.com/topic/72196-solved-firefoxie-differences/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

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