New webgadget hyperlink returns #blocked

Just starting out? Need help? Post your questions and find answers here.
User avatar
captain_skank
Enthusiast
Enthusiast
Posts: 639
Joined: Fri Oct 06, 2006 3:57 pm
Location: England

New webgadget hyperlink returns #blocked

Post by captain_skank »

Hi,

So i use the webgadget for displaying some table data and I've always used hyperlinks to open windows to display more info on specific items in the table.

Since playing around with the recent betas and using the #PB_Web_Edge flag the hyperlinks return about:blank#blocked whereas they used to return about:blank#linkinfo.

Any ideas what i'm doing wrong ? probably something obvious but for the life of me i cant think what it is.

Cheers
User avatar
captain_skank
Enthusiast
Enthusiast
Posts: 639
Joined: Fri Oct 06, 2006 3:57 pm
Location: England

Re: New webgadget hyperlink returns #blocked

Post by captain_skank »

After a bit more reading up i think it's because it's a malformed link E.G not a regular web page like "https://www.google.com"

This poses a problem in that previoulsy i could put any old information in the link, then parse it and act on it E.G the id of the record selecteed and then open up a new window with further details using this id.

I'm still searching but have yet to find a way around this issue.
Post Reply