Page 1 of 1

New webgadget hyperlink returns #blocked

Posted: Thu Feb 22, 2024 10:48 pm
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

Re: New webgadget hyperlink returns #blocked

Posted: Fri Feb 23, 2024 12:01 pm
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.