infiniphunk
12-15-2009, 02:18 AM
Hi gang, as usual, here I am again hoping for help for this problem that I can't seem to solve.
I made a page for our agents in my company (we are a help-desk for a canadian ISP) where the agents have to fill out a form which then gets submitted into a ticket for us suckers in tier 2 to resolve. For this one form, the user fills out the customer's info and when they submit the form, it processes all the text required that needs to get pasted into a ticket.
At the bottom I have formatted a mailto link that includes the customer's email address (this gets passed in via POST as a PHP variable) and a subject and a body of text to be sent in the email to the customer which is roughly 1200 characters long.
This was working on the Windows workstations in our helpdesk up until the weekend, but now it no longer seems to go. Clicking on the mailto link does NOTHING. However, nothing has changed in the code, and clicking on the same mailto link from my laptop (running linux) it still works... it opens the email in Thunderbird ready to be sent.
As usual I accused NOC of monkeying with the network but they denied everything.
For a bit I also suspected that some update somewhere in Windows or for Thunderbird has now classified the uri as too long; I noticed if I cut it in half it starts working again!
Any ideas what it can be?
thanks in advance!
I made a page for our agents in my company (we are a help-desk for a canadian ISP) where the agents have to fill out a form which then gets submitted into a ticket for us suckers in tier 2 to resolve. For this one form, the user fills out the customer's info and when they submit the form, it processes all the text required that needs to get pasted into a ticket.
At the bottom I have formatted a mailto link that includes the customer's email address (this gets passed in via POST as a PHP variable) and a subject and a body of text to be sent in the email to the customer which is roughly 1200 characters long.
This was working on the Windows workstations in our helpdesk up until the weekend, but now it no longer seems to go. Clicking on the mailto link does NOTHING. However, nothing has changed in the code, and clicking on the same mailto link from my laptop (running linux) it still works... it opens the email in Thunderbird ready to be sent.
As usual I accused NOC of monkeying with the network but they denied everything.
For a bit I also suspected that some update somewhere in Windows or for Thunderbird has now classified the uri as too long; I noticed if I cut it in half it starts working again!
Any ideas what it can be?
thanks in advance!