djones Posted December 8, 2006 Share Posted December 8, 2006 I have an issue where we have links that link to product pages on our manufacturers sites. One of our manufacturers has recently redesigned their site and we've had problems linking to specific pages.If you goto www.walkerfirst.com/products.php >> select Telect from the manufacturer drop down >> Find the Brand Name/ Part number - 010-8401-0410 and click on it. It will not take you to the correct page. If I paste the same link in here it [b]will not work[/b] either.[url=http://www.telect.com/www/Products/LearnMore.aspx?CatalogId=telect+products&ProductId=Low-Profile+DSX-3%2c+Up+to+24+Terminations%2c+with+Active+Modules_pid0920&VariantId=010-8401-0410]http://www.telect.com/www/Products/LearnMore.aspx?CatalogId=telect+products&ProductId=Low-Profile+DSX-3%2c+Up+to+24+Terminations%2c+with+Active+Modules_pid0920&VariantId=010-8401-0410[/url]It is suppose to go to the specific product page, which the link can be found by navigating to >> http://www.telect.com/www/products/ProductReview.aspx?CatalogID=telect%20products&ProductID=Low-Profile%20DSX-3,%20Up%20to%2024%20Terminations,%20with%20Active%20Modules_pid0920Find this text and the URL is the working link:6-port DSX-3 module, mini-WECO jacks010-8401-0410It's the same URL... what's going on? can someone please help? Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted December 8, 2006 Share Posted December 8, 2006 A plus (+) is not the same as a space ( ). If you want it to do that then you must run replace + with ' ': [code]str_replace('+',' ',$string);[/code] Quote Link to comment Share on other sites More sharing options...
djones Posted December 8, 2006 Author Share Posted December 8, 2006 Yes, I've already tried that and it does not work either. I've tried several things from what you spoke of to using the htmlentities() functions. Keep in mind the same link is posted in the first post that does not work too. Quote Link to comment Share on other sites More sharing options...
fenway Posted December 16, 2006 Share Posted December 16, 2006 Sound like it's not being properly escaped... 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.