dumdumsareyum Posted October 7, 2007 Share Posted October 7, 2007 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 Quote Link to comment Share on other sites More sharing options...
dumdumsareyum Posted October 7, 2007 Author Share Posted October 7, 2007 Nevermind, I was totally missing a ">" on my hidden input field and that fixed it.....i had been looking at that for hours! doh! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.