Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

& in URL no longer recognised

more options

In SharePoint I am able to add a source to a link to redirect to a particular page. To do this I use &Source= in the url. The links always used to work in Firefox. However, now it comes up with an error and 'no item exists'. The same links work fine in other browsers. I presume something has changed in a recent update so that '&' is no longer recognised, but can this be corrected?

In SharePoint I am able to add a source to a link to redirect to a particular page. To do this I use &Source= in the url. The links always used to work in Firefox. However, now it comes up with an error and 'no item exists'. The same links work fine in other browsers. I presume something has changed in a recent update so that '&' is no longer recognised, but can this be corrected?

Обране рішення

The & character is used in millions of URLs and should still work in yours. However, if source is the first or only parameter, you should leave out the & before Source. For example:

myscript.asp?param1=X&Source=Y

myscript.asp?Source=Y

Читати цю відповідь у контексті 👍 0

Усі відповіді (1)

more options

Вибране рішення

The & character is used in millions of URLs and should still work in yours. However, if source is the first or only parameter, you should leave out the & before Source. For example:

myscript.asp?param1=X&Source=Y

myscript.asp?Source=Y