Hi,
Product description text editor hyperlink function doesn't work. I try to get open a new window _blank but the result not working. Click OK after editing but The editor window not react and not close window.
Thanks in advance for any helps.
Hi,
Product description text editor hyperlink function doesn't work. I try to get open a new window _blank but the result not working. Click OK after editing but The editor window not react and not close window.
Thanks in advance for any helps.
Not sure exactly what you mean here.
Are you referring to the Products URL field you can enter when you are in a products information area?
IN regards to adding your own hyper link in the products discription:
<A HREF="javascript:void(0)"
onclick="window.open('http://www.yoursite.com.au/images/yourfile.jpg',
'Welcome','width=500,height=440,menubar=yes,status=yes')">
Add your hyper link text here.</A>
That wasn't the plan!
Products description writing board in admin, just like the place we are writing with this message. The "Insert web link" icon doesn't work, I select _blank on the popup small window. The small window doesn't close it self, always stay in the screen. I choice to close it by clicking on the X mark. BTW when I click on the hyperlink, the new page open in same window. I want open in a new window. How can I do?
Muzz, you tell me to put scripts instead, I never know if the writing board accepts to put scripts and normally not allowed by the system. I will try and post the result here later.
Thanks!
Last edited by hara; 5 Jul 2010 at 02:46 PM.
Muzz, Not working. The products description editor/writing board doesn't accept scripts. whole script text showcase on my web page.
I think this is a bug on the writing board that doesn't work for insert web link with _blank and more options.
Hi Hara,
I use this script:
<A HREF="javascript:void(0)"
onclick="window.open('http://www.yoursite.com.au/images/yourfile.jpg',
'Welcome','width=500,height=440,menubar=yes,status=yes')">
Add your hyper link text here.</A>
In my product description area and it works without issues.
I can't see why it wouldn't work for you.
What is the script your using?
That wasn't the plan!
I do not use script. I use text on the writing editor just like this one for Product description. Currently Insert web link "_blank" not working, your suggested script write on the editor board not working either (as result script showcase on web page).
I think if the default function not working, we should report a bug?