PDA

View Full Version : Menu URL link causes "Error on page"



BO Lincoln
10-Jan-2007, 12:58 PM
Menu links to a URL worked on previous beta version so I am not sure what
broke in Build 12..

I am getting "Error on page" when I try to click on a menu link that is
supposed to open a URL in a new window.
Here is the HTML from view source in the browser.

<a href='javascript:OpenWin('http://www.somesite.com/sc_cat.asp');'
class='menu'>Catalog Request Form</a>

Shouldn't the single quotes for the href be double quotes because the
OpenWin needs the single quotes?

-BO Lincoln

Edwin van der Velden
11-Jan-2007, 04:47 AM
This problem has been reported and fixed earlier for the 12 build (isn't
your build 11? Because I didn't think we made a build 12 yet, my development
version still says 11 ;-)

I don't know exactly how it broke but in the next release this is working
again.

Regards,

Edwin van der Velden

Data Access Europe



"David W. Lincoln" <dwl@lincolnsystems.us> wrote in message
news:eu121DONHHA.4384@dacmail.dataaccess.com...
> Menu links to a URL worked on previous beta version so I am not sure what
> broke in Build 12..
>
> I am getting "Error on page" when I try to click on a menu link that is
> supposed to open a URL in a new window.
> Here is the HTML from view source in the browser.
>
> <a href='javascript:OpenWin('http://www.somesite.com/sc_cat.asp');'
> class='menu'>Catalog Request Form</a>
>
> Shouldn't the single quotes for the href be double quotes because the
> OpenWin needs the single quotes?
>
> -BO Lincoln
>
>